diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-02 03:35:45 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-02 03:35:45 +0000 |
| commit | 87f3b5c81c3a66888b4d9ffe222fccbc83d9f14f (patch) | |
| tree | 87790f7667197b27bc941cc22df76be880ccf3b9 | |
| parent | 68feb9f62351a18bc52d0ad4d69c0b83231d2e77 (diff) | |
| download | pcsxr-87f3b5c81c3a66888b4d9ffe222fccbc83d9f14f.tar.gz | |
OS X:
A few more minor changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88211 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Info.plist | 8 | ||||
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index e8a35e7f..2f9201f5 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -120,6 +120,8 @@ <string>com.goldenhawk.cdrwin-cuesheet</string> <string>public.iso-image</string> </array> + <key>LSTypeIsPackage</key> + <false/> </dict> <dict> <key>CFBundleTypeExtensions</key> @@ -134,6 +136,8 @@ <array> <string>com.codeplex.pcsxr.cheat</string> </array> + <key>LSTypeIsPackage</key> + <false/> </dict> </array> <key>CFBundleExecutable</key> @@ -148,14 +152,14 @@ <string>APPL</string> <key>CFBundleShortVersionString</key> <string>1.9.95</string> - <key>LSHasLocalizedDisplayName</key> - <true/> <key>CFBundleSignature</key> <string>Pcsx</string> <key>CFBundleVersion</key> <string>SVNREVISION</string> <key>LSApplicationCategoryType</key> <string>public.app-category.games</string> + <key>LSHasLocalizedDisplayName</key> + <true/> <key>LSMinimumSystemVersion</key> <string>${MACOSX_DEPLOYMENT_TARGET}</string> <key>NSMainNibFile</key> diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index c8f5e154..efc1d2a1 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -3417,7 +3417,7 @@ "$(inherited)", ); GCC_WARN_UNKNOWN_PRAGMAS = NO; - INFOPLIST_FILE = Info.plistvers.plist; + INFOPLIST_FILE = Info.plist; LD_NO_PIE = NO; OTHER_CFLAGS = "$(inherited)"; PRODUCT_NAME = PCSXR; |
