Skip to content

Commit ab50cc1

Browse files
committed
Remove “Check for nested frameworks” build phase
1 parent dc4cfd5 commit ab50cc1

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
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 & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8970,7 +8970,6 @@
89708970
B56DB3C42049BFAA00D4AA8E /* Resources */,
89718971
B5650B1020A4CD7F009702D0 /* Embed Frameworks */,
89728972
B7A94351C1ADC31EA528B895 /* [CP] Embed Pods Frameworks */,
8973-
095040D72655531C001D08FA /* Check for nested frameworks */,
89748973
3F1FA85028B60126009E246C /* Embed Foundation Extensions */,
89758974
);
89768975
buildRules = (
@@ -9478,26 +9477,6 @@
94789477
/* End PBXResourcesBuildPhase section */
94799478

94809479
/* Begin PBXShellScriptBuildPhase section */
9481-
095040D72655531C001D08FA /* Check for nested frameworks */ = {
9482-
isa = PBXShellScriptBuildPhase;
9483-
buildActionMask = 2147483647;
9484-
files = (
9485-
);
9486-
inputFileListPaths = (
9487-
);
9488-
inputPaths = (
9489-
);
9490-
name = "Check for nested frameworks";
9491-
outputFileListPaths = (
9492-
);
9493-
outputPaths = (
9494-
"$(DERIVED_FILE_DIR)/check-for-nested-frameworks.txt",
9495-
);
9496-
runOnlyForDeploymentPostprocessing = 0;
9497-
shellPath = "/bin/sh -euo pipefail";
9498-
shellScript = "${PROJECT_DIR}/../Scripts/check-nested-frameworks.sh\n\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
9499-
showEnvVarsInLog = 0;
9500-
};
95019480
3F50FE4528CAEE9F00C89201 /* Enforce AppLocalizedString usages */ = {
95029481
isa = PBXShellScriptBuildPhase;
95039482
alwaysOutOfDate = 1;

0 commit comments

Comments
 (0)