This repository was archived by the owner on Jul 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : objective-c
22osx_image : xcode8
33before_script :
4- # Build the Cat2Cat binary for
5- - bundle exec gym -- workspace " Cat2Cat.xcworkspace" -- scheme " Cat2Cat" -- sdk "macosx10.12" --output_directory " ~/build/"
4+ # Build the Cat2Cat binary for use in the test projects
5+ - xcodebuild -configuration Release - workspace Cat2Cat.xcworkspace - scheme Cat2Cat - sdk macosx CONFIGURATION_BUILD_DIR=' ~/build/'
66 - cp ~/build/Cat2Cat CocoaPod/
77 - rm SampleiOSApp/Cat2CatExample/Cat2CatExample/Categories/UIImage+AssetCatalog.?
88 - rm SampleMacApp/Cat2CatExampleMac/Cat2CatExampleMac/Categories/NSImage+AssetCatalog.?
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22gem 'scan' , '~>0.13'
3- gem 'gym'
Original file line number Diff line number Diff line change 2525 rubyzip (~> 1.1.6 )
2626 terminal-table (>= 1.4.5 , < 2.0.0 )
2727 gh_inspector (1.0.2 )
28- gym (1.12.0 )
29- fastlane_core (>= 0.53.0 , < 1.0.0 )
30- plist (>= 3.1.0 , < 4.0.0 )
31- rubyzip (>= 1.1.7 )
32- terminal-table (>= 1.4.5 , < 2.0.0 )
33- xcpretty (>= 0.2.4 , < 1.0.0 )
3428 highline (1.7.8 )
3529 json (2.0.2 )
3630 multi_json (1.12.1 )
@@ -57,7 +51,6 @@ PLATFORMS
5751 ruby
5852
5953DEPENDENCIES
60- gym
6154 scan (~> 0.13 )
6255
6356BUNDLED WITH
You can’t perform that action at this time.
0 commit comments