Christopher Hotchkiss Christopher Hotchkiss
Login

Code

remindwall / RemindWall / RemindWall.entitlements

Back to remindwall — Current RemindWall

Download this file

<?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>aps-environment</key>
	<string>development</string>
	<key>com.apple.developer.aps-environment</key>
	<string>development</string>
	<key>com.apple.developer.icloud-container-identifiers</key>
	<array>
		<string>iCloud.com.remindwall.sqlitedata</string>
	</array>
	<key>com.apple.developer.icloud-services</key>
	<array>
		<string>CloudKit</string>
	</array>
	<!-- App Sandbox: hard requirement for TestFlight/MAS Mac delivery
	     (ITMS-90296 fires at upload without it). DDC lives in the external
	     ddcd daemon reached via network.client, so nothing here needs the
	     unsandboxed powers the old m1ddc-spawn path required. -->
	<!-- H1.1 probe: whether the sandboxed Catalyst build can enumerate the
	     home decides if the Mac renders battery chips or the iPads only. -->
	<key>com.apple.developer.homekit</key>
	<true/>
	<key>com.apple.security.app-sandbox</key>
	<true/>
	<key>com.apple.security.network.client</key>
	<true/>
	<key>com.apple.security.personal-information.calendars</key>
	<true/>
	<key>com.apple.security.personal-information.photos-library</key>
	<true/>
	<key>com.apple.security.smartcard</key>
	<true/>
</dict>
</plist>