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: Cache.xcodeproj/project.pbxproj
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,6 @@
567
567
BDEDD3521DBCE5B1007416A6 /* Frameworks */,
568
568
BDEDD3531DBCE5B1007416A6 /* Headers */,
569
569
BDEDD3541DBCE5B1007416A6 /* Resources */,
570
-
BDEDD3731DBCE616007416A6 /* ShellScript */,
571
570
);
572
571
buildRules = (
573
572
);
@@ -771,22 +770,6 @@
771
770
};
772
771
/* End PBXResourcesBuildPhase section */
773
772
774
-
/* Begin PBXShellScriptBuildPhase section */
775
-
BDEDD3731DBCE616007416A6 /* ShellScript */ = {
776
-
isa = PBXShellScriptBuildPhase;
777
-
buildActionMask = 2147483647;
778
-
files = (
779
-
);
780
-
inputPaths = (
781
-
);
782
-
outputPaths = (
783
-
);
784
-
runOnlyForDeploymentPostprocessing = 0;
785
-
shellPath = /bin/sh;
786
-
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