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"
2
2
3
3
gem "fastlane"
4
4
gem 'travis'
5
+ #gem 'fastlane-plugin-cordova'
6
+ #gem 'fastlane-plugin-ionic'
7
+ #gem 'fastlane-plugin-upgrade_super_old_xcode_project'
8
+
5
9
plugins_path = File . join ( File . dirname ( __FILE__ ) , 'fastlane' , 'Pluginfile' )
6
10
eval_gemfile ( plugins_path ) if File . exist? ( plugins_path )
Original file line number Diff line number Diff line change 66
66
xcodeproj (>= 1.5.7 , < 2.0.0 )
67
67
xcpretty (~> 0.2.8 )
68
68
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 )
72
69
ffi (1.9.25 )
73
70
gh (0.14.0 )
74
71
addressable
@@ -178,10 +175,7 @@ PLATFORMS
178
175
179
176
DEPENDENCIES
180
177
fastlane
181
- fastlane-plugin-cordova
182
- fastlane-plugin-ionic
183
- fastlane-plugin-upgrade_super_old_xcode_project
184
178
travis
185
179
186
180
BUNDLED WITH
187
- 1.16.1
181
+ 2.1.4
You can’t perform that action at this time.
0 commit comments