mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
142 lines
3.4 KiB
Plaintext
142 lines
3.4 KiB
Plaintext
<?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>English</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>PSP ISO Image</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.iso-image</string>
|
|
</array>
|
|
<key>NSDocumentClass</key>
|
|
<string></string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>cso</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>PSP CSO Image</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>org.ppsspp.csoimg</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>pbp</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>PSP PBP Image</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>org.ppsspp.pbp</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>PPSSPPSDL</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string></string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>ppsspp.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.ppsspp.ppsspp</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string></string>
|
|
<key>CFBundleName</key>
|
|
<string>PPSSPP</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string></string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.ppsspp.openpspgame</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>ppsspp</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string></string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<true/>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string></string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.games</string>
|
|
<key>GCSupportsGameMode</key>
|
|
<true/>
|
|
<key>UTExportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeDescription</key>
|
|
<string>PSP CSO Image</string>
|
|
<key>UTTypeIcons</key>
|
|
<dict>
|
|
<key>UTTypeIconText</key>
|
|
<string>PSP CSO Image</string>
|
|
</dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>org.ppsspp.csoimg</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>cso</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>UTTypeDescription</key>
|
|
<string>PBP File</string>
|
|
<key>UTTypeIcons</key>
|
|
<dict>
|
|
<key>UTTypeIconText</key>
|
|
<string>PSP PBP Image</string>
|
|
</dict>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>org.ppsspp.pbp</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>pbp</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|