From 232f110ed2656fad487c5ddcfe7a7c48c0c05d1f Mon Sep 17 00:00:00 2001 From: redfinwyland <121513584+redfinwyland@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:48:16 -0400 Subject: [PATCH] Update OCMock package in Package.swift Point to the original source repo instead of the fork, and update to latest --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 8fa14f15..603687e3 100644 --- a/Package.swift +++ b/Package.swift @@ -59,8 +59,8 @@ let package = Package( from: "3.3.0"), .package( name: "OCMock", - url: "https://github.com/firebase/ocmock.git", - .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")), + url: "https://github.com/erikdoe/ocmock.git", + from: "3.9.4"), .package( name: "GoogleUtilities", url: "https://github.com/google/GoogleUtilities.git",