Skip to content

Commit fffb041

Browse files
committed
Release 4.0.1
1 parent 7e111d7 commit fffb041

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "5.0.0"
1+
github "ReactiveX/RxSwift" "5.0.1"

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@
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;
@@ -539,7 +538,6 @@
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;
@@ -728,7 +726,6 @@
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;
@@ -748,7 +745,6 @@
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;

Sources/Differentiator/Info.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>3.0.2</string>
18+
<string>4.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/RxDataSources/Info.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>3.0.2</string>
18+
<string>4.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)