2019-01-26 13:18:32 -10: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-02-28 02:20:32 -05:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>RetroArch URL</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>retroarch</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2023-05-08 10:29:40 -04:00
|
|
|
<key>ALTBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>ALTDeviceID</key>
|
|
|
|
<string>$(TARGET_DEVICE_IDENTIFIER)</string>
|
2019-01-26 13:18:32 -10:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>RetroArch</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-10-05 10:19:18 -10:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2019-01-26 13:18:32 -10:00
|
|
|
<key>CFBundleVersion</key>
|
2019-10-05 10:19:18 -10:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2023-03-08 14:59:14 -05:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.games</string>
|
2019-01-26 13:18:32 -10:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>arm64</string>
|
|
|
|
</array>
|
|
|
|
<key>UIUserInterfaceStyle</key>
|
|
|
|
<string>Automatic</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|