diff --git a/Gemfile b/Gemfile index e4a13992f..5bd02a13d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ source "https://rubygems.org" gem 'fastlane' +gem "xcode-install" gem 'slather' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') diff --git a/Gemfile.lock b/Gemfile.lock index 36741fb8c..49c60fa59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,13 +174,15 @@ GEM mime-types-data (3.2022.0105) mini_magick (4.11.0) mini_mime (1.1.2) + mini_portile2 (2.8.0) minitest (5.16.2) multi_json (1.15.0) multipart-post (2.0.0) nanaimo (0.3.0) naturally (2.2.1) netrc (0.11.0) - nokogiri (1.13.8-x86_64-linux) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) racc (~> 1.4) optparse (0.1.1) os (1.1.4) @@ -234,6 +236,9 @@ GEM unicode-display_width (1.8.0) webrick (1.7.0) word_wrap (1.0.0) + xcode-install (2.8.1) + claide (>= 0.9.1) + fastlane (>= 2.1.0, < 3.0.0) xcodeproj (1.22.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) @@ -256,6 +261,7 @@ DEPENDENCIES fastlane-plugin-sentry fastlane-plugin-xcodegen slather + xcode-install BUNDLED WITH 2.1.4