From bad838fe41b162ac832d93561faa74b1a69b3081 Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Wed, 19 Nov 2014 09:46:35 -0500 Subject: [PATCH] Move Resources folder under project name for objc The default objc template accidentally had the Resources folder sitting in the root of the project, instead of under the project name folder. The default Swift template already handles this properly. --- defaults/liftoffrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/defaults/liftoffrc b/defaults/liftoffrc index fa364ce..7d5a6f2 100644 --- a/defaults/liftoffrc +++ b/defaults/liftoffrc @@ -67,16 +67,16 @@ app_target_templates: - <%= prefix %>AppDelegate.h - <%= prefix %>AppDelegate.m - Views: - - Resources: - - Images.xcassets - - Storyboards: - - Main.storyboard - - Nibs: - - LaunchScreen.xib - - Other-Sources: - - Info.plist - - <%= project_name %>-Prefix.pch - - main.m + - Resources: + - Images.xcassets + - Storyboards: + - Main.storyboard + - Nibs: + - LaunchScreen.xib + - Other-Sources: + - Info.plist + - <%= project_name %>-Prefix.pch + - main.m swift: - <%= project_name %>: - Extensions: