Skip to content

Commit 64c7ea3

Browse files
committed
Fixes problem building with Carthage. #41
1 parent 0e92ed0 commit 64c7ea3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Master
22

3+
## [1.1.1](https://github.com/kzaher/RxFeedback/releases/tag/1.1.1)
4+
5+
* Fixes problem building with Carthage. #41
6+
37
## [1.1.0](https://github.com/kzaher/RxFeedback/releases/tag/1.1.0)
48

59
* Xcode 10 compatbility

RxFeedback.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxFeedback"
3-
s.version = "1.1.0"
3+
s.version = "1.1.1"
44
s.summary = "Simplest architecture for RxSwift. State + feedback loops."
55
s.description = <<-DESC
66
Simplest architecture for RxSwift. State + feedback loops.

RxFeedback.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@
421421
"LD_RUNPATH_SEARCH_PATHS[sdk=watchsimulator*]" = "$(inherited) $(PROJECT_DIR)/Carthage/Build/watchOS";
422422
MTL_ENABLE_DEBUG_INFO = YES;
423423
ONLY_ACTIVE_ARCH = YES;
424-
SDKROOT = iphoneos;
425424
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator watchos watchsimulator macosx";
426425
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
427426
SWIFT_VERSION = 4.0;
@@ -508,7 +507,6 @@
508507
"LD_RUNPATH_SEARCH_PATHS[sdk=watchos*]" = "$(inherited) $(PROJECT_DIR)/Carthage/Build/watchOS";
509508
"LD_RUNPATH_SEARCH_PATHS[sdk=watchsimulator*]" = "$(inherited) $(PROJECT_DIR)/Carthage/Build/watchOS";
510509
MTL_ENABLE_DEBUG_INFO = NO;
511-
SDKROOT = iphoneos;
512510
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator watchos watchsimulator macosx";
513511
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
514512
SWIFT_VERSION = 4.0;

Sources/RxFeedback/RxFeedback.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)