diff options
Diffstat (limited to 'macosx/Info.plist')
| -rw-r--r-- | macosx/Info.plist | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 1a34da67..9ad12f1a 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -119,6 +119,20 @@ <string>public.iso-image</string> </array> </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>cht</string> + </array> + <key>CFBundleTypeName</key> + <string>Playstation Cheat</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSItemContentTypes</key> + <array> + <string>com.codeplex.pcsxr.cheat</string> + </array> + </dict> </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> @@ -237,6 +251,24 @@ </array> </dict> </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.text</string> + <string>public.data</string> + </array> + <key>UTTypeDescription</key> + <string>PCSXR Cheat</string> + <key>UTTypeIdentifier</key> + <string>com.codeplex.pcsxr.cheat</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> + <string>cht</string> + </array> + </dict> + </dict> </array> <key>UTImportedTypeDeclarations</key> <array> |
