passepartout-apple/Passepartout/App/iOS/Info.plist

101 lines
3.0 KiB
Plaintext
Raw Normal View History

2018-10-11 07:13:19 +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>CFBundleDisplayName</key>
<string>Passepartout</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>All files</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.content</string>
<string>public.data</string>
</array>
</dict>
</array>
2018-10-11 07:13:19 +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>APPL</string>
<key>CFBundleShortVersionString</key>
2021-09-27 16:10:52 +00:00
<string>1.17.0</string>
2018-10-11 07:13:19 +00:00
<key>CFBundleVersion</key>
2021-10-05 18:39:29 +00:00
<string>1025</string>
2018-10-11 07:13:19 +00:00
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>$(CFG_COPYRIGHT)</string>
<key>NSLocationWhenInUseUsageDescription</key>
2019-10-23 21:47:37 +00:00
<string>dummy</string>
<key>NSUserActivityTypes</key>
<array>
<string>ConnectVPNIntent</string>
<string>DisableVPNIntent</string>
2019-03-10 13:03:39 +00:00
<string>EnableVPNIntent</string>
<string>MoveToLocationIntent</string>
<string>TrustCellularNetworkIntent</string>
<string>TrustCurrentNetworkIntent</string>
<string>UntrustCellularNetworkIntent</string>
<string>UntrustCurrentNetworkIntent</string>
</array>
2018-10-27 07:42:30 +00:00
<key>UIFileSharingEnabled</key>
<true/>
2018-10-11 07:13:19 +00:00
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<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>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
<string>twitch</string>
</array>
<key>com.algoritmico.Passepartout.config</key>
<dict>
<key>appstore_id</key>
<string>$(CFG_APPSTORE_IOS_ID)</string>
<key>group_id</key>
<string>group.$(CFG_GROUP_ID)</string>
</dict>
2018-10-11 07:13:19 +00:00
</dict>
</plist>