From 3da7e452444c6cfb949467e6d91d66edc7bc255f Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Sun, 7 Apr 2013 17:02:54 -0400 Subject: [PATCH] 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) --- Tools/capp/Resources/Templates/NibApplication/Info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/capp/Resources/Templates/NibApplication/Info.plist b/Tools/capp/Resources/Templates/NibApplication/Info.plist index 35b6b0d88..bf0676ce1 100644 --- a/Tools/capp/Resources/Templates/NibApplication/Info.plist +++ b/Tools/capp/Resources/Templates/NibApplication/Info.plist @@ -6,5 +6,9 @@ MainMenu.cib CPBundleName __project.name__ + CPBundleVersion + 1.0 + CPHumanReadableCopyright + Copyright © __project.year__, __organization.name__ All rights reserved.