Skip to content

Commit db501b5

Browse files
authored
refactor: Bump OCMock to 3.9.4 (#1822)
1 parent 0be6870 commit db501b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"repositoryURL": "https://github.com/erikdoe/ocmock.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89",
27+
"revision": "2c0bfd373289f4a7716db5d6db471640f91a6507",
2828
"version": null
2929
}
3030
},

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
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"),
2121
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.8"),
22-
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89"))
22+
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("2c0bfd373289f4a7716db5d6db471640f91a6507"))
2323
],
2424
targets: [
2525
.target(

Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"repositoryURL": "https://github.com/erikdoe/ocmock",
2525
"state": {
2626
"branch": null,
27-
"revision": "67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89",
27+
"revision": "2c0bfd373289f4a7716db5d6db471640f91a6507",
2828
"version": null
2929
}
3030
},

Parse/Parse.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8908,7 +8908,7 @@
89088908
repositoryURL = "https://github.com/erikdoe/ocmock";
89098909
requirement = {
89108910
kind = revision;
8911-
revision = 67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89;
8911+
revision = 2c0bfd373289f4a7716db5d6db471640f91a6507;
89128912
};
89138913
};
89148914
39E24A0B2AD214540014357C /* XCRemoteSwiftPackageReference "Bolts-ObjC" */ = {

0 commit comments

Comments
 (0)