aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples/Sample/SampleTemplate.entitlements
blob: 87371f3fdc0f763ef2bdda4ce0589d3687a0462f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
	<key>aps-environment</key>
	<string>development</string>
	<key>com.apple.developer.associated-domains</key>
	<array>
		<string>applinks:$KAPP_LINKS_DOMAIN</string>
	</array>
</dict>
</plist>