File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 324
324
SDKROOT = macosx;
325
325
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
326
326
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
327
- SWIFT_VERSION = 4.0 ;
327
+ SWIFT_VERSION = 4.2 ;
328
328
VERSIONING_SYSTEM = "apple-generic";
329
329
VERSION_INFO_PREFIX = "";
330
330
};
375
375
SDKROOT = macosx;
376
376
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
377
377
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
378
- SWIFT_VERSION = 4.0 ;
378
+ SWIFT_VERSION = 4.2 ;
379
379
VERSIONING_SYSTEM = "apple-generic";
380
380
VERSION_INFO_PREFIX = "";
381
381
};
399
399
SKIP_INSTALL = YES;
400
400
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
401
401
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
402
- SWIFT_VERSION = 4.0 ;
402
+ SWIFT_VERSION = 4.2 ;
403
403
};
404
404
name = Debug;
405
405
};
420
420
PRODUCT_NAME = "$(TARGET_NAME)";
421
421
SKIP_INSTALL = YES;
422
422
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
423
- SWIFT_VERSION = 4.0 ;
423
+ SWIFT_VERSION = 4.2 ;
424
424
};
425
425
name = Release;
426
426
};
433
433
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKitTests;
434
434
PRODUCT_NAME = "$(TARGET_NAME)";
435
435
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
436
- SWIFT_VERSION = 4.0 ;
436
+ SWIFT_VERSION = 4.2 ;
437
437
};
438
438
name = Debug;
439
439
};
446
446
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKitTests;
447
447
PRODUCT_NAME = "$(TARGET_NAME)";
448
448
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
449
- SWIFT_VERSION = 4.0 ;
449
+ SWIFT_VERSION = 4.2 ;
450
450
};
451
451
name = Release;
452
452
};
Original file line number Diff line number Diff line change 2
2
3
3
<p >
4
4
<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 >
7
7
<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 >
8
8
</p >
9
9
@@ -17,8 +17,8 @@ language. The current version provides three new numeric types:
17
17
3 . ` Complex ` : complex floating-point numbers
18
18
19
19
** Requirements** :
20
- - Xcode 9.3
21
- - Swift 4.1
20
+ - Xcode 10.0
21
+ - Swift 4.2
22
22
- macOS with Xcode or Swift Package Manager
23
23
- Linux with Swift Package Manager
24
24
You can’t perform that action at this time.
0 commit comments