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: BarcodeScanner.xcodeproj/project.pbxproj
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@
166
166
D5B2E89B1C3A780C00C0327D /* Frameworks */,
167
167
D5B2E89C1C3A780C00C0327D /* Headers */,
168
168
D5B2E89D1C3A780C00C0327D /* Resources */,
169
+
D5C113C9201A981500D46C9C /* SwiftLint */,
169
170
);
170
171
buildRules = (
171
172
);
@@ -221,6 +222,23 @@
221
222
};
222
223
/* End PBXResourcesBuildPhase section */
223
224
225
+
/* Begin PBXShellScriptBuildPhase section */
226
+
D5C113C9201A981500D46C9C /* SwiftLint */ = {
227
+
isa = PBXShellScriptBuildPhase;
228
+
buildActionMask = 2147483647;
229
+
files = (
230
+
);
231
+
inputPaths = (
232
+
);
233
+
name = SwiftLint;
234
+
outputPaths = (
235
+
);
236
+
runOnlyForDeploymentPostprocessing = 0;
237
+
shellPath = /bin/sh;
238
+
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