File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,9 @@ source "https://rubygems.org"
22
33gem "fastlane"
44gem 'travis'
5+ #gem 'fastlane-plugin-cordova'
6+ #gem 'fastlane-plugin-ionic'
7+ #gem 'fastlane-plugin-upgrade_super_old_xcode_project'
8+
59plugins_path = File . join ( File . dirname ( __FILE__ ) , 'fastlane' , 'Pluginfile' )
610eval_gemfile ( plugins_path ) if File . exist? ( plugins_path )
Original file line number Diff line number Diff line change 6666 xcodeproj (>= 1.5.7 , < 2.0.0 )
6767 xcpretty (~> 0.2.8 )
6868 xcpretty-travis-formatter (>= 0.0.3 )
69- fastlane-plugin-cordova (2.0.0 )
70- fastlane-plugin-ionic (0.0.4 )
71- fastlane-plugin-upgrade_super_old_xcode_project (0.0.2 )
7269 ffi (1.9.25 )
7370 gh (0.14.0 )
7471 addressable
@@ -178,10 +175,7 @@ PLATFORMS
178175
179176DEPENDENCIES
180177 fastlane
181- fastlane-plugin-cordova
182- fastlane-plugin-ionic
183- fastlane-plugin-upgrade_super_old_xcode_project
184178 travis
185179
186180BUNDLED WITH
187- 1.16.1
181+ 2.1.4
You can’t perform that action at this time.
0 commit comments