2014-10-18 04:33:09 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
2014-12-17 21:25:43 -08:00
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
2014-10-18 04:33:09 -07:00
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
2015-01-07 23:04:19 -08:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2023-04-14 18:22:30 -07:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>Only used when Game Boy Camera is selected and a physical camera is set</string>
|
2014-10-18 23:18:08 -07:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>gba</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Game Boy Advance ROM Image</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
2017-04-11 13:30:42 -07:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>gb</string>
|
|
|
|
<string>gbc</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Game Boy ROM Image</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
2014-10-18 23:18:08 -07:00
|
|
|
</array>
|
2022-10-15 16:47:49 -07:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.games</string>
|
2014-10-18 04:33:09 -07:00
|
|
|
</dict>
|
|
|
|
</plist>
|