File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Pod ::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.
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments