File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 134134 racc (~> 1.4 )
135135 nokogiri (1.13.3-x86_64-darwin )
136136 racc (~> 1.4 )
137+ nokogiri (1.13.3-x86_64-linux )
138+ racc (~> 1.4 )
137139 oauth2 (1.4.9 )
138140 faraday (>= 0.17.3 , < 3.0 )
139141 jwt (>= 1.0 , < 3.0 )
Original file line number Diff line number Diff line change 1111
1212desc 'Setup example project'
1313task :demo do
14+ deployment = Bundler . settings [ 'DEPLOYMENT' ] || false
15+ Bundler . settings . set_local ( 'DEPLOYMENT' , false ) if deployment
1416 system ( 'bundle install' , exception : true )
1517 Bundler . with_unbundled_env do
1618 Dir . chdir ( 'example/ios_app' ) do |path |
1719 system ( 'bundle install' , exception : true )
1820 system ( 'bundle exec pod install' , exception : true )
1921 end
2022 end
23+ Bundler . settings . set_local ( 'DEPLOYMENT' , deployment ) if deployment
2124end
2225
2326desc 'Publish to cocoapods plugins if not present'
You can’t perform that action at this time.
0 commit comments