Skip to content

Commit 9ad3d33

Browse files
committed
add commit
1 parent df74785 commit 9ad3d33

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
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", from: "3.9.4")
22+
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("2c0bfd373289f4a7716db5d6db471640f91a6507"))
2323
],
2424
targets: [
2525
.target(

Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Parse/Parse.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8907,8 +8907,8 @@
89078907
isa = XCRemoteSwiftPackageReference;
89088908
repositoryURL = "https://github.com/erikdoe/ocmock";
89098909
requirement = {
8910-
kind = exactVersion;
8911-
version = 3.9.4;
8910+
kind = revision;
8911+
revision = 2c0bfd373289f4a7716db5d6db471640f91a6507;
89128912
};
89138913
};
89148914
39E24A0B2AD214540014357C /* XCRemoteSwiftPackageReference "Bolts-ObjC" */ = {

0 commit comments

Comments
 (0)