diff --git a/swift/Tasks.xcodeproj/project.pbxproj b/swift/Tasks.xcodeproj/project.pbxproj index 7507a5f9d..a5746e45b 100644 --- a/swift/Tasks.xcodeproj/project.pbxproj +++ b/swift/Tasks.xcodeproj/project.pbxproj @@ -7,8 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 4170A8552CED346F00043F5A /* DittoObjC in Frameworks */ = {isa = PBXBuildFile; productRef = 4170A8542CED346F00043F5A /* DittoObjC */; }; - 4170A8572CED346F00043F5A /* DittoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 4170A8562CED346F00043F5A /* DittoSwift */; }; + 0D40BBA72F2AAE8A006A72A4 /* DittoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 0D40BBA62F2AAE8A006A72A4 /* DittoSwift */; }; ABCDEF012345678900000001 /* TasksUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCDEF012345678900000002 /* TasksUITests.swift */; }; /* End PBXBuildFile section */ @@ -55,8 +54,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4170A8552CED346F00043F5A /* DittoObjC in Frameworks */, - 4170A8572CED346F00043F5A /* DittoSwift in Frameworks */, + 0D40BBA72F2AAE8A006A72A4 /* DittoSwift in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -70,11 +68,19 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 0D40BBA52F2AAE8A006A72A4 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; 41F869812CECF42500DC7268 = { isa = PBXGroup; children = ( 41F8698C2CECF42500DC7268 /* Tasks */, ABCDEF012345678900000005 /* TasksUITests */, + 0D40BBA52F2AAE8A006A72A4 /* Frameworks */, 41F8698B2CECF42500DC7268 /* Products */, ); sourceTree = ""; @@ -118,8 +124,7 @@ ); name = Tasks; packageProductDependencies = ( - 4170A8542CED346F00043F5A /* DittoObjC */, - 4170A8562CED346F00043F5A /* DittoSwift */, + 0D40BBA62F2AAE8A006A72A4 /* DittoSwift */, ); productName = Tasks; productReference = 41F8698A2CECF42500DC7268 /* Tasks.app */; @@ -151,7 +156,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1610; - LastUpgradeCheck = 1610; + LastUpgradeCheck = 2620; TargetAttributes = { 41F869892CECF42500DC7268 = { CreatedOnToolsVersion = 16.1; @@ -168,7 +173,7 @@ mainGroup = 41F869812CECF42500DC7268; minimizedProjectReferenceProxies = 1; packageReferences = ( - 4170A8532CED346F00043F5A /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */, + 0D40BBA42F2AAE7D006A72A4 /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */, ); preferredProjectObjectVersion = 77; productRefGroup = 41F8698B2CECF42500DC7268 /* Products */; @@ -326,6 +331,7 @@ MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; + STRING_CATALOG_GENERATE_SYMBOLS = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; @@ -382,6 +388,7 @@ MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; + STRING_CATALOG_GENERATE_SYMBOLS = YES; SWIFT_COMPILATION_MODE = wholemodule; VALIDATE_PRODUCT = YES; }; @@ -400,6 +407,7 @@ GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Tasks/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "Ditto Tasks"; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Uses Bluetooth to connect and sync with nearby devices"; INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "Uses Bluetooth to connect and sync with nearby devices"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Uses WiFi to connect and sync with nearby devices"; @@ -435,6 +443,7 @@ GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Tasks/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "Ditto Tasks"; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Uses Bluetooth to connect and sync with nearby devices"; INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "Uses Bluetooth to connect and sync with nearby devices"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Uses WiFi to connect and sync with nearby devices"; @@ -526,25 +535,20 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - 4170A8532CED346F00043F5A /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */ = { + 0D40BBA42F2AAE7D006A72A4 /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/getditto/DittoSwiftPackage"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 4.13.1; + minimumVersion = "5.0.0-dev-weekly.20260126.180"; }; }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 4170A8542CED346F00043F5A /* DittoObjC */ = { - isa = XCSwiftPackageProductDependency; - package = 4170A8532CED346F00043F5A /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */; - productName = DittoObjC; - }; - 4170A8562CED346F00043F5A /* DittoSwift */ = { + 0D40BBA62F2AAE8A006A72A4 /* DittoSwift */ = { isa = XCSwiftPackageProductDependency; - package = 4170A8532CED346F00043F5A /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */; + package = 0D40BBA42F2AAE7D006A72A4 /* XCRemoteSwiftPackageReference "DittoSwiftPackage" */; productName = DittoSwift; }; /* End XCSwiftPackageProductDependency section */ diff --git a/swift/Tasks.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/swift/Tasks.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9d0559ad6..7d2def6b3 100644 --- a/swift/Tasks.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/swift/Tasks.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getditto/DittoSwiftPackage", "state" : { - "revision" : "c68c60c68ca4783248466781fd7607e1e59af198", - "version" : "4.13.1" + "revision" : "620b2b8ba0177d6d80875f752d588d2b30322200", + "version" : "5.0.0-swift-remove-support-for-cocoapods.1" } } ], diff --git a/swift/Tasks.xcodeproj/xcshareddata/xcschemes/Tasks.xcscheme b/swift/Tasks.xcodeproj/xcshareddata/xcschemes/Tasks.xcscheme index bfcc99fa5..43aab3fa6 100644 --- a/swift/Tasks.xcodeproj/xcshareddata/xcschemes/Tasks.xcscheme +++ b/swift/Tasks.xcodeproj/xcshareddata/xcschemes/Tasks.xcscheme @@ -1,6 +1,6 @@