diff options
Diffstat (limited to 'macosx')
| -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; |
