BTree v4.1.0 Release Notes
Release Date: 2017-09-07 // over 7 years ago-
🚀 This release updates the project to Swift 4 with no functional changes.
⚡️ BTree is now part of the Attaswift project. The bundle identifiers in the supplied Xcode project have been updated accordingly.
⚡️ Note that the URL for the package's Git repository has changed; please update your references.
Previous changes from v4.0.2
-
🚀 This release contains the following changes:
- BTree now compiles in Swift 3.1.
- 🐎 Issue #5: There is a new
PerformanceTests
target in the Xcode project containing some simple benchmarks. This facility is experimental and may be replaced later. - 🚀 (Xcode project) The macOS deployment target was corrected to 10.9. Previously it was set at 10.11 by mistake.
- 🏗 (Xcode project) The build number is now correctly set in the tvOS framework.
- (Xcode project) Code signing has been disabled, following Xcode 8 best practices.