Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit ae7093c

Browse files
committed
Updated README
1 parent ee2f75c commit ae7093c

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

README.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# SwiftFoundation #
2-
[![Swift](https://img.shields.io/badge/swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
3-
[![Platforms](https://img.shields.io/badge/platform-osx%20%7C%20ios%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey.svg)](https://developer.apple.com/swift/)
2+
[![Swift](https://img.shields.io/badge/swift-5.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
3+
[![Platforms](https://img.shields.io/badge/platform-osx%20%7C%20ios%20%7C%20watchos%20%7C%20tvos%20%7C%20linux%20%7C%20wasm-lightgrey.svg)](https://developer.apple.com/swift/)
44
[![Release](https://img.shields.io/github/release/pureswift/swiftfoundation.svg)](https://github.com/PureSwift/SwiftFoundation/releases)
55
[![License](https://img.shields.io/badge/license-MIT-71787A.svg)](https://tldrlegal.com/license/mit-license)
66
[![Build Status](https://travis-ci.org/PureSwift/SwiftFoundation.svg?branch=develop)](https://travis-ci.org/PureSwift/SwiftFoundation)
7-
[![Join the chat at https://gitter.im/PureSwift/SwiftFoundation](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/PureSwift/SwiftFoundation?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8-
9-
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)
10-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
117

128
Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library.
139

@@ -27,30 +23,19 @@ Cross-Platform, Protocol-Oriented Programming base library to complement the Swi
2723

2824
## Targeted Platforms
2925

30-
- LLVM Compiler
31-
- Darwin (OS X, iOS, WatchOS)
32-
- Linux
33-
34-
## Compiling on Ubuntu
35-
36-
```
37-
sudo apt-get install uuid-dev libjson-c-dev
38-
swift build
39-
.build/debug/UnitTests
40-
```
26+
- Darwin (macOS, iOS, watchOS, tvOS)
27+
- Linux (Ubuntu x86_64, [Debian Armv7](https://github.com/uraimo/buildSwiftOnARM))
28+
- [WebAssembly](https://swiftwasm.org) (wasm32)
4129

4230
## Implemented
4331
To see what parts of Foundation are implemented, just look at the unit tests. Completed functionality will be fully unit tested. Note that there is some functionality that is written as a protocol only, that will not be included on this list.
4432

4533
- [x] Base64
4634
- [x] Data
4735
- [x] Date
48-
- [x] FileManager
49-
- [x] JSON
50-
- [x] Null
51-
- [x] Order (equivalent to ```NSComparisonResult```)
52-
- [X] RegularExpression (POSIX, not ICU)
53-
- [x] SortDescriptor
36+
- [ ] FileManager
37+
- [ ] JSON
38+
- [ ] RegularExpression (POSIX, not ICU)
5439
- [x] Thread
5540
- [x] URL
5641
- [x] UUID

0 commit comments

Comments
 (0)