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