Last active
July 19, 2018 06:36
-
-
Save fundon/f732b70e1a37a912fe390b9d402e85a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ios-deploy.xcodeproj/project.pbxproj b/ios-deploy.xcodeproj/project.pbxproj | |
index c58f9d8..6c46afe 100644 | |
--- a/ios-deploy.xcodeproj/project.pbxproj | |
+++ b/ios-deploy.xcodeproj/project.pbxproj | |
@@ -317,7 +317,7 @@ | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
shellPath = /bin/sh; | |
- shellScript = "echo \"\\\"# AUTO-GENERATED - DO NOT MODIFY\\n\\\"\" > src/ios-deploy/lldb.py.h\nawk '{ print \"\\\"\"$0\"\\\\n\\\"\"}' src/scripts/lldb.py >> src/ios-deploy/lldb.py.h"; | |
+ shellScript = "awk '{ print \"\\\"\"$0\"\\\\n\\\"\"}' src/scripts/lldb.py > src/ios-deploy/lldb.py.h"; | |
}; | |
C0CD3D981F59D20100F954DB /* ShellScript */ = { | |
isa = PBXShellScriptBuildPhase; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment