Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
2.0.0
Switch branches/tags
Go to file
1 contributor

Users who have contributed to this file

login = ""
if ENV["GITHUB_USERNAME"]
login = ENV["GITHUB_USERNAME"] + ':' + ENV["GITHUB_PASSWORD"] + '@'
end
git_url "https://#{login}github.com/cliqz/ios-certs"
type "appstore" # The default type, can be: appstore, adhoc, enterprise or development
# app_identifier []
# 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