summaryrefslogtreecommitdiff
path: root/render-test/ios/codesigning/RenderTestApp.app.xcent.template
blob: 933c054b3debdc6bb3f32d94b977bf9ab9f9af14 (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.RenderTestApp</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.RenderTestApp</string>
	</array>
</dict>
</plist>