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>
|
2024-04-23 03:20:40 -04:00
|
|
|
<key>ALTAnisetteURL</key>
|
|
|
|
|
<string>https://ani.sidestore.io</string>
|
2020-05-16 15:28:22 -07:00
|
|
|
<key>ALTAppGroups</key>
|
|
|
|
|
<array>
|
2023-07-24 05:49:36 -04:00
|
|
|
<string>group.$(APP_GROUP_IDENTIFIER)</string>
|
2023-09-17 10:37:49 -07:00
|
|
|
<string>group.com.SideStore.SideStore</string>
|
2020-05-16 15:28:22 -07:00
|
|
|
</array>
|
2019-06-04 13:53:21 -07:00
|
|
|
<key>ALTDeviceID</key>
|
2022-07-04 16:19:10 -07:00
|
|
|
<string>00008101-000129D63698001E</string>
|
2023-01-04 08:52:59 -05:00
|
|
|
<key>ALTPairingFile</key>
|
|
|
|
|
<string><insert pairing file here></string>
|
2024-04-23 03:20:40 -04:00
|
|
|
<key>ALTServerID</key>
|
|
|
|
|
<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>
|
2023-01-09 15:19:18 +08:00
|
|
|
<string>sidestore</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>
|
2023-01-09 15:19:18 +08:00
|
|
|
<string>sidestore-com.SideStore.SideStore</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/>
|
2024-04-23 03:20:40 -04:00
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
2024-09-02 08:19:28 -04:00
|
|
|
<false/>
|
2024-04-23 03:20:40 -04:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
<true/>
|
|
|
|
|
</dict>
|
2020-06-25 12:56:21 -07:00
|
|
|
<key>NSBonjourServices</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>_altserver._tcp</string>
|
|
|
|
|
</array>
|
2022-10-30 02:38:49 -07:00
|
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
|
|
|
<string>SideStore uses the local network to find and communicate with your device.</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>
|
2023-03-01 16:03:15 -06:00
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
|
|
|
|
<false/>
|
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>
|
2024-04-23 03:20:40 -04:00
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
|
<true/>
|
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>
|
2022-11-21 20:54:27 -05:00
|
|
|
<dict>
|
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>com.apple.plist</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
|
<string>Mobile Device Pairing</string>
|
|
|
|
|
<key>UTTypeIconFiles</key>
|
|
|
|
|
<array/>
|
|
|
|
|
<key>UTTypeIdentifier</key>
|
|
|
|
|
<string>org.sidestore.mobiledevicepairing</string>
|
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>mobiledevicepairing</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
2019-09-07 15:37:46 -07:00
|
|
|
</array>
|
2019-05-09 12:45:30 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|