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 1, 2014
1 parent f09e187 commit 46ac4a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/liftoffrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ application_target_groups:
- Resources:
- Images.xcassets
- Storyboards:
- Main.storyboard
- Nibs:
- Other-Sources:
- <%= project_name %>-Info.plist
Expand Down
2 changes: 2 additions & 0 deletions templates/<%= project_name %>-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<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 46ac4a6

Please sign in to comment.