From 897f55c0f79ea30f7a0531f41989ba43aaba550f Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 8 Jan 2024 10:28:55 +0800 Subject: [PATCH 1/2] Request sync objects for all folders on iOS --- .../DataService/Queries/LinkedItemNetworkQuery.swift | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apple/OmnivoreKit/Sources/Services/DataService/Queries/LinkedItemNetworkQuery.swift b/apple/OmnivoreKit/Sources/Services/DataService/Queries/LinkedItemNetworkQuery.swift index 57a65aca2..117e1922a 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/Queries/LinkedItemNetworkQuery.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/Queries/LinkedItemNetworkQuery.swift @@ -71,13 +71,16 @@ extension DataService { ) } - let sort = InputObjects.SortParams(by: .updatedTime, - order: OptionalArgument(descending ? .descending : .ascending)) + let sort = InputObjects.SortParams( + by: .updatedTime, + order: OptionalArgument(descending ? .descending : .ascending) + ) let query = Selection.Query { try $0.updatesSince( after: OptionalArgument(cursor), first: OptionalArgument(limit), + folder: OptionalArgument("all"), since: DateTime(from: since), sort: OptionalArgument(sort), selection: selection From c0f613486df7e08918b36a5aa9569d10b1312053 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 8 Jan 2024 10:43:57 +0800 Subject: [PATCH 2/2] Bump iOS release version --- apple/Omnivore.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apple/Omnivore.xcodeproj/project.pbxproj b/apple/Omnivore.xcodeproj/project.pbxproj index a928eedd5..1bd97059d 100644 --- a/apple/Omnivore.xcodeproj/project.pbxproj +++ b/apple/Omnivore.xcodeproj/project.pbxproj @@ -1388,7 +1388,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.41.0; + MARKETING_VERSION = 1.42.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = app.omnivore.app; @@ -1423,7 +1423,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.41.0; + MARKETING_VERSION = 1.42.0; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = app.omnivore.app; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1478,7 +1478,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.41.0; + MARKETING_VERSION = 1.42.0; PRODUCT_BUNDLE_IDENTIFIER = app.omnivore.app; PRODUCT_NAME = Omnivore; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1819,7 +1819,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.41.0; + MARKETING_VERSION = 1.42.0; PRODUCT_BUNDLE_IDENTIFIER = app.omnivore.app; PRODUCT_NAME = Omnivore; PROVISIONING_PROFILE_SPECIFIER = "";