Skip to content

Commit

Permalink
feat: add support for ios universal links
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Dec 19, 2024
1 parent 403bb63 commit d50ebf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/Runner/Runner.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:thunderapp.dev</string>
</array>
</dict>
</plist>

0 comments on commit d50ebf6

Please sign in to comment.