listless

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

commit d99fcbc889cea72ec07adccff12a378190605f77
parent 8a7ff5d74abd7722b20d2e5899fa63747908bad2
Author: Michael Camilleri <[email protected]>
Date:   Tue, 17 Mar 2026 06:00:01 +0900

Fix identifier used in project.yml

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

diff --git a/ListlessWatch/Listless.entitlements b/ListlessWatch/Listless.entitlements @@ -17,6 +17,6 @@ <string>iCloud.net.inqk.listless</string> </array> <key>com.apple.developer.ubiquity-kvstore-identifier</key> - <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string> + <string>$(TeamIdentifierPrefix)net.inqk.listless</string> </dict> </plist> diff --git a/project.yml b/project.yml @@ -129,7 +129,7 @@ targets: - CloudKit com.apple.developer.ubiquity-container-identifiers: - iCloud.net.inqk.listless - com.apple.developer.ubiquity-kvstore-identifier: $(TeamIdentifierPrefix)$(CFBundleIdentifier) + com.apple.developer.ubiquity-kvstore-identifier: $(TeamIdentifierPrefix)net.inqk.listless aps-environment: development info: path: ListlessWatch/Info.plist