Skip to content

Commit 0a69904

Browse files
authored
Merge pull request #8134 from woocommerce/fix/build-phase-nested-frameworks-output-warning
Remove "Check for Nested Frameworks" build phase
2 parents f9d544d + ab50cc1 commit 0a69904

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

Scripts/check-nested-frameworks.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9057,7 +9057,6 @@
90579057
B56DB3C42049BFAA00D4AA8E /* Resources */,
90589058
B5650B1020A4CD7F009702D0 /* Embed Frameworks */,
90599059
B7A94351C1ADC31EA528B895 /* [CP] Embed Pods Frameworks */,
9060-
095040D72655531C001D08FA /* Check for nested frameworks */,
90619060
3F1FA85028B60126009E246C /* Embed Foundation Extensions */,
90629061
);
90639062
buildRules = (
@@ -9565,25 +9564,6 @@
95659564
/* End PBXResourcesBuildPhase section */
95669565

95679566
/* Begin PBXShellScriptBuildPhase section */
9568-
095040D72655531C001D08FA /* Check for nested frameworks */ = {
9569-
isa = PBXShellScriptBuildPhase;
9570-
buildActionMask = 2147483647;
9571-
files = (
9572-
);
9573-
inputFileListPaths = (
9574-
);
9575-
inputPaths = (
9576-
);
9577-
name = "Check for nested frameworks";
9578-
outputFileListPaths = (
9579-
);
9580-
outputPaths = (
9581-
);
9582-
runOnlyForDeploymentPostprocessing = 0;
9583-
shellPath = "/bin/sh -euo pipefail";
9584-
shellScript = "${PROJECT_DIR}/../Scripts/check-nested-frameworks.sh\n";
9585-
showEnvVarsInLog = 0;
9586-
};
95879567
3F50FE4528CAEE9F00C89201 /* Enforce AppLocalizedString usages */ = {
95889568
isa = PBXShellScriptBuildPhase;
95899569
alwaysOutOfDate = 1;

0 commit comments

Comments
 (0)