summaryrefslogtreecommitdiff
path: root/benchmark/ios/fastlane/Matchfile
blob: f8fe804638b436daba151b526da43f501c467a57 (plain)
1
2
3
4
5
git_url("git@github.com:mapbox/apple-certificates.git")
type("development") # The default type, can be: appstore, adhoc, enterprise or development
app_identifier(["com.mapbox.BenchmarkApp", "com.mapbox.BenchmarkAppTests"])
username ENV['MAPBOX_APPLE_ID']
keychain_name("fastlane_keychain")