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.
5
5
6
6
#### Master
7
7
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
+
8
12
## [ 4.0.0] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/4.0.0 )
9
13
10
14
* 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 515
515
INFOPLIST_FILE = Sources/Differentiator/Info.plist;
516
516
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
517
517
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
518
- MACH_O_TYPE = staticlib;
519
518
PRODUCT_BUNDLE_IDENTIFIER = org.rxswiftcommunity.Differentiator;
520
519
PRODUCT_NAME = "$(TARGET_NAME)";
521
520
SKIP_INSTALL = YES;
539
538
INFOPLIST_FILE = Sources/Differentiator/Info.plist;
540
539
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
541
540
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
542
- MACH_O_TYPE = staticlib;
543
541
PRODUCT_BUNDLE_IDENTIFIER = org.rxswiftcommunity.Differentiator;
544
542
PRODUCT_NAME = "$(TARGET_NAME)";
545
543
SKIP_INSTALL = YES;
728
726
INFOPLIST_FILE = Sources/RxDataSources/Info.plist;
729
727
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
730
728
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
731
- MACH_O_TYPE = staticlib;
732
729
PRODUCT_BUNDLE_IDENTIFIER = kzaher.RxDataSources;
733
730
PRODUCT_NAME = RxDataSources;
734
731
SKIP_INSTALL = YES;
748
745
INFOPLIST_FILE = Sources/RxDataSources/Info.plist;
749
746
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
750
747
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
751
- MACH_O_TYPE = staticlib;
752
748
PRODUCT_BUNDLE_IDENTIFIER = kzaher.RxDataSources;
753
749
PRODUCT_NAME = RxDataSources;
754
750
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3 .0.2 </string >
18
+ <string >4 .0.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3 .0.2 </string >
18
+ <string >4 .0.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments