diff --git a/Rx.xcodeproj/project.pbxproj b/Rx.xcodeproj/project.pbxproj index deae38acb..55c1f779d 100644 --- a/Rx.xcodeproj/project.pbxproj +++ b/Rx.xcodeproj/project.pbxproj @@ -967,6 +967,7 @@ 25F6ECBD1F48C373008552FA /* Completable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Completable.swift; sourceTree = ""; }; 25F6ECBF1F48C37C008552FA /* Single.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Single.swift; sourceTree = ""; }; 271A97421CFC99FE00D64125 /* UIViewController+RxTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+RxTests.swift"; sourceTree = ""; }; + 292827B92F6B966500A23FFD /* Version.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = ""; }; 4583D8211FE94BB100AA1BB1 /* Recorded+Event.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Recorded+Event.swift"; sourceTree = ""; }; 4C5213A9225D41E60079FC77 /* CompactMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompactMap.swift; sourceTree = ""; }; 4C5213AB225E20350079FC77 /* Observable+CompactMapTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Observable+CompactMapTests.swift"; sourceTree = ""; }; @@ -2445,6 +2446,7 @@ C83508D31C38706D0027C24C /* Tests */, C8A56AD81AD7424700B4673B /* Products */, D27B5DA41F78C4F100797776 /* Frameworks */, + 292827B92F6B966500A23FFD /* Version.xcconfig */, ); sourceTree = ""; }; @@ -4452,6 +4454,7 @@ }; C8633A941B08FA5500375D60 /* Release-Tests */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 292827B92F6B966500A23FFD /* Version.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; @@ -4626,6 +4629,7 @@ }; C8A56AEB1AD7424700B4673B /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 292827B92F6B966500A23FFD /* Version.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; APPLICATION_EXTENSION_API_ONLY = YES; @@ -4696,6 +4700,7 @@ }; C8A56AEC1AD7424700B4673B /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 292827B92F6B966500A23FFD /* 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