2020-12-19 23:36:41 +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>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
2021-02-07 19:39:56 +00:00
|
|
|
<key>CFBundleIcons</key>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleAlternateIcons</key>
|
|
|
|
<dict>
|
|
|
|
<key>Alpaca-Alt-Icon</key>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleIconFiles</key>
|
|
|
|
<array>
|
|
|
|
<string>alpaca-alt-icon</string>
|
|
|
|
</array>
|
|
|
|
<key>UIPrerenderedIcon</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2021-04-07 11:26:37 +00:00
|
|
|
</dict>
|
|
|
|
<key>CFBundleIcons~ipad</key>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleAlternateIcons</key>
|
2021-02-07 19:39:56 +00:00
|
|
|
<dict>
|
2021-04-07 11:26:37 +00:00
|
|
|
<key>Alpaca-Alt-Icon</key>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleIconFiles</key>
|
|
|
|
<array>
|
|
|
|
<string>alpaca-alt-icon</string>
|
|
|
|
</array>
|
|
|
|
<key>UIPrerenderedIcon</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
2021-02-07 19:39:56 +00:00
|
|
|
</dict>
|
|
|
|
</dict>
|
2020-12-19 23:36:41 +00:00
|
|
|
<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>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2021-04-07 11:26:37 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2020-12-19 23:36:41 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
<true/>
|
|
|
|
<key>UILaunchScreen</key>
|
|
|
|
<dict/>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</plist>
|