Skip to content

Commit f2dec10

Browse files
committed
Removed the "Barrier Phase" build phases from PlaygroundLogger's Xcode project.
These were in place to work around a long-since-fixed Xcode bug, so they're no longer necessary.
1 parent 8b4109c commit f2dec10

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

PlaygroundLogger/PlaygroundLogger.xcodeproj/project.pbxproj

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@
599599
buildConfigurationList = 622D8E1218F615D200D064D0 /* Build configuration list for PBXNativeTarget "PlaygroundLogger_iOS" */;
600600
buildPhases = (
601601
622D8E0218F615D200D064D0 /* Headers */,
602-
5EE8A6ED19BA8FA60064CACE /* Barrier Phase */,
603602
622D8E0018F615D200D064D0 /* Sources */,
604603
622D8E0118F615D200D064D0 /* Frameworks */,
605604
622D8E0318F615D200D064D0 /* Resources */,
@@ -636,7 +635,6 @@
636635
buildConfigurationList = 941C140A18CE63E4004661BB /* Build configuration list for PBXNativeTarget "PlaygroundLogger" */;
637636
buildPhases = (
638637
941C13ED18CE63E3004661BB /* Headers */,
639-
5EE8A6EE19BA8FB00064CACE /* Barrier Phase */,
640638
941C13EB18CE63E3004661BB /* Sources */,
641639
941C13EC18CE63E3004661BB /* Frameworks */,
642640
);
@@ -654,7 +652,6 @@
654652
buildConfigurationList = A80FEB3F1C59453A004E722A /* Build configuration list for PBXNativeTarget "PlaygroundLogger_tvOS" */;
655653
buildPhases = (
656654
A80FEB0C1C59453A004E722A /* Headers */,
657-
A80FEB0E1C59453A004E722A /* Barrier Phase */,
658655
A80FEB0F1C59453A004E722A /* Sources */,
659656
A80FEB3B1C59453A004E722A /* Frameworks */,
660657
A80FEB3D1C59453A004E722A /* Resources */,
@@ -759,51 +756,6 @@
759756
};
760757
/* End PBXResourcesBuildPhase section */
761758

762-
/* Begin PBXShellScriptBuildPhase section */
763-
5EE8A6ED19BA8FA60064CACE /* Barrier Phase */ = {
764-
isa = PBXShellScriptBuildPhase;
765-
buildActionMask = 2147483647;
766-
files = (
767-
);
768-
inputPaths = (
769-
);
770-
name = "Barrier Phase";
771-
outputPaths = (
772-
);
773-
runOnlyForDeploymentPostprocessing = 0;
774-
shellPath = /bin/sh;
775-
shellScript = "# This script is needed to make sure the headers are copied before the Swift sources are compiled -- ask Enrico, Connor, or Jordan before touching this phase";
776-
};
777-
5EE8A6EE19BA8FB00064CACE /* Barrier Phase */ = {
778-
isa = PBXShellScriptBuildPhase;
779-
buildActionMask = 2147483647;
780-
files = (
781-
);
782-
inputPaths = (
783-
);
784-
name = "Barrier Phase";
785-
outputPaths = (
786-
);
787-
runOnlyForDeploymentPostprocessing = 0;
788-
shellPath = /bin/sh;
789-
shellScript = "# This script is needed to make sure the headers are copied before the Swift sources are compiled -- ask Enrico, Connor, or Jordan before touching this phase";
790-
};
791-
A80FEB0E1C59453A004E722A /* Barrier Phase */ = {
792-
isa = PBXShellScriptBuildPhase;
793-
buildActionMask = 2147483647;
794-
files = (
795-
);
796-
inputPaths = (
797-
);
798-
name = "Barrier Phase";
799-
outputPaths = (
800-
);
801-
runOnlyForDeploymentPostprocessing = 0;
802-
shellPath = /bin/sh;
803-
shellScript = "# This script is needed to make sure the headers are copied before the Swift sources are compiled -- ask Enrico, Connor, or Jordan before touching this phase";
804-
};
805-
/* End PBXShellScriptBuildPhase section */
806-
807759
/* Begin PBXSourcesBuildPhase section */
808760
622D8E0018F615D200D064D0 /* Sources */ = {
809761
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)