Skip to content

Commit

Permalink
Remove Analyze Executable phase
Browse files Browse the repository at this point in the history
To fix the problem that prevents homebrew from installing xcnew.
See manicmaniac/homebrew-tap#43
  • Loading branch information
manicmaniac committed Jan 8, 2024
1 parent 02ec4e0 commit 1ee15bc
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions xcnew.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@
buildPhases = (
5B20A2EA22F0BB0300EA7295 /* Sources */,
5B20A2EB22F0BB0300EA7295 /* Frameworks */,
5B11B38F2647ADC600653ABF /* Analyze Executable */,
5BC9EE2322FDF76100D67BD1 /* Copy Files */,
);
buildRules = (
Expand Down Expand Up @@ -482,29 +481,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
5B11B38F2647ADC600653ABF /* Analyze Executable */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PATH)",
);
name = "Analyze Executable";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Fail if `tapi-analyze` writes anything to stderr because it returns 0 even on error.\nif { tapi-analyze \"$SCRIPT_INPUT_FILE_0\" 2>&1 >/dev/null | grep '^'; }; then\n exit 1\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
5B1F0F3522F7A2BA00A7AFFA /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit 1ee15bc

Please sign in to comment.