diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-16 04:12:05 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-16 04:12:05 +0000 |
| commit | 969cfb8932f8bcd72c4fa4372ced4ee3473ba9cd (patch) | |
| tree | f5cb297bbe2e3842142ff76b46e04dd84429664b /macosx | |
| parent | c9dad6c0726165177ba5acd093ef01055b5a3302 (diff) | |
| download | pcsxr-969cfb8932f8bcd72c4fa4372ced4ee3473ba9cd.tar.gz | |
OS X:
Set proper development region on the info.plists
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88348 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx')
| -rw-r--r-- | macosx/Info.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/Bladesio1/Info.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFCdrom/Info.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFInput/Info.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFNet/Info.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFSound/Info-AL.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFSound/Info-SDL.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFXVideo/Info.plist | 4 | ||||
| -rw-r--r-- | macosx/plugins/PeopsXgl/Info.plist | 2 |
9 files changed, 9 insertions, 11 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 2f9201f5..1d71a818 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleDocumentTypes</key> <array> <dict> diff --git a/macosx/plugins/Bladesio1/Info.plist b/macosx/plugins/Bladesio1/Info.plist index df09c96a..2ab28005 100644 --- a/macosx/plugins/Bladesio1/Info.plist +++ b/macosx/plugins/Bladesio1/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> diff --git a/macosx/plugins/DFCdrom/Info.plist b/macosx/plugins/DFCdrom/Info.plist index e0fdf768..d7b76de0 100644 --- a/macosx/plugins/DFCdrom/Info.plist +++ b/macosx/plugins/DFCdrom/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> diff --git a/macosx/plugins/DFInput/Info.plist b/macosx/plugins/DFInput/Info.plist index 1c01b0e7..6f743563 100644 --- a/macosx/plugins/DFInput/Info.plist +++ b/macosx/plugins/DFInput/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>DFInput</string> <key>CFBundleIconFile</key> diff --git a/macosx/plugins/DFNet/Info.plist b/macosx/plugins/DFNet/Info.plist index 2a12d595..c3290e15 100644 --- a/macosx/plugins/DFNet/Info.plist +++ b/macosx/plugins/DFNet/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> diff --git a/macosx/plugins/DFSound/Info-AL.plist b/macosx/plugins/DFSound/Info-AL.plist index 4772497d..f4bef7cc 100644 --- a/macosx/plugins/DFSound/Info-AL.plist +++ b/macosx/plugins/DFSound/Info-AL.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> diff --git a/macosx/plugins/DFSound/Info-SDL.plist b/macosx/plugins/DFSound/Info-SDL.plist index d05bdef2..2b101e2e 100644 --- a/macosx/plugins/DFSound/Info-SDL.plist +++ b/macosx/plugins/DFSound/Info-SDL.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> diff --git a/macosx/plugins/DFXVideo/Info.plist b/macosx/plugins/DFXVideo/Info.plist index ffe40f2d..60b045d3 100644 --- a/macosx/plugins/DFXVideo/Info.plist +++ b/macosx/plugins/DFXVideo/Info.plist @@ -5,9 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleDevelopmentRegion - 2</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> diff --git a/macosx/plugins/PeopsXgl/Info.plist b/macosx/plugins/PeopsXgl/Info.plist index 355847d9..2b439205 100644 --- a/macosx/plugins/PeopsXgl/Info.plist +++ b/macosx/plugins/PeopsXgl/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleAllowMixedLocalizations</key> <true/> <key>CFBundleDevelopmentRegion</key> - <string>en</string> + <string>en_US</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> |
