- Registers the timesafari:// URL scheme - Sets the bundle URL name to app.timesafari
@ -49,5 +49,16 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>app.timesafari</string>
<key>CFBundleURLSchemes</key>
<string>timesafari</string>
</dict>
</plist>