From 64c7ea3be5f4f1063ed3189e51c9ee8575fe812a Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Tue, 13 Nov 2018 19:13:36 +0100 Subject: [PATCH] Fixes problem building with Carthage. #41 --- CHANGELOG.md | 4 ++++ RxFeedback.podspec | 2 +- RxFeedback.xcodeproj/project.pbxproj | 2 -- Sources/RxFeedback/RxFeedback.plist | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b7ef1..e93a8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Master +## [1.1.1](https://github.com/kzaher/RxFeedback/releases/tag/1.1.1) + +* Fixes problem building with Carthage. #41 + ## [1.1.0](https://github.com/kzaher/RxFeedback/releases/tag/1.1.0) * Xcode 10 compatbility diff --git a/RxFeedback.podspec b/RxFeedback.podspec index 62289ad..ea7f548 100644 --- a/RxFeedback.podspec +++ b/RxFeedback.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxFeedback" - s.version = "1.1.0" + s.version = "1.1.1" s.summary = "Simplest architecture for RxSwift. State + feedback loops." s.description = <<-DESC Simplest architecture for RxSwift. State + feedback loops. diff --git a/RxFeedback.xcodeproj/project.pbxproj b/RxFeedback.xcodeproj/project.pbxproj index 26f4c3b..b1d7b5c 100644 --- a/RxFeedback.xcodeproj/project.pbxproj +++ b/RxFeedback.xcodeproj/project.pbxproj @@ -421,7 +421,6 @@ "LD_RUNPATH_SEARCH_PATHS[sdk=watchsimulator*]" = "$(inherited) $(PROJECT_DIR)/Carthage/Build/watchOS"; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator watchos watchsimulator macosx"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.0; @@ -508,7 +507,6 @@ "LD_RUNPATH_SEARCH_PATHS[sdk=watchos*]" = "$(inherited) $(PROJECT_DIR)/Carthage/Build/watchOS"; "LD_RUNPATH_SEARCH_PATHS[sdk=watchsimulator*]" = "$(inherited) $(PROJECT_DIR)/Carthage/Build/watchOS"; MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator watchos watchsimulator macosx"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.0; diff --git a/Sources/RxFeedback/RxFeedback.plist b/Sources/RxFeedback/RxFeedback.plist index 5a1031a..9f6c15e 100644 --- a/Sources/RxFeedback/RxFeedback.plist +++ b/Sources/RxFeedback/RxFeedback.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion