Skip to content

Commit

Permalink
Fixes problem building with Carthage. #41
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Nov 13, 2018
1 parent 0e92ed0 commit 64c7ea3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxFeedback.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions RxFeedback.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Sources/RxFeedback/RxFeedback.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 64c7ea3

Please sign in to comment.