File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source "http://rubygems.org"
22
33gem "cocoapods" , "~> 0.39.0"
4+ gem "rake"
5+ gem "xcpretty"
Original file line number Diff line number Diff line change 4545 molinillo (0.4.4 )
4646 nap (1.1.0 )
4747 netrc (0.7.8 )
48+ rake (10.5.0 )
49+ rouge (1.10.1 )
4850 thread_safe (0.3.5 )
4951 tzinfo (1.2.2 )
5052 thread_safe (~> 0.1 )
5153 xcodeproj (0.28.2 )
5254 activesupport (>= 3 )
5355 claide (~> 0.9.1 )
5456 colored (~> 1.2 )
57+ xcpretty (0.2.2 )
58+ rouge (~> 1.8 )
5559
5660PLATFORMS
5761 ruby
5862
5963DEPENDENCIES
6064 cocoapods (~> 0.39.0 )
65+ rake
66+ xcpretty
6167
6268BUNDLED WITH
6369 1.11.2
Original file line number Diff line number Diff line change 1+ task default : :build
2+
3+ desc "Build the framework target and the example project"
4+ task :build do
5+ sh %(xcodebuild -project ICInputAccessory.xcodeproj -scheme ICInputAccessory -sdk iphonesimulator -destination "name=iPhone 6,OS=latest" clean build | xcpretty -c)
6+ sh %(xcodebuild -workspace ICInputAccessory.xcworkspace -scheme Example -sdk iphonesimulator -destination "name=iPhone 6,OS=latest" clean build | xcpretty -c)
7+ end
You can’t perform that action at this time.
0 commit comments