diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-02-08 18:19:54 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-02-08 18:19:54 +0000 |
| commit | ff3bbb27ec7cd7d12811785af13ce70747be034a (patch) | |
| tree | 499e26f8b1afa1ec4f222892fa1f1ee9d0c27adc | |
| parent | c7b3d8cc532b3a3f056f215d97e639d5587d96be (diff) | |
| download | pcsxr-ff3bbb27ec7cd7d12811785af13ce70747be034a.tar.gz | |
OS X: add CFBundleShortVersionString to the QuickLook and Spotlight importers.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Pcsxr-QL/en.lproj/InfoPlist.strings | 1 | ||||
| -rw-r--r-- | macosx/Psx-Memcard/en.lproj/InfoPlist.strings | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Pcsxr-QL/en.lproj/InfoPlist.strings b/macosx/Pcsxr-QL/en.lproj/InfoPlist.strings index 1de7259d..2d790306 100644 --- a/macosx/Pcsxr-QL/en.lproj/InfoPlist.strings +++ b/macosx/Pcsxr-QL/en.lproj/InfoPlist.strings @@ -1,3 +1,4 @@ /* Localized versions of Info.plist keys */ NSHumanReadableCopyright = "Copyright © 2014 Pcsx Reloaded team"; +CFBundleShortVersionString = "1.0"; diff --git a/macosx/Psx-Memcard/en.lproj/InfoPlist.strings b/macosx/Psx-Memcard/en.lproj/InfoPlist.strings index 1de7259d..2d790306 100644 --- a/macosx/Psx-Memcard/en.lproj/InfoPlist.strings +++ b/macosx/Psx-Memcard/en.lproj/InfoPlist.strings @@ -1,3 +1,4 @@ /* Localized versions of Info.plist keys */ NSHumanReadableCopyright = "Copyright © 2014 Pcsx Reloaded team"; +CFBundleShortVersionString = "1.0"; |
