2015-09-11 20:06:19 +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>
|
2023-06-08 03:40:53 +00:00
|
|
|
<!-- Templated data -->
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
|
|
|
<key>CFBundleLongVersionString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
|
2023-04-06 12:34:35 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
2023-06-08 03:40:53 +00:00
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
2023-04-06 12:34:35 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
2023-06-08 03:40:53 +00:00
|
|
|
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
2023-11-20 12:07:46 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
2023-06-08 03:40:53 +00:00
|
|
|
<!-- Fixed -->
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.games</string>
|
2024-01-02 20:05:12 +00:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>3ds</string>
|
|
|
|
<string>3dsx</string>
|
|
|
|
<string>cci</string>
|
|
|
|
<string>cxi</string>
|
|
|
|
<string>cia</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Nintendo 3DS File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Default</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>elf</string>
|
|
|
|
<string>axf</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Unix Executable and Linkable Format</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2023-06-08 03:40:53 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>This app requires camera access to emulate the 3DS's cameras.</string>
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>This app requires microphone access to emulate the 3DS's microphone.</string>
|
2023-04-06 12:34:35 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2023-06-08 03:40:53 +00:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
2023-04-06 12:34:35 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
<true/>
|
2023-06-08 03:40:53 +00:00
|
|
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
2023-04-06 12:34:35 +00:00
|
|
|
<true/>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<string>True</string>
|
2023-06-08 03:40:53 +00:00
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
<true/>
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
2015-09-11 20:06:19 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|