From 73133bc2d461a76ea60a4dbdaa34a689d7e7aefc Mon Sep 17 00:00:00 2001 From: Gautam Kumar Date: Thu, 25 Jun 2026 22:08:46 +0530 Subject: [PATCH] add missing CFBundleShortVersionString Version.xcconfig exists but was never referenced in the Xcode project, so $(RX_VERSION) in Info.plists never resolved. Add it as baseConfigurationReference for the project-level build configs and bump version to 6.10.2. --- Rx.xcodeproj/project.pbxproj | 5 +++++ Version.xcconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Rx.xcodeproj/project.pbxproj b/Rx.xcodeproj/project.pbxproj index deae38acb..e26af8e65 100644 --- a/Rx.xcodeproj/project.pbxproj +++ b/Rx.xcodeproj/project.pbxproj @@ -1476,6 +1476,7 @@ ECBBA59D1DF8C0D400DDDC2E /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; ECBBA5A01DF8C0FF00DDDC2E /* UITabBarController+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITabBarController+RxTests.swift"; sourceTree = ""; }; F31F35AF1BB4FED800961002 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIStepper+Rx.swift"; sourceTree = ""; }; + D4B769A11F8D43B100AAAAAA /* Version.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -2445,6 +2446,7 @@ C83508D31C38706D0027C24C /* Tests */, C8A56AD81AD7424700B4673B /* Products */, D27B5DA41F78C4F100797776 /* Frameworks */, + D4B769A11F8D43B100AAAAAA /* Version.xcconfig */, ); sourceTree = ""; }; @@ -4452,6 +4454,7 @@ }; C8633A941B08FA5500375D60 /* Release-Tests */ = { isa = XCBuildConfiguration; + baseConfigurationReference = D4B769A11F8D43B100AAAAAA /* Version.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; @@ -4626,6 +4629,7 @@ }; C8A56AEB1AD7424700B4673B /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = D4B769A11F8D43B100AAAAAA /* Version.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; @@ -4696,6 +4700,7 @@ }; C8A56AEC1AD7424700B4673B /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = D4B769A11F8D43B100AAAAAA /* Version.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; diff --git a/Version.xcconfig b/Version.xcconfig index c1f8039c5..daa3e0064 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -1 +1 @@ -RX_VERSION = 6.10.1 +RX_VERSION = 6.10.2