From 902852d27c686f4729dc84700a5d249fa5e2b19e Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Tue, 15 Sep 2026 14:26:50 -0400 Subject: [PATCH] fix(deps): resolve the contract packages at the versions the manifest pins #764 bumped ocp to 0.4.0 and #769 bumped flipcash2 to 0.6.0 without regenerating the workspace's Package.resolved, so it still recorded 0.3.0 and 0.5.0. Xcode Cloud archives with automatic dependency resolution disabled, which turns that mismatch into a hard error rather than a silent re-resolve: "Deploy Flipcash" build #542 failed with "an out-of-date resolved file was detected". The vector gate builds the SPM schemes with resolution enabled and never opens Code.xcodeproj, so it stayed green. Regenerated with xcodebuild -resolvePackageDependencies. Only the two contract entries and originHash move. --- .../xcshareddata/swiftpm/Package.resolved | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6a312a687..f36dd40b5 100644 --- a/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Code.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "729492d7706b5d8926881732a1ac05fc5156b66d480e0503e558b77a094c7d8d", + "originHash" : "ecfe4326536602d1c55db45733bc77a2d5fd9b1b1ebc758bdc2c769d1b33a21e", "pins" : [ { "identity" : "abseil-cpp-binary", @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/code-payments/flipcash2-client-protocol", "state" : { - "revision" : "524cfbee86388ee0b13078d6159e4d2961fe130a", - "version" : "0.5.0" + "revision" : "301a07af041a77932e397cc828186a266ba0e85f", + "version" : "0.6.0" } }, { @@ -213,8 +213,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/code-payments/ocp-client-protocol", "state" : { - "revision" : "7c37ecc098d682ccf7ac95e5bd48ef770dbc7962", - "version" : "0.3.0" + "revision" : "15ce331d3c566707f72eaf080df8cece5f853de2", + "version" : "0.4.0" } }, {