pcsxr/macosx/Psx-Memcard/Psx-Memcard-Info.plist

85 lines
2.2 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>CFBundleTypeRole</key>
<string>MDImporter</string>
<key>LSItemContentTypes</key>
<array>
<string>com.codeplex.pcsxr.memcard</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>net.pcsxr.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
<false/>
<key>CFPlugInFactories</key>
<dict>
<key>E6CB501C-9D5C-4CAF-A9DA-A6940F261514</key>
<string>MetadataImporterPluginFactory</string>
</dict>
<key>CFPlugInTypes</key>
<dict>
<key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
<array>
<string>E6CB501C-9D5C-4CAF-A9DA-A6940F261514</string>
</array>
</dict>
<key>CFPlugInUnloadFunction</key>
<string></string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeDescription</key>
<string>PCSXR Memory Card</string>
<key>UTTypeIconFile</key>
<string>pcsxrmemcard</string>
<key>UTTypeIdentifier</key>
<string>com.codeplex.pcsxr.memcard</string>
<key>UTTypeReferenceURL</key>
<string>http://pcsxr.codeplex.com/</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<array>
<string>Pmcr</string>
</array>
<key>public.filename-extension</key>
<array>
<string>mcr</string>
<string>mc</string>
<string>mem</string>
<string>vgs</string>
<string>mcd</string>
<string>gme</string>
<string>ddf</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>