summaryrefslogtreecommitdiff
path: root/test/ios/codesigning/UnitTestsAppTests.xctest.xcent.template
blob: 72b2dbbb9d1a7c818e922f8c7958f865805f3bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>