summaryrefslogtreecommitdiff
path: root/test/ios/codesigning/XCTest.framework.xcent.template
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-31 11:52:12 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-14 12:01:52 +0200
commit632c5f9d4c42a6e408c0565e34b2d1bd428ff018 (patch)
treeed2dc719f1a0e7077508c4f9b228abf77d61d6ce /test/ios/codesigning/XCTest.framework.xcent.template
parenta4c4de28285a5abe1343fe5abf718adad2b9d354 (diff)
downloadqtlocation-mapboxgl-632c5f9d4c42a6e408c0565e34b2d1bd428ff018.tar.gz
[test] Add iOS unit test runner
Diffstat (limited to 'test/ios/codesigning/XCTest.framework.xcent.template')
-rw-r--r--test/ios/codesigning/XCTest.framework.xcent.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/ios/codesigning/XCTest.framework.xcent.template b/test/ios/codesigning/XCTest.framework.xcent.template
new file mode 100644
index 0000000000..72b2dbbb9d
--- /dev/null
+++ b/test/ios/codesigning/XCTest.framework.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.UnitTestsAppTests</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.UnitTestsAppTests</string>
+ </array>
+</dict>
+</plist> \ No newline at end of file