Newer
Older
DummyAnd / lazyDir / Gemfile
@Benoit Donneaux Benoit Donneaux on 24 Apr 2020 400 bytes [DP-779] Add Fastlane plugin to extract Google App id
# frozen_string_literal: true
source "https://rubygems.org"
ruby RUBY_VERSION

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')
# eval(File.read(plugins_path), binding) if File.exist?(plugins_path)