mirror of https://github.com/snes9xgit/snes9x.git
Update Mac OSX version number and date strings
This commit is contained in:
parent
d89154a0b2
commit
d03700483c
|
@ -1,5 +1,5 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Snes9x";
|
||||
CFBundleShortVersionString = "1.53";
|
||||
CFBundleGetInfoString = "Snes9x 1.53, Copyright 1996-2011 Snes9x developers.";
|
||||
CFBundleShortVersionString = "1.55";
|
||||
CFBundleGetInfoString = "Snes9x 1.55, Copyright 1996-2017 Snes9x developers.";
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Snes9x</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Snes9x 1.53, Copyright 1996-2011 Snes9x developers.</string>
|
||||
<string>Snes9x 1.55, Copyright 1996-2017 Snes9x developers.</string>
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Snes9x Help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
|
@ -178,11 +178,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.53</string>
|
||||
<string>1.55</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>~9X~</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.53</string>
|
||||
<string>1.55</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Snes9x (i386)</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Snes9x 1.53, Copyright 1996-2011 Snes9x developers.</string>
|
||||
<string>Snes9x 1.55, Copyright 1996-2017 Snes9x developers.</string>
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Snes9x Help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
|
@ -178,11 +178,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.53</string>
|
||||
<string>1.55</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>~9X~</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.53</string>
|
||||
<string>1.55</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Snes9x (ppc)</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Snes9x 1.53, Copyright 1996-2011 Snes9x developers.</string>
|
||||
<string>Snes9x 1.55, Copyright 1996-2017 Snes9x developers.</string>
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Snes9x Help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
|
@ -178,11 +178,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.53</string>
|
||||
<string>1.55</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>~9X~</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.53</string>
|
||||
<string>1.55</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue