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: Boyer-Moore/Tests/Tests.xcodeproj/project.pbxproj
+17
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@
66
66
isa = PBXNativeTarget;
67
67
buildConfigurationList = 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests" */;
68
68
buildPhases = (
69
+
9AED56811E0EEA5B00958DCC /* ShellScript */,
69
70
7B2BBC7C1C779D720067B71D /* Sources */,
70
71
7B2BBC7D1C779D720067B71D /* Frameworks */,
71
72
7B2BBC7E1C779D720067B71D /* Resources */,
@@ -123,6 +124,22 @@
123
124
};
124
125
/* End PBXResourcesBuildPhase section */
125
126
127
+
/* Begin PBXShellScriptBuildPhase section */
128
+
9AED56811E0EEA5B00958DCC /* ShellScript */ = {
129
+
isa = PBXShellScriptBuildPhase;
130
+
buildActionMask = 2147483647;
131
+
files = (
132
+
);
133
+
inputPaths = (
134
+
);
135
+
outputPaths = (
136
+
);
137
+
runOnlyForDeploymentPostprocessing = 0;
138
+
shellPath = /bin/sh;
139
+
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