Add App Center plugin for fastlane
This commit is contained in:
parent
a30c49435e
commit
7ad476f27f
3
Gemfile
3
Gemfile
|
@ -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)
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Autogenerated by fastlane
|
||||
#
|
||||
# Ensure this file is checked in to source control!
|
||||
|
||||
gem 'fastlane-plugin-appcenter'
|
Loading…
Reference in New Issue