Skip to content

Commit 040854a

Browse files
committed
Use Swift 4.2.
1 parent a916e18 commit 040854a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

NumberKit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
SDKROOT = macosx;
325325
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
326326
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
327-
SWIFT_VERSION = 4.0;
327+
SWIFT_VERSION = 4.2;
328328
VERSIONING_SYSTEM = "apple-generic";
329329
VERSION_INFO_PREFIX = "";
330330
};
@@ -375,7 +375,7 @@
375375
SDKROOT = macosx;
376376
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
377377
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
378-
SWIFT_VERSION = 4.0;
378+
SWIFT_VERSION = 4.2;
379379
VERSIONING_SYSTEM = "apple-generic";
380380
VERSION_INFO_PREFIX = "";
381381
};
@@ -399,7 +399,7 @@
399399
SKIP_INSTALL = YES;
400400
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
401401
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
402-
SWIFT_VERSION = 4.0;
402+
SWIFT_VERSION = 4.2;
403403
};
404404
name = Debug;
405405
};
@@ -420,7 +420,7 @@
420420
PRODUCT_NAME = "$(TARGET_NAME)";
421421
SKIP_INSTALL = YES;
422422
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
423-
SWIFT_VERSION = 4.0;
423+
SWIFT_VERSION = 4.2;
424424
};
425425
name = Release;
426426
};
@@ -433,7 +433,7 @@
433433
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKitTests;
434434
PRODUCT_NAME = "$(TARGET_NAME)";
435435
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
436-
SWIFT_VERSION = 4.0;
436+
SWIFT_VERSION = 4.2;
437437
};
438438
name = Debug;
439439
};
@@ -446,7 +446,7 @@
446446
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKitTests;
447447
PRODUCT_NAME = "$(TARGET_NAME)";
448448
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
449-
SWIFT_VERSION = 4.0;
449+
SWIFT_VERSION = 4.2;
450450
};
451451
name = Release;
452452
};

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<p>
44
<a href="https://developer.apple.com/osx/"><img src="https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat" alt="Platform: macOS" /></a>
5-
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/Language-Swift%204.1-green.svg?style=flat" alt="Language: Swift 4.1" /></a>
6-
<a href="https://developer.apple.com/xcode/"><img src="https://img.shields.io/badge/IDE-Xcode%209.3-orange.svg?style=flat" alt="IDE: Xcode 9.3" /></a>
5+
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/Language-Swift%204.2-green.svg?style=flat" alt="Language: Swift 4.2" /></a>
6+
<a href="https://developer.apple.com/xcode/"><img src="https://img.shields.io/badge/IDE-Xcode%2010.0-orange.svg?style=flat" alt="IDE: Xcode 10.0" /></a>
77
<a href="https://raw.githubusercontent.com/objecthub/swift-lispkit/master/LICENSE"><img src="http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat" alt="License: Apache" /></a>
88
</p>
99

@@ -17,8 +17,8 @@ language. The current version provides three new numeric types:
1717
3. `Complex`: complex floating-point numbers
1818

1919
**Requirements**:
20-
- Xcode 9.3
21-
- Swift 4.1
20+
- Xcode 10.0
21+
- Swift 4.2
2222
- macOS with Xcode or Swift Package Manager
2323
- Linux with Swift Package Manager
2424

0 commit comments

Comments
 (0)