2015-10-29 01:37:56 +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>en</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>RetroArch</string>
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>All Files</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.data</string>
|
|
|
|
<string>public.content</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>RetroArch</string>
|
|
|
|
<key>CFBundleIcons</key>
|
|
|
|
<dict/>
|
|
|
|
<key>CFBundleIcons~ipad</key>
|
|
|
|
<dict/>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2015-10-29 18:34:26 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2015-10-29 01:37:56 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>RetroArch</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-05-16 13:22:20 +00:00
|
|
|
<string>1.8.7</string>
|
2015-10-29 01:37:56 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2020-05-16 13:22:20 +00:00
|
|
|
<string>1.8.7</string>
|
2015-10-29 01:37:56 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIApplicationExitsOnSuspend</key>
|
|
|
|
<false/>
|
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
2017-02-27 00:50:44 +00:00
|
|
|
<key>UIRequiresFullScreen</key>
|
|
|
|
<true/>
|
2015-10-29 01:37:56 +00:00
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
<false/>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|