Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
firefox-merge-…
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
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 ["com.cliqz.ios.newCliqz", "*"]
# 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