Release 1.0.0 baseline

This commit is contained in:
alexandrev-tibco
2026-02-26 10:27:09 +01:00
parent e593453abd
commit c5c7e3d2e4
24 changed files with 600 additions and 168 deletions
-3
View File
@@ -44,9 +44,6 @@ struct ContentView: View {
Task {
switch phase {
case .active:
if settings?.iCloudSyncEnabledResolved ?? true {
await ICloudSyncService.shared.pullRemoteIfNeeded(context: context)
}
await syncPremiumStatus()
case .inactive, .background:
if settings?.iCloudSyncEnabledResolved ?? true {