diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 4e0f109..1afcc19 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -1,4 +1,5 @@ # TODO: Reimplement our actions in a plugin to be shared between projects, or use an existing plugin. #gem "fastlane-plugin-commit_android_version_bump", git: "https://github.com/digital-me/fastlane-plugin-commit_android_version_bump" #gem "increment_version_code", git "https://github.com/Jems22/fastlane-plugin-increment_version_code/tree/v0.4.3" -gem 'fastlane-plugin-firebase_app_distribution' \ No newline at end of file +gem 'fastlane-plugin-firebase_app_distribution' +gem 'fastlane-plugin-find_firebase_app_id' diff --git a/lazyDir/Gemfile b/lazyDir/Gemfile index 8247a68..3bbc7c3 100644 --- a/lazyDir/Gemfile +++ b/lazyDir/Gemfile @@ -4,6 +4,7 @@ gem "fastlane" gem "fastlane-plugin-firebase_app_distribution" +gem 'fastlane-plugin-find_firebase_app_id' # If needed, make sure fastlane dir is part of the docker context # plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') diff --git a/lazyDir/Gemfile.lock b/lazyDir/Gemfile.lock index 8f468dc..0bebd60 100644 --- a/lazyDir/Gemfile.lock +++ b/lazyDir/Gemfile.lock @@ -81,6 +81,7 @@ xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) + fastlane-plugin-find_firebase_app_id (0.1.1) fastlane-plugin-firebase_app_distribution (0.1.4) gh_inspector (1.1.3) google-api-client (0.36.4) @@ -175,6 +176,7 @@ DEPENDENCIES fastlane + fastlane-plugin-find_firebase_app_id fastlane-plugin-firebase_app_distribution RUBY VERSION