mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-29 20:12:12 +00:00
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)
|
||||
|
5
fastlane/Pluginfile
Normal file
5
fastlane/Pluginfile
Normal file
@ -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
Block a user