2020-07-16 03:45:37 +00:00
|
|
|
<?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>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
2020-09-29 02:48:32 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Rocketeer</string>
|
2020-07-16 03:45:37 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-09-29 02:48:32 +00:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2020-09-28 02:56:36 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>net.shadowfacts.gemini</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>gemini</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2020-07-16 03:45:37 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2020-09-29 13:06:04 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2021-09-30 15:06:03 +00:00
|
|
|
<key>INIntentsSupported</key>
|
|
|
|
<array>
|
|
|
|
<string>OpenURLIntent</string>
|
|
|
|
</array>
|
2020-07-16 03:45:37 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2021-09-30 15:06:03 +00:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>$(PRODUCE_BUNDLE_IDENTIFIER).activity.browse</string>
|
|
|
|
<string>OpenURLIntent</string>
|
|
|
|
</array>
|
2020-07-16 03:45:37 +00:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
2021-09-29 00:57:06 +00:00
|
|
|
<true/>
|
2020-07-16 03:45:37 +00:00
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
<string>Default Configuration</string>
|
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</plist>
|