commit c0637a7c52d0e0755022640dbf47dced49d4e70b
parent 4ec01363a6ab1627d3a8c04dfd3cdc3a52f60098
Author: Michael Camilleri <[email protected]>
Date: Thu, 5 Mar 2026 04:34:49 +0900
Update entitlements to cover ubiquitous key-value store
Diffstat:
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ListlessMac/Listless.entitlements b/ListlessMac/Listless.entitlements
@@ -16,5 +16,7 @@
<array>
<string>iCloud.net.inqk.listless</string>
</array>
+ <key>com.apple.developer.ubiquity-kvstore-identifier</key>
+ <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
</dict>
</plist>
diff --git a/ListlessiOS/Listless.entitlements b/ListlessiOS/Listless.entitlements
@@ -16,6 +16,8 @@
<array>
<string>iCloud.net.inqk.listless</string>
</array>
+ <key>com.apple.developer.ubiquity-kvstore-identifier</key>
+ <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
diff --git a/project.yml b/project.yml
@@ -38,6 +38,7 @@ targets:
- CloudKit
com.apple.developer.ubiquity-container-identifiers:
- iCloud.net.inqk.listless
+ com.apple.developer.ubiquity-kvstore-identifier: $(TeamIdentifierPrefix)$(CFBundleIdentifier)
aps-environment: development
info:
path: ListlessiOS/Info.plist
@@ -84,6 +85,7 @@ targets:
- CloudKit
com.apple.developer.ubiquity-container-identifiers:
- iCloud.net.inqk.listless
+ com.apple.developer.ubiquity-kvstore-identifier: $(TeamIdentifierPrefix)$(CFBundleIdentifier)
aps-environment: development
info:
path: ListlessMac/Info.plist