From 9e74214e64314e6d29a220790f9fddd6b8d3652a Mon Sep 17 00:00:00 2001 From: Jean-Pierre Mouilleseaux Date: Sat, 2 Mar 2013 11:10:59 -0800 Subject: [PATCH] normalize and modernize template settings standardize language code, bundle identifier reverse-DNS format, bundle versions, copyright year and application icon. --- .../__AppTemplates/BasicApp/OpenGL/xcode/Info.plist | 12 +++++++++--- .../BasicApp/OpenGL/xcode_ios/Info.plist | 4 ++-- .../__AppTemplates/CocoaView/OpenGL/xcode/Info.plist | 6 +++--- .../ScreenSaver/OpenGL/xcode/Info.plist | 6 +++--- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/blocks/__AppTemplates/BasicApp/OpenGL/xcode/Info.plist b/blocks/__AppTemplates/BasicApp/OpenGL/xcode/Info.plist index c9008dfa5d..76bfe73f68 100644 --- a/blocks/__AppTemplates/BasicApp/OpenGL/xcode/Info.plist +++ b/blocks/__AppTemplates/BasicApp/OpenGL/xcode/Info.plist @@ -3,23 +3,29 @@ CFBundleDevelopmentRegion - English + en CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile CinderApp.icns CFBundleIdentifier - org.libcinder._TBOX_PREFIX_ + org.libcinder.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName ${PRODUCT_NAME} CFBundlePackageType APPL + CFBundleShortVersionString + 1.0 CFBundleSignature ???? CFBundleVersion - 1.0 + 1 + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2013 __MyCompanyName__. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/blocks/__AppTemplates/BasicApp/OpenGL/xcode_ios/Info.plist b/blocks/__AppTemplates/BasicApp/OpenGL/xcode_ios/Info.plist index c2054bb556..06d3234c37 100644 --- a/blocks/__AppTemplates/BasicApp/OpenGL/xcode_ios/Info.plist +++ b/blocks/__AppTemplates/BasicApp/OpenGL/xcode_ios/Info.plist @@ -24,7 +24,7 @@ CFBundleIdentifier - dongle.${PRODUCT_NAME:rfc1034identifier} + org.libcinder.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -36,7 +36,7 @@ CFBundleSignature ???? CFBundleVersion - 1.0 + 1 LSRequiresIPhoneOS NSMainNibFile diff --git a/blocks/__AppTemplates/CocoaView/OpenGL/xcode/Info.plist b/blocks/__AppTemplates/CocoaView/OpenGL/xcode/Info.plist index 1a4483f8ab..76bfe73f68 100644 --- a/blocks/__AppTemplates/CocoaView/OpenGL/xcode/Info.plist +++ b/blocks/__AppTemplates/CocoaView/OpenGL/xcode/Info.plist @@ -7,9 +7,9 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile - + CinderApp.icns CFBundleIdentifier - libcinder.org.${PRODUCT_NAME:rfc1034identifier} + org.libcinder.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -25,7 +25,7 @@ LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright © 2012 __MyCompanyName__. All rights reserved. + Copyright © 2013 __MyCompanyName__. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/blocks/__AppTemplates/ScreenSaver/OpenGL/xcode/Info.plist b/blocks/__AppTemplates/ScreenSaver/OpenGL/xcode/Info.plist index 235b5cc018..295640c7bc 100644 --- a/blocks/__AppTemplates/ScreenSaver/OpenGL/xcode/Info.plist +++ b/blocks/__AppTemplates/ScreenSaver/OpenGL/xcode/Info.plist @@ -5,13 +5,13 @@ CFBundleName ${PRODUCT_NAME} CFBundleDevelopmentRegion - English + en CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile CFBundleIdentifier - com.yourcompany.${PRODUCT_NAME:identifier} + org.libcinder.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 1.0 + 1 CFBundleShortVersionString 1.0 NSPrincipalClass