2020-07-22 19:29:38 -07: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-07-31 17:35:03 -07:00
|
|
|
<key>CFBundleDisplayName</key>
|
2022-03-28 18:27:28 -07:00
|
|
|
<string>$(PRODUCT_NAME)</string>
|
2020-07-22 19:29:38 -07: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>
|
2021-02-15 19:34:02 -08:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2020-09-30 15:23:05 -07:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Viewer</string>
|
|
|
|
|
<key>CFBundleURLName</key>
|
2022-03-28 18:27:28 -07:00
|
|
|
<string>net.buzzert.attractor</string>
|
2020-09-30 15:23:05 -07:00
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>http</string>
|
|
|
|
|
<string>https</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>CFBundleVersion</key>
|
2021-02-15 19:34:02 -08:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2020-08-02 12:06:56 -07:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
<dict>
|
2022-02-21 16:01:58 -08:00
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
<true/>
|
2022-02-22 22:03:19 -08:00
|
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
|
|
|
<true/>
|
2020-08-02 12:06:56 -07:00
|
|
|
</dict>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
2020-07-31 15:25:22 -07:00
|
|
|
<true/>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UISceneConfigurationName</key>
|
2021-12-16 16:32:26 -08:00
|
|
|
<string>Browser</string>
|
2020-07-22 19:29:38 -07:00
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
|
|
|
</dict>
|
2021-12-16 19:05:10 -08:00
|
|
|
<dict>
|
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
|
<string>Settings</string>
|
2022-02-22 22:03:19 -08:00
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).SettingsSceneDelegate</string>
|
2021-12-16 19:05:10 -08:00
|
|
|
</dict>
|
2020-07-22 19:29:38 -07:00
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>armv7</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<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>
|