diff options
Diffstat (limited to 'macosx')
| -rw-r--r-- | macosx/English.lproj/InfoPlist.strings | 6 | ||||
| -rw-r--r-- | macosx/Info.plist | 22 |
2 files changed, 13 insertions, 15 deletions
diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/English.lproj/InfoPlist.strings index 5e371bdf..13b0bca3 100644 --- a/macosx/English.lproj/InfoPlist.strings +++ b/macosx/English.lproj/InfoPlist.strings @@ -3,4 +3,8 @@ CFBundleName = "PCSXR"; CFBundleShortVersionString = "PCSX-Reloaded"; CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project."; -NSHumanReadableCopyright = "Copyright (c) 2003-2005 PCSX Team, Gil Pedersen.\nCopyright (c) 2009-2010 PCSX-Reloaded Team."; +NSHumanReadableCopyright = "Copyright (c) 2003-2005 PCSX Team, Gil Pedersen.\nCopyright (c) 2009-2011 PCSX-Reloaded Team."; +"Playstation Emulator Plug-in" = "Playstation Emulator Plug-in"; +"Playstation BIOS Image" = "Playstation BIOS Image"; +"PCSXR Memory Card" = "PCSXR Memory Card"; +"PCSXR Freeze State" = "PCSXR Freeze State";
\ No newline at end of file diff --git a/macosx/Info.plist b/macosx/Info.plist index b0cf0eb6..55194e6c 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -109,18 +109,21 @@ <string>PCSX-Reloaded SVN</string> <key>CFBundleSignature</key> <string>Pcsx</string> - <key>CFBundleURLTypes</key> - <array/> <key>CFBundleVersion</key> <string>SVN</string> <key>LSApplicationCategoryType</key> <string>public.app-category.games</string> + <key>LSMinimumSystemVersionByArchitecture</key> + <dict> + <key>i386</key> + <string>10.6.0</string> + <key>x86_64</key> + <string>10.6.0</string> + </dict> <key>NSMainNibFile</key> <string>PCSXR</string> <key>NSPrincipalClass</key> <string>NSApplication</string> - <key>NSServices</key> - <array/> <key>UTExportedTypeDeclarations</key> <array> <dict> @@ -131,7 +134,7 @@ <key>UTTypeDescription</key> <string>Playstation Emulator Plug-in</string> <key>UTTypeIconFile</key> - <string>psxbios</string> + <string>psxplugin</string> <key>UTTypeIdentifier</key> <string>com.codeplex.pcsxr.plugin</string> <key>UTTypeReferenceURL</key> @@ -199,14 +202,5 @@ </dict> </dict> </array> - <key>UTImportedTypeDeclarations</key> - <array/> - <key>LSMinimumSystemVersionByArchitecture</key> - <dict> - <key>i386</key> - <string>10.6.0</string> - <key>x86_64</key> - <string>10.6.0</string> - </dict> </dict> </plist> |
