summaryrefslogtreecommitdiff
path: root/test/ios/fastlane/Matchfile
blob: 2a815bfc8efcf037f4e62b0296c51b2d7e6c7742 (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.UnitTestsApp", "com.mapbox.UnitTestsAppTests"])
username ENV['MAPBOX_APPLE_ID']
keychain_name("fastlane_keychain")