summaryrefslogtreecommitdiff
path: root/benchmark/ios/fastlane/Appfile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/ios/fastlane/Appfile')
-rw-r--r--benchmark/ios/fastlane/Appfile3
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