This repository has been archived by the owner. It is now read-only.
Permalink
14 lines (10 sloc)
474 Bytes
| 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 |