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>
|
2019-06-04 13:53:21 -07:00
|
|
|
<key>ALTDeviceID</key>
|
|
|
|
|
<string>1c3416b7b0ab68773e6e7eb7f0d110f7c9353acc</string>
|
2019-05-09 12:45:30 -07:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
|
<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-07-31 15:20:15 -07:00
|
|
|
<string>0.2</string>
|
2019-06-17 16:31:10 -07:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Editor</string>
|
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
|
<string>AltStore</string>
|
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>altstore-com.rileytestut.altstore</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
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>
|
|
|
|
|
</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>
|
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-06-04 13:53:21 -07:00
|
|
|
<string>altstore-com.rileytestut.Delta</string>
|
2019-07-31 15:19:51 -07:00
|
|
|
<string>altstore-com.rileytestut.Clip</string>
|
2019-08-28 11:13:22 -07:00
|
|
|
<string>altstore-com.rileytestut.AltStore.Beta</string>
|
2019-06-04 13:53:21 -07:00
|
|
|
</array>
|
2019-05-09 12:45:30 -07:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
<true/>
|
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>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|