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: Arrow.xcodeproj/project.pbxproj
+4-4
Original file line number
Diff line number
Diff line change
@@ -322,15 +322,15 @@
322
322
/* Begin PBXShellScriptBuildPhase section */
323
323
99709F361D310F74002A92D5 /* Run swiftlint */ = {
324
324
isa = PBXShellScriptBuildPhase;
325
-
buildActionMask = 8;
325
+
buildActionMask = 12;
326
326
files = (
327
327
);
328
328
inputPaths = (
329
329
);
330
330
name = "Run swiftlint";
331
331
outputPaths = (
332
332
);
333
-
runOnlyForDeploymentPostprocessing = 1;
333
+
runOnlyForDeploymentPostprocessing = 0;
334
334
shellPath = /bin/sh;
335
335
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,7 @@ if let collection = json.collection {
240
240
- Swift 3 -> version [**3.0.5**](https://github.com/freshOS/Arrow/releases/tag/3.0.5)
241
241
- Swift 4 -> version [**4.0.0**](https://github.com/freshOS/Arrow/releases/tag/4.0.0)
242
242
- Swift 4.1 -> version [**4.1.0**](https://github.com/freshOS/Arrow/releases/tag/4.1.0)
243
+
- Swift 4.2 -> version [**4.2.0**](https://github.com/freshOS/Arrow/releases/tag/4.2.0)
243
244
244
245
## Acknoledgments
245
246
This wouldn't exist without [YannickDot](https://github.com/YannickDot), [Damien-nd](https://github.com/damien-nd) and [maxkonovalov](https://github.com/maxkonovalov)
0 commit comments