This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Releases: ArtSabintsev/FontBlaster
Releases · ArtSabintsev/FontBlaster
Modernized Podspec file
- Updated Podspec file.
- Removed
.swift-version
file, as it's been deprecated.
Fixes Podspec
Fixes a podspec issue that was introduced in 4.0.2.
tvOS Support
Fontblaster supported tvOS out of the box. The podspec now explicitly supports allows for installation of Fontblaster on apps that target tvOS 9+.
Fixes for Xcode 9.1 / iOS 11.1 SDK
Support for Swift 4 / iOS 11 / Xcode 9
FontBlaster v4.0.0 adds support for Swift 4 / iOS 11 / Xcode 9. Only minor changes were made under-the-hood.
Moving forward, only support for the Swift 4 codebase (on master) will be maintained.
Swift Version | Branch Name | Will Continue to Receive Updates? |
---|---|---|
4.0 | master | Yes |
3.2 | swift3.2 | No |
3.1 | swift3.1 | No |
Code Cleanup
- Minor Code Cleanup
- Attempt at fixing #23
Fixed/Silenced warnings in Xcode 8.3
#21: Fixed/Silenced a couple warnings that cropped in Xcode 8.3.
Swiftier Code
#20: Swiftier Codebase and Repo
- Improved Comments
- Improved Scoping
- Improved Swift PM Support
- Added Jazzy Documentation
Fix to CGFont() deadlocking issue
Version 3.0.0: Swift 3 Support
I've updated the syntax from Swift 2.2 to Swift 3.