diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-17 00:29:11 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-17 00:29:11 +0000 |
| commit | 99bb78bfb26deb9bf1223c1ceb4968cc922592fd (patch) | |
| tree | c232a693358142acab07e2bd6277eb932c1ae8c7 /macosx/plugins/DFNet | |
| parent | a5a97b02c0205f0cc98327389ec88672ddd769f2 (diff) | |
| download | pcsxr-99bb78bfb26deb9bf1223c1ceb4968cc922592fd.tar.gz | |
Updating the Info.plist files.
Don't deny directories being open, just in case we get to support UTIs that are OS X packages.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFNet')
| -rw-r--r-- | macosx/plugins/DFNet/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFNet/Info.plist b/macosx/plugins/DFNet/Info.plist index 8a57e31f..f890abf5 100644 --- a/macosx/plugins/DFNet/Info.plist +++ b/macosx/plugins/DFNet/Info.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> |
