We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f0f2 commit 272b8b1Copy full SHA for 272b8b1
Package.swift
@@ -35,11 +35,9 @@ let package = Package(
35
url: "https://github.com/google/GoogleUtilities.git",
36
"8.0.0" ..< "9.0.0"
37
),
38
- // TODO: restore OCMock when https://github.com/erikdoe/ocmock/pull/537
39
- // gets merged to fix Xcode 15.3 builds.
40
.package(
41
- url: "https://github.com/paulb777/ocmock.git",
42
- revision: "173955e93e6ee6999a10729ab67e4b4efdd1db6d"
+ url: "https://github.com/erikdoe/ocmock.git",
+ revision: "2c0bfd373289f4a7716db5d6db471640f91a6507"
43
44
],
45
targets: [
0 commit comments