Added fastlane scripts, old ids cleaned up
This commit is contained in:
parent
39e348948c
commit
56754d616b
34 changed files with 1361 additions and 153 deletions
13
client/fastlane/Matchfile
Normal file
13
client/fastlane/Matchfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
git_url("https://github.com/amnezia-vpn/amnezia-ios-certificates")
|
||||
|
||||
storage_mode("git")
|
||||
|
||||
type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
|
||||
|
||||
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
|
||||
# username("user@fastlane.tools") # Your Apple Developer Portal username
|
||||
|
||||
# For all available options run `fastlane match --help`
|
||||
# Remove the # in the beginning of the line to enable the other options
|
||||
|
||||
# The docs are available on https://docs.fastlane.tools/actions/match
|
||||
Loading…
Add table
Add a link
Reference in a new issue