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: LocalizationEditor.xcodeproj/project.pbxproj
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@
189
189
isa = PBXNativeTarget;
190
190
buildConfigurationList = F3D9C95220BEC7460081830A /* Build configuration list for PBXNativeTarget "LocalizationEditor" */;
191
191
buildPhases = (
192
+
F3BC11A421C40FAC001F396F /* SwiftLint */,
192
193
F3D9C93E20BEC7460081830A /* Sources */,
193
194
F3D9C93F20BEC7460081830A /* Frameworks */,
194
195
F3D9C94020BEC7460081830A /* Resources */,
@@ -253,6 +254,27 @@
253
254
};
254
255
/* End PBXResourcesBuildPhase section */
255
256
257
+
/* Begin PBXShellScriptBuildPhase section */
258
+
F3BC11A421C40FAC001F396F /* SwiftLint */ = {
259
+
isa = PBXShellScriptBuildPhase;
260
+
buildActionMask = 2147483647;
261
+
files = (
262
+
);
263
+
inputFileListPaths = (
264
+
);
265
+
inputPaths = (
266
+
);
267
+
name = SwiftLint;
268
+
outputFileListPaths = (
269
+
);
270
+
outputPaths = (
271
+
);
272
+
runOnlyForDeploymentPostprocessing = 0;
273
+
shellPath = /bin/sh;
274
+
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
0 commit comments