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: SwiftState.xcodeproj/project.pbxproj
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,6 @@
273
273
isa = PBXNativeTarget;
274
274
buildConfigurationList = 1FA620131996601000460108 /* Build configuration list for PBXNativeTarget "SwiftState" */;
275
275
buildPhases = (
276
-
1F606A1F1C7CA6DD00F59FB3 /* SwiftLint */,
277
276
1FA61FFB1996601000460108 /* Sources */,
278
277
1FA61FFC1996601000460108 /* Frameworks */,
279
278
1FA61FFD1996601000460108 /* Headers */,
@@ -359,23 +358,6 @@
359
358
};
360
359
/* End PBXResourcesBuildPhase section */
361
360
362
-
/* Begin PBXShellScriptBuildPhase section */
363
-
1F606A1F1C7CA6DD00F59FB3 /* SwiftLint */ = {
364
-
isa = PBXShellScriptBuildPhase;
365
-
buildActionMask = 2147483647;
366
-
files = (
367
-
);
368
-
inputPaths = (
369
-
);
370
-
name = SwiftLint;
371
-
outputPaths = (
372
-
);
373
-
runOnlyForDeploymentPostprocessing = 0;
374
-
shellPath = /bin/sh;
375
-
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
0 commit comments