Skip to content

Commit

Permalink
Move Resources folder under project name for objc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gfontenot committed Nov 19, 2014
1 parent de1615f commit bad838f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions defaults/liftoffrc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bad838f

Please sign in to comment.