File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
66#### Master
77
8+ ## [ 4.0.1] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/4.0.1 )
9+
10+ * Fixes Carthage integration and reverts static frameworks to dynamic frameworks.
11+
812## [ 4.0.0] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/4.0.0 )
913
1014* Swift 5.0
Original file line number Diff line number Diff line change 1- github "ReactiveX/RxSwift" "5.0.0 "
1+ github "ReactiveX/RxSwift" "5.0.1 "
Original file line number Diff line number Diff line change 515515 INFOPLIST_FILE = Sources/Differentiator/Info.plist;
516516 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
517517 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
518- MACH_O_TYPE = staticlib;
519518 PRODUCT_BUNDLE_IDENTIFIER = org.rxswiftcommunity.Differentiator;
520519 PRODUCT_NAME = "$(TARGET_NAME)";
521520 SKIP_INSTALL = YES;
539538 INFOPLIST_FILE = Sources/Differentiator/Info.plist;
540539 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
541540 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
542- MACH_O_TYPE = staticlib;
543541 PRODUCT_BUNDLE_IDENTIFIER = org.rxswiftcommunity.Differentiator;
544542 PRODUCT_NAME = "$(TARGET_NAME)";
545543 SKIP_INSTALL = YES;
728726 INFOPLIST_FILE = Sources/RxDataSources/Info.plist;
729727 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
730728 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
731- MACH_O_TYPE = staticlib;
732729 PRODUCT_BUNDLE_IDENTIFIER = kzaher.RxDataSources;
733730 PRODUCT_NAME = RxDataSources;
734731 SKIP_INSTALL = YES;
748745 INFOPLIST_FILE = Sources/RxDataSources/Info.plist;
749746 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
750747 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
751- MACH_O_TYPE = staticlib;
752748 PRODUCT_BUNDLE_IDENTIFIER = kzaher.RxDataSources;
753749 PRODUCT_NAME = RxDataSources;
754750 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3 .0.2 </string >
18+ <string >4 .0.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3 .0.2 </string >
18+ <string >4 .0.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