From b35f1b432fc24fbab1fa05593c9a0bca7e4d95a6 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 23 Apr 2026 23:12:34 -0500 Subject: feat(v3.6.0): add iCloud sharing for workflows and tracked domains - implement CloudKit sharing (CKShare) for TrackedDomain and DomainWorkflow - support read-only and editable permissions - add Share actions and shared state indicators in UI - handle shared record ownership and participant roles - implement deterministic conflict resolution to prevent duplication - ensure compatibility with existing iCloud sync layer - maintain local-first behavior with graceful offline handling - remove debug logging for domain availability/rdap messages notes: - no custom backend or accounts introduced - sharing is Apple ecosystem only (iCloud-based) - large history data remains local-only --- DomainDig/DomainDig.entitlements | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DomainDig/DomainDig.entitlements (limited to 'DomainDig/DomainDig.entitlements') diff --git a/DomainDig/DomainDig.entitlements b/DomainDig/DomainDig.entitlements new file mode 100644 index 0000000..d792729 --- /dev/null +++ b/DomainDig/DomainDig.entitlements @@ -0,0 +1,14 @@ + + + + + com.apple.developer.icloud-container-identifiers + + iCloud.net.cleberg.DomainDig + + com.apple.developer.icloud-services + + CloudKit + + + -- cgit v1.2.3