Skip to content

Commit

Permalink
Add cocoapod Calabash support
Browse files Browse the repository at this point in the history
  • Loading branch information
krukow committed Jul 2, 2014
1 parent e8e0312 commit 90cd470
Show file tree
Hide file tree
Showing 7 changed files with 1,713 additions and 484 deletions.
36 changes: 36 additions & 0 deletions LPSimpleExample copy-Info.plist
@@ -0,0 +1,36 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
<array/>
<key>CFBundleIdentifier</key>
<string>com.lesspainful.example.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
2,125 changes: 1,641 additions & 484 deletions LPSimpleExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Expand Up @@ -4,6 +4,11 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>LPSimpleExample copy.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>LPSimpleExample-cal.xcscheme</key>
<dict>
<key>orderHint</key>
Expand All @@ -14,6 +19,11 @@
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>LPSimpleExample.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
Expand All @@ -32,6 +42,11 @@
<key>primary</key>
<true/>
</dict>
<key>B1B9A5F3196483F100B4954A</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>B1EE84181517A88D0030AB19</key>
<dict>
<key>primary</key>
Expand Down
1 change: 1 addition & 0 deletions LPSimpleExample.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Podfile
@@ -0,0 +1,10 @@
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"

target "LPSimpleExample" do

end

target "LPSimpleExample-cal" do
pod 'Calabash', '>= 0.9.169'
end
10 changes: 10 additions & 0 deletions Podfile.lock
@@ -0,0 +1,10 @@
PODS:
- Calabash (0.9.169)

DEPENDENCIES:
- Calabash (>= 0.9.169)

SPEC CHECKSUMS:
Calabash: 97e723e894cbd22ab0fdb5a622ff9565479b6017

COCOAPODS: 0.33.1

0 comments on commit 90cd470

Please sign in to comment.