Add universal links (iOS)

This commit is contained in:
Paul Frazee 2022-06-13 20:52:40 -05:00
parent faddda83f0
commit 012af05ab8
9 changed files with 68 additions and 12 deletions

10
ios/app/app.entitlements Normal file
View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:pubsq.pfrazee.com</string>
</array>
</dict>
</plist>