Forums

Full Version: Mac OS X version update proposal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,I would like to submit a cosmetic change for the Mac OS X version. It concerns both the version number and the copyright information for the vdrift.app which is displayed when selecting Get Info from the Finder.Today the file InfoPlist.strings from English.lproj directory is:===================================/* Localized versions of Info.plist keys */CFBundleName = "vdrift";CFBundleShortVersionString = "vdrift version 0.1";CFBundleGetInfoString = "vdrift version 0.1, Copyright 2005 __MyCompanyName__.";NSHumanReadableCopyright = "Copyright 2005 __MyCompanyName__.";===================================In fact, it is the default value when creating a Xcode project.So, I would propose the following text instead. It is very closed to the PC version:===================================/* Localized versions of Info.plist keys */CFBundleName = "VDrift";CFBundleShortVersionString = "VDrift version 2005-11-03";CFBundleGetInfoString = "VDrift version 2005-11-03, Copyright GNU GPL v2";NSHumanReadableCopyright = "Copyright GNU GPL v2";===================================Of course the date 2005-11-03 has to be updated manually for each official release...PS: Okay, I agree it will not help a lot the project but this is my small contribution for today. Smile
thanks! i will update that.just a small correction, "Copyright GNU GPL v2" is not right.chris and joe are the copyright holders, the license is the GNU GPL, two completely different things...>It is very closed to the PC versionif this is really written like this on the PC version it should be fixed there...(regarding the copyright notice)
abs1nth Wrote:if this is really written like this on the PC version it should be fixed there...(regarding the copyright notice)
The PC version is indicating "Copyright GNU GPL v2" from the properties tab...