txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

macOS.entitlements (666B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>com.apple.developer.aps-environment</key>
      6 	<string>development</string>
      7 	<key>com.apple.developer.icloud-container-identifiers</key>
      8 	<array>
      9 		<string>iCloud.com.figbertind.txtodo</string>
     10 	</array>
     11 	<key>com.apple.developer.icloud-services</key>
     12 	<array>
     13 		<string>CloudKit</string>
     14 	</array>
     15 	<key>com.apple.security.app-sandbox</key>
     16 	<true/>
     17 	<key>com.apple.security.files.user-selected.read-only</key>
     18 	<true/>
     19 	<key>com.apple.security.network.client</key>
     20 	<true/>
     21 </dict>
     22 </plist>