This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Releases: DrawKit/DrawKit
Releases · DrawKit/DrawKit
DrawKit v1.0.4
Fixes for macOS 10.14 - Mojave, see #42
DrawKit v1.0.3
- Restructured framework files and folders to better follow best practice.
- Added Carthage support #30.
- Changed framework bundle identifier to
io.github.drawkit
DrawKit v1.0.2
Changed licence to Mozilla Public License ("MPL") to simplify inclusion of DrawKit in both commercial and open source projects.
DrawKit v1.0.1
Merge pull request #9 from grahammiln/autolayout Adding autolayout support to `GCZoomView`
DrawKit v1.0.0
Initial release of DrawKit based on the original framework.
DrawKit v1.0.0 beta 7
Pre-release build of DrawKit based on v1.0.0b7 source code. The framework successfully builds using:
- Xcode 4 or
xcodebuild - Mac OS X 10.7 SDK
- 32/64 bit Intel Architectures
- Does not use Automatic Reference Counting (ARC)