Skip to content

Commit 862f0c2

Browse files
authored
fix script generation to not comment out the first line (#481)
Better to fix this now than overthink
1 parent a9e59d2 commit 862f0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios-deploy.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
);
238238
runOnlyForDeploymentPostprocessing = 0;
239239
shellPath = /bin/sh;
240-
shellScript = "echo \"\\\"# AUTO-GENERATED - DO NOT MODIFY\\\"\" > src/ios-deploy/lldb.py.h\nawk '{ print \"\\\"\"$0\"\\\\n\\\"\"}' src/scripts/lldb.py >> src/ios-deploy/lldb.py.h\n";
240+
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\n";
241241
};
242242
C0CD3D981F59D20100F954DB /* ShellScript */ = {
243243
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)