summaryrefslogtreecommitdiff
path: root/test/ios/fastlane/Matchfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/fastlane/Matchfile')
-rw-r--r--test/ios/fastlane/Matchfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ios/fastlane/Matchfile b/test/ios/fastlane/Matchfile
new file mode 100644
index 0000000000..2a815bfc8e
--- /dev/null
+++ b/test/ios/fastlane/Matchfile
@@ -0,0 +1,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") \ No newline at end of file