Mercurial > public > simoleon
comparison Simoleon/Simoleon.entitlements @ 177:a1443bd115d9
add icloud capability
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 26 Oct 2021 13:18:51 +0200 |
parents | 81f4e0a3b1eb |
children |
comparison
equal
deleted
inserted
replaced
176:736c560d99c1 | 177:a1443bd115d9 |
---|---|
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>aps-environment</key> | |
6 <string>development</string> | |
7 <key>com.apple.developer.icloud-container-identifiers</key> | |
8 <array> | |
9 <string>iCloud.simoleon</string> | |
10 </array> | |
11 <key>com.apple.developer.icloud-services</key> | |
12 <array> | |
13 <string>CloudKit</string> | |
14 </array> | |
15 </dict> | |
16 </plist> |