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: LDSwiftEventSource.xcodeproj/project.pbxproj
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@
143
143
isa = PBXNativeTarget;
144
144
buildConfigurationList = B49B5E0D24667D42008BF867 /* Build configuration list for PBXNativeTarget "LDSwiftEventSource" */;
145
145
buildPhases = (
146
+
B46C1C6B24CF348B00283630 /* Linter Script */,
146
147
B49B5DF724667D41008BF867 /* Headers */,
147
148
B49B5DF824667D41008BF867 /* Sources */,
148
149
B49B5DF924667D41008BF867 /* Frameworks */,
@@ -229,6 +230,28 @@
229
230
};
230
231
/* End PBXResourcesBuildPhase section */
231
232
233
+
/* Begin PBXShellScriptBuildPhase section */
234
+
B46C1C6B24CF348B00283630 /* Linter Script */ = {
235
+
isa = PBXShellScriptBuildPhase;
236
+
buildActionMask = 2147483647;
237
+
files = (
238
+
);
239
+
inputFileListPaths = (
240
+
);
241
+
inputPaths = (
242
+
);
243
+
name = "Linter Script";
244
+
outputFileListPaths = (
245
+
);
246
+
outputPaths = (
247
+
);
248
+
runOnlyForDeploymentPostprocessing = 0;
249
+
shellPath = /bin/sh;
250
+
shellScript = "echo `pwd`\nif which mint >/dev/null; then\n /usr/bin/xcrun --sdk macosx mint run realm/SwiftLint\nelse\n echo \"warning: mint not installed, available from https://github.com/yonaskolb/Mint\"\nfi\n";
0 commit comments