You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Addame.xcodeproj/project.pbxproj
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@
106
106
C3E50C99261B5DFA00285977 /* Frameworks */,
107
107
C3E50C9A261B5DFA00285977 /* Resources */,
108
108
C36C678E26E3FC9A007CC94D /* swift-format */,
109
-
C36C678F26E3FCD7007CC94D /* swift-format-lint */,
110
109
);
111
110
buildRules = (
112
111
);
@@ -181,25 +180,7 @@
181
180
);
182
181
runOnlyForDeploymentPostprocessing = 0;
183
182
shellPath = /bin/sh;
184
-
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nif which swift-format >/dev/null; then\n swift-format -m format -i -r ${PROJECT_DIR}\nelse\n echo \"warning: swift-format not installed\"\nfi\n";
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nif which swift-format >/dev/null; then\n swift-format -m lint -r ${PROJECT_DIR}\n exit 0\nelse\n echo \"warning: swift-format not installed\"\nfi\n";
183
+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nif which swift-format >/dev/null; then\n #swift-format -m format -i -r ${PROJECT_DIR}\n #swift-format -m lint -r ${PROJECT_DIR}\nelse\n echo \"warning: swift-format not installed\"\nfi\n";
0 commit comments