Fixed: Additional keys in default Info.plist templates

This fix adds two keys to the default Info.plist in the capp gen template for NibApplication, "CPBundleVersion" and "CPHumanReadableCopyright". These are introduced primarily to fill out the fields in the default "About" panel. (see #1896)
This commit is contained in:
Andrew Hankinson
2013-04-07 17:02:54 -04:00
parent 04d6b34bfe
commit 3da7e45244
@@ -6,5 +6,9 @@
<string>MainMenu.cib</string>
<key>CPBundleName</key>
<string>__project.name__</string>
<key>CPBundleVersion</key>
<string>1.0</string>
<key>CPHumanReadableCopyright</key>
<string>Copyright © __project.year__, __organization.name__ All rights reserved.</string>
</dict>
</plist>