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) · 588 Bytes

File metadata and controls

6 lines (5 loc) · 588 Bytes
 
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».";