Skip to content

Commit 8b4a160

Browse files
anton-plebanovichfreak4pc
authored andcommitted
- Using copy files for mac tests
1 parent 2bbeac8 commit 8b4a160

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

RxSwiftExt.xcodeproj/project.pbxproj

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/* Begin PBXBuildFile section */
2525
05A2BBB0247DAD2A007B54D6 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A2BBAF247DAD2A007B54D6 /* RxCocoa.framework */; };
2626
05A2BBB4247DB0B8007B54D6 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A2BBB3247DB0B8007B54D6 /* RxCocoa.framework */; };
27+
0D4D8D3E25CB005800C6971D /* RxSwift.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62512C581F0EAED20083A89F /* RxSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
28+
0D4D8D3F25CB005800C6971D /* RxTest.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 62512CA61F0EB1BD0083A89F /* RxTest.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2729
188C6DA31C47B4240092101A /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 188C6DA21C47B4240092101A /* RxSwift.framework */; };
2830
1958B5F1216768D900CAF1D3 /* unwrap+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1958B5F0216768D900CAF1D3 /* unwrap+SharedSequence.swift */; };
2931
1958B5F621676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1958B5F521676ECB00CAF1D3 /* unrwapTests+SharedSequence.swift */; };
@@ -289,6 +291,20 @@
289291
};
290292
/* End PBXContainerItemProxy section */
291293

294+
/* Begin PBXCopyFilesBuildPhase section */
295+
0D4D8D3D25CB004F00C6971D /* CopyFiles */ = {
296+
isa = PBXCopyFilesBuildPhase;
297+
buildActionMask = 2147483647;
298+
dstPath = "";
299+
dstSubfolderSpec = 10;
300+
files = (
301+
0D4D8D3E25CB005800C6971D /* RxSwift.framework in CopyFiles */,
302+
0D4D8D3F25CB005800C6971D /* RxTest.framework in CopyFiles */,
303+
);
304+
runOnlyForDeploymentPostprocessing = 0;
305+
};
306+
/* End PBXCopyFilesBuildPhase section */
307+
292308
/* Begin PBXFileReference section */
293309
05A2BBAF247DAD2A007B54D6 /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = Carthage/Build/Mac/RxCocoa.framework; sourceTree = "<group>"; };
294310
05A2BBB3247DB0B8007B54D6 /* RxCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxCocoa.framework; path = Carthage/Build/Mac/RxCocoa.framework; sourceTree = "<group>"; };
@@ -741,7 +757,7 @@
741757
62512C801F0EB1280083A89F /* Sources */,
742758
62512C811F0EB1280083A89F /* Frameworks */,
743759
62512C821F0EB1280083A89F /* Resources */,
744-
3D2D19961F127B5200C8A178 /* ShellScript */,
760+
0D4D8D3D25CB004F00C6971D /* CopyFiles */,
745761
);
746762
buildRules = (
747763
);
@@ -906,24 +922,6 @@
906922
/* End PBXResourcesBuildPhase section */
907923

908924
/* Begin PBXShellScriptBuildPhase section */
909-
3D2D19961F127B5200C8A178 /* ShellScript */ = {
910-
isa = PBXShellScriptBuildPhase;
911-
buildActionMask = 2147483647;
912-
files = (
913-
);
914-
inputPaths = (
915-
"$(SRCROOT)/Carthage/Build/Mac/RxSwift.framework",
916-
"$(SRCROOT)/Carthage/Build/Mac/RxTest.framework",
917-
"$(SRCROOT)/Carthage/Build/Mac/RxCocoa.framework",
918-
"$(SRCROOT)/Carthage/Build/Mac/RxRelay.framework",
919-
);
920-
outputPaths = (
921-
);
922-
runOnlyForDeploymentPostprocessing = 0;
923-
shellPath = /bin/sh;
924-
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
925-
showEnvVarsInLog = 0;
926-
};
927925
6E407C291DCF8E4C008D2828 /* Copy carthage frameworks */ = {
928926
isa = PBXShellScriptBuildPhase;
929927
buildActionMask = 2147483647;
@@ -995,7 +993,7 @@
995993
);
996994
runOnlyForDeploymentPostprocessing = 0;
997995
shellPath = /bin/sh;
998-
shellScript = "for framework in \"${PROJECT_DIR}\"/Carthage/Build/iOS/*.framework; do\nfile=`basename \"$framework\"`\nditto \"$framework\" \"${BUILT_PRODUCTS_DIR}/$file\"\ndone";
996+
shellScript = "for framework in \"${PROJECT_DIR}\"/Carthage/Build/iOS/*.framework; do\nfile=`basename \"$framework\"`\nditto \"$framework\" \"${BUILT_PRODUCTS_DIR}/$file\"\ndone\n";
999997
};
1000998
E36BDFBF1F38772F008C9D56 /* Copy carthage frameworks */ = {
1001999
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)