summaryrefslogtreecommitdiff
path: root/benchmark/ios/fastlane/Matchfile
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-02-12 14:05:22 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-18 16:10:23 +0200
commitcea87c9f2d0eb66e3a918d1b84e316b27462dd07 (patch)
tree389fff07f377377e34887f6a46f370ff55a445c1 /benchmark/ios/fastlane/Matchfile
parenta5ec862a2a241885918d4d843bbc93c3804a57e6 (diff)
downloadqtlocation-mapboxgl-cea87c9f2d0eb66e3a918d1b84e316b27462dd07.tar.gz
[benchmark] Add iOS benchmark runner
Diffstat (limited to 'benchmark/ios/fastlane/Matchfile')
-rw-r--r--benchmark/ios/fastlane/Matchfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmark/ios/fastlane/Matchfile b/benchmark/ios/fastlane/Matchfile
new file mode 100644
index 0000000000..f8fe804638
--- /dev/null
+++ b/benchmark/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.BenchmarkApp", "com.mapbox.BenchmarkAppTests"])
+username ENV['MAPBOX_APPLE_ID']
+keychain_name("fastlane_keychain") \ No newline at end of file