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>
|
2018-10-20 17:03:33 +00:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
2019-09-02 21:36:08 +00:00
|
|
|
<string>All files</string>
|
2019-10-20 22:01:40 +00:00
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
2018-10-20 17:03:33 +00:00
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
2019-09-02 21:36:08 +00:00
|
|
|
<string>public.content</string>
|
|
|
|
<string>public.data</string>
|
2018-10-20 17:03:33 +00:00
|
|
|
</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>
|
2019-11-14 10:53:45 +00:00
|
|
|
<string>1.10.0</string>
|
2018-10-11 07:13:19 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
2018-10-17 22:10:14 +00:00
|
|
|
<false/>
|
2019-10-20 22:01:40 +00:00
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
2019-10-23 21:47:37 +00:00
|
|
|
<string>dummy</string>
|
2019-03-09 07:42:58 +00:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>ConnectVPNIntent</string>
|
|
|
|
<string>DisableVPNIntent</string>
|
2019-03-10 13:03:39 +00:00
|
|
|
<string>EnableVPNIntent</string>
|
2019-03-09 07:42:58 +00:00
|
|
|
<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/>
|
2019-05-24 17:02:58 +00:00
|
|
|
<key>com.algoritmico.Passepartout.config</key>
|
|
|
|
<dict>
|
|
|
|
<key>appstore_id</key>
|
|
|
|
<string>$(CFG_APPSTORE_ID)</string>
|
2019-10-20 22:01:40 +00:00
|
|
|
<key>group_id</key>
|
|
|
|
<string>group.$(CFG_GROUP_ID)</string>
|
2019-05-24 17:02:58 +00:00
|
|
|
</dict>
|
2018-10-11 07:13:19 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|