We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af4d02 commit d010f4aCopy full SHA for d010f4a
Package.swift
@@ -150,15 +150,10 @@ let package = Package(
150
),
151
abseilDependency(),
152
grpcDependency(),
153
- // TODO: restore OCMock when https://github.com/erikdoe/ocmock/pull/537
154
- // gets merged to fix Xcode 15.3 builds.
155
.package(
156
- url: "https://github.com/paulb777/ocmock.git",
157
- revision: "173955e93e6ee6999a10729ab67e4b4efdd1db6d"
+ url: "https://github.com/erikdoe/ocmock.git",
+ revision: "2c0bfd373289f4a7716db5d6db471640f91a6507"
158
159
-// url: "https://github.com/erikdoe/ocmock.git",
160
-// revision: "c5eeaa6dde7c308a5ce48ae4d4530462dd3a1110"
161
-// ),
162
163
url: "https://github.com/firebase/leveldb.git",
164
"1.22.2" ..< "1.23.0"
0 commit comments