Skip to content

Commit ee45bd1

Browse files
author
funzin
committed
Remove swiftlint script
1 parent bc82852 commit ee45bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sica.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
);
227227
runOnlyForDeploymentPostprocessing = 0;
228228
shellPath = /bin/sh;
229-
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
229+
shellScript = "";
230230
};
231231
/* End PBXShellScriptBuildPhase section */
232232

0 commit comments

Comments
 (0)