Skip to content

Commit da85f03

Browse files
committed
Fixes Cocoapods build.
1 parent 4f36f0a commit da85f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,8 @@
732732
C8984C971C36B6FA001E4272 /* Sources */,
733733
C8984C981C36B6FA001E4272 /* Frameworks */,
734734
C8984C991C36B6FA001E4272 /* Resources */,
735-
C87C34A11F363B1400DB85FE /* Embed Frameworks */,
736735
C82FDC991F3651D0002FA2B6 /* NormalizeCocoapods */,
736+
C87C34A11F363B1400DB85FE /* Embed Frameworks */,
737737
);
738738
buildRules = (
739739
);
@@ -1079,7 +1079,7 @@
10791079
);
10801080
runOnlyForDeploymentPostprocessing = 0;
10811081
shellPath = /bin/sh;
1082-
shellScript = "pushd \"${DERIVED_FILE_DIR}\"\nif [[ -d \"RxSwift/RxSwift.framework\" ]]; then\n ln -s \"RxSwift/RxSwift.framework\" RxSwift.framework\nfi\nif [[ -d \"RxCocoa/RxCocoa.framework\" ]]; then\n ln -s \"RxCocoa/RxCocoa.framework\" RxSwift.framework\nfi\npopd";
1082+
shellScript = "pushd \"${BUILT_PRODUCTS_DIR}\"\necho \"${BUILT_PRODUCTS_DIR}\"\nfunction copy {\n if [[ -d \"$1/$1.framework\" ]]; then\n rm -rf $1.framework\n cp -r $1/$1.framework $1.framework\n fi\n}\ncopy RxSwift\ncopy RxCocoa\npopd";
10831083
};
10841084
/* End PBXShellScriptBuildPhase section */
10851085

0 commit comments

Comments
 (0)