From 9016f09eb3aa55a255df30fe0aeaa49718ab20ba Mon Sep 17 00:00:00 2001 From: Josh Heald Date: Tue, 25 Nov 2025 12:10:26 +0000 Subject: [PATCH] Do not merge: Temp version bump for remote flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The remote feature flag requires v23.8. This commit temporarily updates our version to 23.8 so that local catalog works for the Call for Testing. Do not merge – this will be done for real during the release process. --- WooCommerce/WooCommerce.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WooCommerce/WooCommerce.xcodeproj/project.pbxproj b/WooCommerce/WooCommerce.xcodeproj/project.pbxproj index 8cbb193824f..21772570db3 100644 --- a/WooCommerce/WooCommerce.xcodeproj/project.pbxproj +++ b/WooCommerce/WooCommerce.xcodeproj/project.pbxproj @@ -16599,6 +16599,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 23.8; OTHER_SWIFT_FLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = com.automattic.alpha.woocommerce; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -17404,6 +17405,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 23.8; OTHER_SWIFT_FLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woocommerce; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -17433,6 +17435,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 23.8; OTHER_SWIFT_FLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woocommerce; PRODUCT_NAME = "$(TARGET_NAME)";