diff --git a/Account/Package.swift b/Account/Package.swift index 2f556c766..3d49c12e0 100644 --- a/Account/Package.swift +++ b/Account/Package.swift @@ -12,9 +12,9 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "1.0.0")), - .package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0-beta1")), - .package(url: "https://github.com/Ranchero-Software/RSParser.git", .upToNextMajor(from: "2.0.0-beta1")), - .package(url: "https://github.com/Ranchero-Software/RSWeb.git", .upToNextMajor(from: "1.0.0-beta1")), + .package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0")), + .package(url: "https://github.com/Ranchero-Software/RSParser.git", .upToNextMajor(from: "2.0.0")), + .package(url: "https://github.com/Ranchero-Software/RSWeb.git", .upToNextMajor(from: "1.0.0")), .package(url: "../Articles", .upToNextMajor(from: "1.0.0")), .package(url: "../ArticlesDatabase", .upToNextMajor(from: "1.0.0")), .package(url: "../Secrets", .upToNextMajor(from: "1.0.0")), diff --git a/ArticlesDatabase/Package.swift b/ArticlesDatabase/Package.swift index 200fd6137..6a9076bba 100644 --- a/ArticlesDatabase/Package.swift +++ b/ArticlesDatabase/Package.swift @@ -14,8 +14,8 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "1.0.0")), - .package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0-beta1")), - .package(url: "https://github.com/Ranchero-Software/RSParser.git", .upToNextMajor(from: "2.0.0-beta1")), + .package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0")), + .package(url: "https://github.com/Ranchero-Software/RSParser.git", .upToNextMajor(from: "2.0.0")), .package(url: "../Articles", .upToNextMajor(from: "1.0.0")), ], targets: [ diff --git a/NetNewsWire.xcodeproj/project.pbxproj b/NetNewsWire.xcodeproj/project.pbxproj index f33474265..55c04659d 100644 --- a/NetNewsWire.xcodeproj/project.pbxproj +++ b/NetNewsWire.xcodeproj/project.pbxproj @@ -6095,8 +6095,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/Ranchero-Software/Sparkle-Binary.git"; requirement = { - branch = main; - kind = branch; + kind = upToNextMajorVersion; + minimumVersion = 2.0.0; }; }; 5102AE4324D17E820050839C /* XCRemoteSwiftPackageReference "RSCore" */ = { @@ -6112,7 +6112,7 @@ repositoryURL = "https://github.com/Ranchero-Software/RSTree.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = "1.0.0-beta1"; + minimumVersion = 1.0.0; }; }; 51383A3024D1F90E0027E272 /* XCRemoteSwiftPackageReference "RSWeb" */ = { @@ -6136,7 +6136,7 @@ repositoryURL = "https://github.com/Ranchero-Software/RSDatabase.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = "1.0.0-beta1"; + minimumVersion = 1.0.0; }; }; 51B0DF2324D2C7FA000AD99E /* XCRemoteSwiftPackageReference "RSParser" */ = { @@ -6144,7 +6144,7 @@ repositoryURL = "https://github.com/Ranchero-Software/RSParser.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = "2.0.0-beta1"; + minimumVersion = 2.0.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1d7ad5d1a..0ca6b48cc 100644 --- a/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -69,8 +69,8 @@ "repositoryURL": "https://github.com/Ranchero-Software/RSDatabase.git", "state": { "branch": null, - "revision": "3aa706f3adfc0b798a2b69cf536461c39db4d269", - "version": "1.0.0-beta1" + "revision": "a6c5f1622320f745cc9a0a910d1bed1e2eaf15e3", + "version": "1.0.0" } }, { @@ -78,8 +78,8 @@ "repositoryURL": "https://github.com/Ranchero-Software/RSParser.git", "state": { "branch": null, - "revision": "fd9b9c974d551a9c94d970da90a42571d234efd6", - "version": "2.0.0-beta4" + "revision": "a4467cb6ab32d67fa8b09fcef8b234c7f96b7f9c", + "version": "2.0.0" } }, { @@ -87,8 +87,8 @@ "repositoryURL": "https://github.com/Ranchero-Software/RSTree.git", "state": { "branch": null, - "revision": "979ed0eb610b6d95dc7adcf4620bd44205f512a6", - "version": "1.0.0-beta1" + "revision": "9d051f42cfc4faa991fd79cdb32e4cc8c545e334", + "version": "1.0.0" } }, { @@ -104,9 +104,9 @@ "package": "RSSparkle", "repositoryURL": "https://github.com/Ranchero-Software/Sparkle-Binary.git", "state": { - "branch": "main", + "branch": null, "revision": "67cd26321bdf4e77954cf6de7d9e6a20544f2030", - "version": null + "version": "2.0.0" } }, { diff --git a/SyncDatabase/Package.swift b/SyncDatabase/Package.swift index b78824b86..ae85d01d1 100644 --- a/SyncDatabase/Package.swift +++ b/SyncDatabase/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["SyncDatabase"]), ], dependencies: [ - .package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0-beta1")), + .package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0")), .package(url: "../Articles", .upToNextMajor(from: "1.0.0")), ], targets: [