diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-16 00:54:31 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-16 00:54:31 +0000 |
| commit | 045b73220d0b80b3e911f4dd146a2097b6d2375d (patch) | |
| tree | cc9a99831b163cbe5ab78345a2c43d6c388d0fbf /macosx/Info.plist | |
| parent | a37e3f092fd84658c67ec537590dd5f4710ee174 (diff) | |
Removing unused framework references in Xcode.
Other minor changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87838 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Info.plist')
| -rw-r--r-- | macosx/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 22c9be26..75317e16 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>English</string> + <string>en_US</string> <key>CFBundleDocumentTypes</key> <array> <dict> @@ -155,7 +155,7 @@ <key>LSApplicationCategoryType</key> <string>public.app-category.games</string> <key>LSMinimumSystemVersion</key> - <string>10.9.0</string> + <string>${MACOSX_DEPLOYMENT_TARGET}</string> <key>NSMainNibFile</key> <string>PCSXR</string> <key>NSPrincipalClass</key> |
