BlueSignals v1.0.200 Release Notes
Release Date: 2020-09-19 // over 2 years ago-
No data yet 😐
You can check the official repo
Previous changes from v1.0.21
-
🔖 Version 1.0
🚦 Generic Cross Platform Signal Handler.
Prerequisites
Swift
- 🚀 Swift Open Source
swift-4.0.0-RELEASE
toolchain ( Minimum REQUIRED for latest release ) - Swift Open Source
swift-5.0-RELEASE
toolchain ( Recommended ) - Swift toolchain included in Xcode Version 10.2 (10E125) or higher.
🍎 macOS
- macOS 10.11.6 (El Capitan) or higher.
- Xcode Version 9.0 (9A325) or higher using one of the above toolchains.
- Xcode Version 10.2 (10E125) or higher using the included toolchain (Recommended).
iOS
- iOS 10.0 or higher
- Xcode Version 9.0 (9A325) or higher using one of the above toolchains.
- Xcode Version 10.2 (10E125) or higher using the included toolchain (Recommended).
🐧 Linux
- ✅ Ubuntu 16.04 (or 16.10 but only tested on 16.04).
- One of the Swift Open Source toolchain listed above.
🔄 Changes since 1.0.0
- ⚡️ Updated for Swift 4.1.
- ⚡️ Updated for Swift 4.2, added support for Travis CI.
- ⚡️ Minor license update.
- ⚡️ Updates for Xcode 10 to project.
- 0️⃣ Make Swift 4.2 the default compiler in project.
- ➕ Added CocoaPod support.
- 🚦 Added Signals-Framework target to project to support Carthage. Issue #12.
- ⚡️ Update CI with default build changed to Swift 4.2. PR #14.
- ➕ Added CI support for building with Swift 5. PR #16.
- ⚡️ Update CI support to use Swift 4.2.3. PR #18.
- ⚡️ Updated to Swift 5.0. PR #19.
- ➕ Add CI support for Xcode 11.
- ⚡️ Update to Swift 5.1.
- 🚀 Swift Open Source