File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 36
36
CC0741581B8127B600406A43 /* Complex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Complex.swift; sourceTree = "<group>"; };
37
37
CC07415A1B813A0600406A43 /* RationalTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RationalTests.swift; sourceTree = "<group>"; };
38
38
CC07415C1B813B0300406A43 /* ComplexTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplexTests.swift; sourceTree = "<group>"; };
39
+ CC5E473320C428D500F21B03 /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = SOURCE_ROOT; };
39
40
CC99F54F1B7AA6E200355E1E /* NumberKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NumberKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
40
41
CC99F5521B7AA6E200355E1E /* NumberKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NumberKit.h; sourceTree = "<group>"; };
41
42
CC99F5541B7AA6E200355E1E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
117
118
CC99F55D1B7AA6E200355E1E /* NumberKitTests */ = {
118
119
isa = PBXGroup;
119
120
children = (
120
- CC99F5601B7AA6E200355E1E /* Info.plist */,
121
121
CC99F56F1B7AAB5300355E1E /* NumberUtilTests.swift */,
122
122
CC99F5691B7AA76600355E1E /* BigIntTests.swift */,
123
123
CC07415A1B813A0600406A43 /* RationalTests.swift */,
124
124
CC07415C1B813B0300406A43 /* ComplexTests.swift */,
125
+ CC5E473320C428D500F21B03 /* LinuxMain.swift */,
126
+ CC99F5601B7AA6E200355E1E /* Info.plist */,
125
127
);
126
128
indentWidth = 2;
127
129
name = NumberKitTests;
Original file line number Diff line number Diff line change 9
9
10
10
## Overview
11
11
12
- This is a macOS framework implementing advanced numeric data types for the Swift 4 programming
12
+ This is a framework implementing advanced numeric data types for the Swift 4 programming
13
13
language. The current version provides three new numeric types:
14
14
15
15
1 . ` BigInt ` : arbitrary-precision signed integers
@@ -19,7 +19,8 @@ language. The current version provides three new numeric types:
19
19
** Requirements** :
20
20
- Xcode 9.3
21
21
- Swift 4.1
22
- - Optional: Swift Package Manager
22
+ - macOS with Xcode or Swift Package Manager
23
+ - Linux with Swift Package Manager
23
24
24
25
** Note** : So far, with every major version of Swift, Apple decided to change the foundational APIs of the numeric
25
26
types in Swift significantly and consistently in a backward incompatible way. In order to be more isolated from
You can’t perform that action at this time.
0 commit comments