|
1116 | 1116 | );
|
1117 | 1117 | runOnlyForDeploymentPostprocessing = 0;
|
1118 | 1118 | shellPath = /bin/sh;
|
1119 |
| - shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nexit 1\nfi"; |
| 1119 | + shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
1120 | 1120 | };
|
1121 | 1121 | 63CDABD81DE2E8D200B63921 /* ShellScript */ = {
|
1122 | 1122 | isa = PBXShellScriptBuildPhase;
|
|
1129 | 1129 | );
|
1130 | 1130 | runOnlyForDeploymentPostprocessing = 0;
|
1131 | 1131 | shellPath = /bin/sh;
|
1132 |
| - shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 1132 | + shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
1133 | 1133 | };
|
1134 | 1134 | 63CDABDF1DE2E8DB00B63921 /* ShellScript */ = {
|
1135 | 1135 | isa = PBXShellScriptBuildPhase;
|
|
1142 | 1142 | );
|
1143 | 1143 | runOnlyForDeploymentPostprocessing = 0;
|
1144 | 1144 | shellPath = /bin/sh;
|
1145 |
| - shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 1145 | + shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
1146 | 1146 | };
|
1147 | 1147 | 63CDABE01DE2E8E200B63921 /* ShellScript */ = {
|
1148 | 1148 | isa = PBXShellScriptBuildPhase;
|
|
1155 | 1155 | );
|
1156 | 1156 | runOnlyForDeploymentPostprocessing = 0;
|
1157 | 1157 | shellPath = /bin/sh;
|
1158 |
| - shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 1158 | + shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
1159 | 1159 | };
|
1160 | 1160 | /* End PBXShellScriptBuildPhase section */
|
1161 | 1161 |
|
|
0 commit comments