mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
253 lines
6.3 KiB
Plaintext
253 lines
6.3 KiB
Plaintext
<?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>ALTAnisetteURL</key>
|
|
<string>https://ani.sidestore.io</string>
|
|
<key>ALTAppGroups</key>
|
|
<array>
|
|
<string>group.$(APP_GROUP_IDENTIFIER)</string>
|
|
</array>
|
|
<key>ALTDeviceID</key>
|
|
<string>00008120-001270DA119B401E</string>
|
|
<key>ALTPairingFile</key>
|
|
<string><insert pairing file here></string>
|
|
<key>ALTServerID</key>
|
|
<string>1F7D5B55-79CE-4546-A029-D4DDC4AF3B6D</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<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>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIcons</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>NSAppIconComplementingColorNames</key>
|
|
<array>
|
|
<string>GradientTop</string>
|
|
<string>GradientBottom</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
<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>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>SideStore General</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sidestore</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>SideStore Backup</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sidestore-com.SideStore.SideStore</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>BuildRevision</key>
|
|
<string>$(BUILD_REVISION)</string>
|
|
<key>INIntentsSupported</key>
|
|
<array>
|
|
<string>RefreshAllIntent</string>
|
|
<string>ViewAppIntent</string>
|
|
</array>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>sidestore-com.SideStore.SideStore</string>
|
|
<string>sidestore-com.SideStore.SideStore.Beta</string>
|
|
</array>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
|
<false/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSBonjourServices</key>
|
|
<array>
|
|
<string>_altserver._tcp</string>
|
|
</array>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>SideStore uses the local network to find and communicate with your device.</string>
|
|
<key>NSUserActivityTypes</key>
|
|
<array>
|
|
<string>RefreshAllIntent</string>
|
|
<string>ViewAppIntent</string>
|
|
</array>
|
|
<key>OSLogPreferences</key>
|
|
<dict>
|
|
<key>com.SideStore.SideStore</key>
|
|
<dict>
|
|
<key>AltJIT</key>
|
|
<dict>
|
|
<key>Level</key>
|
|
<dict>
|
|
<key>Enable</key>
|
|
<string>Info</string>
|
|
<key>Persist</key>
|
|
<string>Info</string>
|
|
</dict>
|
|
</dict>
|
|
<key>Main</key>
|
|
<dict>
|
|
<key>Level</key>
|
|
<dict>
|
|
<key>Enable</key>
|
|
<string>Info</string>
|
|
<key>Persist</key>
|
|
<string>Info</string>
|
|
</dict>
|
|
</dict>
|
|
<key>Sideload</key>
|
|
<dict>
|
|
<key>Level</key>
|
|
<dict>
|
|
<key>Enable</key>
|
|
<string>Info</string>
|
|
<key>Persist</key>
|
|
<string>Info</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<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>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>audio</string>
|
|
<string>fetch</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>UIFileSharingEnabled</key>
|
|
<true/>
|
|
<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>
|
|
<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>
|
|
<key>public.mime-type</key>
|
|
<string>application/x-ios-app</string>
|
|
</dict>
|
|
</dict>
|
|
<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>
|
|
</array>
|
|
</dict>
|
|
</plist>
|