URL scheme config for iOS

- Registers the timesafari:// URL scheme
- Sets the bundle URL name to app.timesafari
This commit is contained in:
Jose Olarte III
2025-06-16 16:09:08 +08:00
parent 4be10ad360
commit 2b56f1f09b

View File

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