From 525db7dd16990a9716c2c73a716e61b06c24f10d Mon Sep 17 00:00:00 2001 From: noahd Date: Sat, 4 Jan 2014 16:58:57 +0100 Subject: [PATCH 1/2] Add organization name to base template (copied from standard Xcode base template) --- Base.xctemplate/TemplateInfo.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Base.xctemplate/TemplateInfo.plist b/Base.xctemplate/TemplateInfo.plist index ccee0ec..43e88cf 100644 --- a/Base.xctemplate/TemplateInfo.plist +++ b/Base.xctemplate/TemplateInfo.plist @@ -113,6 +113,18 @@ Type text + + Identifier + organizationName + Name + Organization Name + Description + Your company's name + Type + text + Default + ___FULLUSERNAME___ + Identifier bundleIdentifierPrefix From 1e053bf8250c03f044e4b1c55f226a0337dba65c Mon Sep 17 00:00:00 2001 From: noahd Date: Sat, 4 Jan 2014 17:47:28 +0100 Subject: [PATCH 2/2] Enable ARC by default (fixes some memory leaks in templates) --- Base.xctemplate/TemplateInfo.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Base.xctemplate/TemplateInfo.plist b/Base.xctemplate/TemplateInfo.plist index 43e88cf..2838cba 100644 --- a/Base.xctemplate/TemplateInfo.plist +++ b/Base.xctemplate/TemplateInfo.plist @@ -66,6 +66,8 @@ latest_iphoneos FRAMEWORK_SEARCH_PATHS $(iOSOpenDevPath)/frameworks/** $(SDKROOT)/System/Library/PrivateFrameworks + CLANG_ENABLE_OBJC_ARC + YES SDK iphoneos