Skip to content

Commit

Permalink
Shared xcode scheme
Browse files Browse the repository at this point in the history
Signed-off-by: wangmchn <[email protected]>
  • Loading branch information
wangmchn committed Apr 20, 2016
1 parent a94b121 commit 4a2cf7f
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
# xcuserdata
*.xccheckout
*.moved-aside
DerivedData
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>StoryboardExample.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>4DF0A9731C39847100731373</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>4DF0A9871C39847100731373</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>4DF0A9921C39847100731373</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>WMPageController-Swift.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>4D45BF141CC7A10B003F0151</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>4D45BF281CC7A10B003F0151</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>4D45BF331CC7A10B003F0151</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 4a2cf7f

Please sign in to comment.