Add App Center plugin for fastlane

This commit is contained in:
Davide De Rosa 2019-03-21 18:12:50 +01:00
parent a30c49435e
commit 7ad476f27f
2 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,6 @@ source "https://rubygems.org"
gem "fastlane"
gem "cocoapods", "~> 1.6"
gem "dotenv"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

5
fastlane/Pluginfile Normal file
View File

@ -0,0 +1,5 @@
# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
gem 'fastlane-plugin-appcenter'