File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 732
732
C8984C971C36B6FA001E4272 /* Sources */,
733
733
C8984C981C36B6FA001E4272 /* Frameworks */,
734
734
C8984C991C36B6FA001E4272 /* Resources */,
735
- C87C34A11F363B1400DB85FE /* Embed Frameworks */,
736
735
C82FDC991F3651D0002FA2B6 /* NormalizeCocoapods */,
736
+ C87C34A11F363B1400DB85FE /* Embed Frameworks */,
737
737
);
738
738
buildRules = (
739
739
);
1079
1079
);
1080
1080
runOnlyForDeploymentPostprocessing = 0;
1081
1081
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";
1083
1083
};
1084
1084
/* End PBXShellScriptBuildPhase section */
1085
1085
You can’t perform that action at this time.
0 commit comments