Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 644 Bytes

File metadata and controls

6 lines (5 loc) · 644 Bytes
 
Oct 1, 2009
Oct 1, 2009
1
2
3
4
5
6
/* Localized versions of Info.plist keys */
CFBundleName = "___PROJECTNAME___";
CFBundleShortVersionString = "___PROJECTNAME___ version 0.1";
CFBundleGetInfoString = "___PROJECTNAME___ version 0.1, Copyright ___YEAR___ ___ORGANIZATIONNAME___.";
NSHumanReadableCopyright = "Copyright ___YEAR___ ___ORGANIZATIONNAME___.";