Browse Source

URL scheme config for iOS

- Registers the timesafari:// URL scheme
- Sets the bundle URL name to app.timesafari
deep-links-android-update
Jose Olarte III 4 days ago
parent
commit
bb2a4ab76e
  1. 11
      ios/App/App/Info.plist

11
ios/App/App/Info.plist

@ -49,5 +49,16 @@
</array> </array>
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<true/> <true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>app.timesafari</string>
<key>CFBundleURLSchemes</key>
<array>
<string>timesafari</string>
</array>
</dict>
</array>
</dict> </dict>
</plist> </plist>

Loading…
Cancel
Save