summaryrefslogtreecommitdiff
path: root/benchmark/ios/codesigning/BenchmarkAppTests.xctest.xcent.template
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/codesigning/BenchmarkAppTests.xctest.xcent.template
parenta5ec862a2a241885918d4d843bbc93c3804a57e6 (diff)
downloadqtlocation-mapboxgl-cea87c9f2d0eb66e3a918d1b84e316b27462dd07.tar.gz
[benchmark] Add iOS benchmark runner
Diffstat (limited to 'benchmark/ios/codesigning/BenchmarkAppTests.xctest.xcent.template')
-rw-r--r--benchmark/ios/codesigning/BenchmarkAppTests.xctest.xcent.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmark/ios/codesigning/BenchmarkAppTests.xctest.xcent.template b/benchmark/ios/codesigning/BenchmarkAppTests.xctest.xcent.template
new file mode 100644
index 0000000000..4070d8939c
--- /dev/null
+++ b/benchmark/ios/codesigning/BenchmarkAppTests.xctest.xcent.template
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>application-identifier</key>
+ <string>$TEAM_ID.com.mapbox.BenchmarkAppTests</string>
+ <key>com.apple.developer.team-identifier</key>
+ <string>$TEAM_ID</string>
+ <key>get-task-allow</key>
+ <true/>
+ <key>keychain-access-groups</key>
+ <array>
+ <string>$TEAM_ID.com.mapbox.BenchmarkAppTests</string>
+ </array>
+</dict>
+</plist> \ No newline at end of file