listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

commit f628a9476988a746978f2844d817a501721db978
parent 5e2dc7d49278cf3866b8b932d944ede2c62aecc8
Author: Michael Camilleri <[email protected]>
Date:   Tue, 17 Mar 2026 05:07:02 +0900

Add KV store entitlement for watchOS version

Diffstat:
MListlessWatch/Listless.entitlements | 2++
Mproject.yml | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ListlessWatch/Listless.entitlements b/ListlessWatch/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/project.yml b/project.yml @@ -129,6 +129,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: ListlessWatch/Info.plist