Skip to content

Commit

Permalink
Add default storyboard file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed Oct 2, 2014
1 parent dc0495a commit b136f50
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/liftoffrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ app_target_templates:
- Resources:
- Images.xcassets
- Storyboards:
- Main.storyboard
- Nibs:
- LaunchScreen.xib
- Other-Sources:
Expand All @@ -90,6 +91,7 @@ app_target_templates:
- Resources:
- Images.xcassets
- Storyboards:
- Main.storyboard
- Nibs:
- LaunchScreen.xib
- Other-Sources:
Expand Down
2 changes: 2 additions & 0 deletions templates/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand Down
7 changes: 7 additions & 0 deletions templates/Main.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
</dependencies>
<scenes/>
</document>

0 comments on commit b136f50

Please sign in to comment.