Skip to content

Commit 372c250

Browse files
author
Malcolm Jarvis
committed
Remove unnecessary copy frameworks phases
Fixes #104 Its unnecessary for the framework build targets to copy dependencies. The app that depends on this project will have its own copy-frameworks as necessary that will also include this project's dependencies.
1 parent 049a9d9 commit 372c250

1 file changed

Lines changed: 2 additions & 50 deletions

File tree

ReSwiftRouter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@
387387
6209C05D1C5427E0004E6B66 /* Frameworks */,
388388
6209C05E1C5427E0004E6B66 /* Headers */,
389389
6209C05F1C5427E0004E6B66 /* Resources */,
390-
D47F3A941E00896B00AAA70A /* Carthage Copy Frameworks */,
391390
);
392391
buildRules = (
393392
);
@@ -425,7 +424,6 @@
425424
6209C0841C5428DE004E6B66 /* Frameworks */,
426425
6209C0851C5428DE004E6B66 /* Headers */,
427426
6209C0861C5428DE004E6B66 /* Resources */,
428-
D47F3A601E0087D900AAA70A /* Carthage Copy Frameworks */,
429427
);
430428
buildRules = (
431429
);
@@ -463,7 +461,6 @@
463461
625E66C91C1FFE280027C288 /* Frameworks */,
464462
625E66CA1C1FFE280027C288 /* Headers */,
465463
625E66CB1C1FFE280027C288 /* Resources */,
466-
D47F3A551E0085A300AAA70A /* Carthage Copy Frameworks */,
467464
);
468465
buildRules = (
469466
);
@@ -610,21 +607,6 @@
610607
/* End PBXResourcesBuildPhase section */
611608

612609
/* Begin PBXShellScriptBuildPhase section */
613-
D47F3A551E0085A300AAA70A /* Carthage Copy Frameworks */ = {
614-
isa = PBXShellScriptBuildPhase;
615-
buildActionMask = 2147483647;
616-
files = (
617-
);
618-
inputPaths = (
619-
"$(SRCROOT)/Carthage/Build/iOS/ReSwift.framework",
620-
);
621-
name = "Carthage Copy Frameworks";
622-
outputPaths = (
623-
);
624-
runOnlyForDeploymentPostprocessing = 0;
625-
shellPath = /bin/sh;
626-
shellScript = "/usr/local/bin/carthage copy-frameworks";
627-
};
628610
D47F3A581E0086C800AAA70A /* Carthage Copy Frameworks */ = {
629611
isa = PBXShellScriptBuildPhase;
630612
buildActionMask = 2147483647;
@@ -642,21 +624,6 @@
642624
shellPath = /bin/sh;
643625
shellScript = "/usr/local/bin/carthage copy-frameworks";
644626
};
645-
D47F3A601E0087D900AAA70A /* Carthage Copy Frameworks */ = {
646-
isa = PBXShellScriptBuildPhase;
647-
buildActionMask = 2147483647;
648-
files = (
649-
);
650-
inputPaths = (
651-
"$(SRCROOT)/Carthage/Build/Mac/ReSwift.framework",
652-
);
653-
name = "Carthage Copy Frameworks";
654-
outputPaths = (
655-
);
656-
runOnlyForDeploymentPostprocessing = 0;
657-
shellPath = /bin/sh;
658-
shellScript = "/usr/local/bin/carthage copy-frameworks";
659-
};
660627
D47F3A6E1E00881800AAA70A /* Carthage Copy Frameworks */ = {
661628
isa = PBXShellScriptBuildPhase;
662629
buildActionMask = 2147483647;
@@ -672,22 +639,7 @@
672639
);
673640
runOnlyForDeploymentPostprocessing = 0;
674641
shellPath = /bin/sh;
675-
shellScript = "/usr/local/bin/carthage copy-frameworks";
676-
};
677-
D47F3A941E00896B00AAA70A /* Carthage Copy Frameworks */ = {
678-
isa = PBXShellScriptBuildPhase;
679-
buildActionMask = 2147483647;
680-
files = (
681-
);
682-
inputPaths = (
683-
"$(SRCROOT)/Carthage/Build/tvOS/ReSwift.framework",
684-
);
685-
name = "Carthage Copy Frameworks";
686-
outputPaths = (
687-
);
688-
runOnlyForDeploymentPostprocessing = 0;
689-
shellPath = /bin/sh;
690-
shellScript = "/usr/local/bin/carthage copy-frameworks";
642+
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
691643
};
692644
D47F3A951E00899600AAA70A /* Carthage Copy Frameworks */ = {
693645
isa = PBXShellScriptBuildPhase;
@@ -704,7 +656,7 @@
704656
);
705657
runOnlyForDeploymentPostprocessing = 0;
706658
shellPath = /bin/sh;
707-
shellScript = "/usr/local/bin/carthage copy-frameworks";
659+
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
708660
};
709661
/* End PBXShellScriptBuildPhase section */
710662

0 commit comments

Comments
 (0)