diff options
author | Juha Alanen <juha.alanen@mapbox.com> | 2020-02-12 14:05:22 +0200 |
---|---|---|
committer | Juha Alanen <juha.alanen@mapbox.com> | 2020-02-18 16:10:23 +0200 |
commit | cea87c9f2d0eb66e3a918d1b84e316b27462dd07 (patch) | |
tree | 389fff07f377377e34887f6a46f370ff55a445c1 /benchmark/ios/fastlane/Appfile | |
parent | a5ec862a2a241885918d4d843bbc93c3804a57e6 (diff) | |
download | qtlocation-mapboxgl-cea87c9f2d0eb66e3a918d1b84e316b27462dd07.tar.gz |
[benchmark] Add iOS benchmark runner
Diffstat (limited to 'benchmark/ios/fastlane/Appfile')
-rw-r--r-- | benchmark/ios/fastlane/Appfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/ios/fastlane/Appfile b/benchmark/ios/fastlane/Appfile new file mode 100644 index 0000000000..af5ebdffa7 --- /dev/null +++ b/benchmark/ios/fastlane/Appfile @@ -0,0 +1,3 @@ +app_identifier("com.mapbox.BenchmarkApp") # The bundle identifier of your app +apple_id ENV['MAPBOX_APPLE_ID'] +team_id ENV['MAPBOX_APPLE_TEAM_ID'] # Developer Portal Team ID
\ No newline at end of file |