2019-05-09 12:45:30 -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>
|
2020-05-16 15:28:22 -07:00
|
|
|
<key>ALTAppGroups</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>group.com.rileytestut.AltStore</string>
|
|
|
|
|
</array>
|
2019-06-04 13:53:21 -07:00
|
|
|
<key>ALTDeviceID</key>
|
2022-04-14 18:15:23 -07:00
|
|
|
<string>00008110-000A68390A82801E</string>
|
2019-09-03 23:47:47 -07:00
|
|
|
<key>ALTServerID</key>
|
2022-05-26 18:26:35 -07:00
|
|
|
<string>1F7D5B55-79CE-4546-A029-D4DDC4AF3B6D</string>
|
2019-05-09 12:45:30 -07:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
2019-09-27 17:39:36 -07:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeIconFiles</key>
|
|
|
|
|
<array/>
|
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
|
<string>iOS App</string>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Viewer</string>
|
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
|
<string>Alternate</string>
|
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>com.apple.itunes.ipa</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2019-05-09 12:45:30 -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>APPL</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-10-28 13:24:49 -07:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2019-06-17 16:31:10 -07:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
2019-08-28 11:13:22 -07:00
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Editor</string>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>AltStore General</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>altstore</string>
|
2020-05-16 16:17:18 -07:00
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Editor</string>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>AltStore Backup</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>altstore-com.rileytestut.AltStore</string>
|
2019-08-28 11:13:22 -07:00
|
|
|
</array>
|
|
|
|
|
</dict>
|
2019-06-17 16:31:10 -07:00
|
|
|
</array>
|
2019-05-09 12:45:30 -07:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>1</string>
|
2020-09-08 12:29:44 -07:00
|
|
|
<key>INIntentsSupported</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>RefreshAllIntent</string>
|
2020-09-15 15:19:12 -07:00
|
|
|
<string>ViewAppIntent</string>
|
2020-09-08 12:29:44 -07:00
|
|
|
</array>
|
2019-06-04 13:53:21 -07:00
|
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
|
|
|
<array>
|
2019-07-31 15:19:51 -07:00
|
|
|
<string>altstore-com.rileytestut.AltStore</string>
|
2019-09-12 13:04:15 -07:00
|
|
|
<string>altstore-com.rileytestut.AltStore.Beta</string>
|
2019-06-04 13:53:21 -07:00
|
|
|
<string>altstore-com.rileytestut.Delta</string>
|
2019-09-12 13:04:15 -07:00
|
|
|
<string>altstore-com.rileytestut.Delta.Beta</string>
|
2019-09-14 10:58:41 -07:00
|
|
|
<string>altstore-com.rileytestut.Delta.Lite</string>
|
|
|
|
|
<string>altstore-com.rileytestut.Delta.Lite.Beta</string>
|
2019-07-31 15:19:51 -07:00
|
|
|
<string>altstore-com.rileytestut.Clip</string>
|
2019-09-12 13:04:15 -07:00
|
|
|
<string>altstore-com.rileytestut.Clip.Beta</string>
|
2019-06-04 13:53:21 -07:00
|
|
|
</array>
|
2019-05-09 12:45:30 -07:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
2020-06-25 12:56:21 -07:00
|
|
|
<key>NSBonjourServices</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>_altserver._tcp</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
|
|
|
<string>AltStore uses the local network to find and communicate with AltServer.</string>
|
2020-09-08 12:29:44 -07:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>RefreshAllIntent</string>
|
2020-09-15 15:19:12 -07:00
|
|
|
<string>ViewAppIntent</string>
|
2020-09-08 12:29:44 -07:00
|
|
|
</array>
|
2020-07-13 17:59:52 -07:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
|
<string>Default Configuration</string>
|
|
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
|
|
|
<key>UISceneStoryboardFile</key>
|
|
|
|
|
<string>Main</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
2019-06-04 18:29:50 -07:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
|
<array>
|
2019-06-21 11:33:12 -07:00
|
|
|
<string>audio</string>
|
2019-06-04 18:29:50 -07:00
|
|
|
<string>fetch</string>
|
2019-07-01 17:14:51 -07:00
|
|
|
<string>remote-notification</string>
|
2019-06-04 18:29:50 -07:00
|
|
|
</array>
|
2019-05-09 12:45:30 -07:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
|
<string>Main</string>
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>armv7</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UIStatusBarTintParameters</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UINavigationBar</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>Style</key>
|
|
|
|
|
<string>UIBarStyleDefault</string>
|
|
|
|
|
<key>Translucent</key>
|
|
|
|
|
<false/>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<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>
|
2019-09-07 15:37:46 -07:00
|
|
|
<key>UTImportedTypeDeclarations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>public.data</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
|
<string>iOS App</string>
|
|
|
|
|
<key>UTTypeIconFiles</key>
|
|
|
|
|
<array/>
|
|
|
|
|
<key>UTTypeIdentifier</key>
|
|
|
|
|
<string>com.apple.itunes.ipa</string>
|
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
|
<string>ipa</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2019-05-09 12:45:30 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|