summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-16 21:04:22 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-16 21:04:22 +0000
commitac860b2d845ab7c90a7388de026cc63074791350 (patch)
tree133721fed8f47f6f18811f841ed8ab3a838ddc6b
parentb90521fa977c7d0facc89b860cf68ae8ed039191 (diff)
downloadpcsxr-ac860b2d845ab7c90a7388de026cc63074791350.tar.gz
Adding entries to InfoPlist.strings
fixing wrong icon in UTI. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72358 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/English.lproj/InfoPlist.strings6
-rw-r--r--macosx/Info.plist22
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>