From 34ab610186ef9a0566c30948e2675a10f8b07860 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Wed, 1 May 2024 14:43:25 -0500 Subject: [PATCH] refactor: Update Starscream to 4.0.8 (#1786) --- Package.resolved | 4 ++-- Package.swift | 2 +- Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved | 6 +++--- Parse/Parse.xcodeproj/project.pbxproj | 2 +- ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Package.resolved b/Package.resolved index abb2b5bab..a88d64030 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/daltoniam/Starscream.git", "state": { "branch": null, - "revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33", - "version": "4.0.6" + "revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a", + "version": "4.0.8" } } ] diff --git a/Package.swift b/Package.swift index a90168d5b..6acdeac3f 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"), .package(url: "https://github.com/BoltsFramework/Bolts-Swift.git", from: "1.5.0"), - .package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"), + .package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.8"), .package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89")) ], targets: [ diff --git a/Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved index abb2b5bab..59c6170d6 100644 --- a/Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -21,7 +21,7 @@ }, { "package": "OCMock", - "repositoryURL": "https://github.com/erikdoe/ocmock.git", + "repositoryURL": "https://github.com/erikdoe/ocmock", "state": { "branch": null, "revision": "67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89", @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/daltoniam/Starscream.git", "state": { "branch": null, - "revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33", - "version": "4.0.6" + "revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a", + "version": "4.0.8" } } ] diff --git a/Parse/Parse.xcodeproj/project.pbxproj b/Parse/Parse.xcodeproj/project.pbxproj index b82eb80e6..f9be3165c 100644 --- a/Parse/Parse.xcodeproj/project.pbxproj +++ b/Parse/Parse.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ diff --git a/ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj b/ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj index 2e1717f2a..8060ebce9 100644 --- a/ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj +++ b/ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj @@ -1081,7 +1081,7 @@ repositoryURL = "https://github.com/daltoniam/Starscream.git"; requirement = { kind = exactVersion; - version = 4.0.6; + version = 4.0.8; }; }; /* End XCRemoteSwiftPackageReference section */