From fb1a7baf145ab8ea4fd7914f1fc5ffb6ef45a8eb Mon Sep 17 00:00:00 2001 From: David Liebovitz Date: Sun, 14 Jun 2026 09:44:32 -0500 Subject: [PATCH] chore(sender): sync committed pbxproj MARKETING_VERSION with project.yml The committed project.pbxproj carried MARKETING_VERSION 3.0 while project.yml specifies 3.0.1, so every `xcodegen generate` (run by scripts/build_targetbridge_sender_app.sh) rewrote the file and left the working tree dirty after each build. Regenerate with xcodegen 2.45.4 so the committed pbxproj matches project.yml. The only change is the two MARKETING_VERSION entries; subsequent regenerations are now no-ops. Co-Authored-By: Claude Opus 4.8 (1M context) --- TargetBridge-Sender/TargetBridge.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TargetBridge-Sender/TargetBridge.xcodeproj/project.pbxproj b/TargetBridge-Sender/TargetBridge.xcodeproj/project.pbxproj index cbdf752..bcb6cde 100644 --- a/TargetBridge-Sender/TargetBridge.xcodeproj/project.pbxproj +++ b/TargetBridge-Sender/TargetBridge.xcodeproj/project.pbxproj @@ -292,7 +292,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 3.0; + MARKETING_VERSION = 3.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.targetbridge.sender; PRODUCT_NAME = TargetBridge; SDKROOT = macosx; @@ -318,7 +318,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 3.0; + MARKETING_VERSION = 3.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.targetbridge.sender; PRODUCT_NAME = TargetBridge; SDKROOT = macosx;