Skip to content

Commit 34ab610

Browse files
authored
refactor: Update Starscream to 4.0.8 (#1786)
1 parent 806da2d commit 34ab610

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"repositoryURL": "https://github.com/daltoniam/Starscream.git",
3434
"state": {
3535
"branch": null,
36-
"revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33",
37-
"version": "4.0.6"
36+
"revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a",
37+
"version": "4.0.8"
3838
}
3939
}
4040
]

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"),
2020
.package(url: "https://github.com/BoltsFramework/Bolts-Swift.git", from: "1.5.0"),
21-
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"),
21+
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.8"),
2222
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89"))
2323
],
2424
targets: [

Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"package": "OCMock",
24-
"repositoryURL": "https://github.com/erikdoe/ocmock.git",
24+
"repositoryURL": "https://github.com/erikdoe/ocmock",
2525
"state": {
2626
"branch": null,
2727
"revision": "67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89",
@@ -33,8 +33,8 @@
3333
"repositoryURL": "https://github.com/daltoniam/Starscream.git",
3434
"state": {
3535
"branch": null,
36-
"revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33",
37-
"version": "4.0.6"
36+
"revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a",
37+
"version": "4.0.8"
3838
}
3939
}
4040
]

Parse/Parse.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */

ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
repositoryURL = "https://github.com/daltoniam/Starscream.git";
10821082
requirement = {
10831083
kind = exactVersion;
1084-
version = 4.0.6;
1084+
version = 4.0.8;
10851085
};
10861086
};
10871087
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)