summaryrefslogtreecommitdiff
path: root/render-test/ios/codesigning/XCTest.framework.xcent.template
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/ios/codesigning/XCTest.framework.xcent.template')
-rw-r--r--render-test/ios/codesigning/XCTest.framework.xcent.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/render-test/ios/codesigning/XCTest.framework.xcent.template b/render-test/ios/codesigning/XCTest.framework.xcent.template
new file mode 100644
index 0000000000..c2138e492f
--- /dev/null
+++ b/render-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.RenderTestAppTests</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.RenderTestAppTests</string>
+ </array>
+</dict>
+</plist> \ No newline at end of file