Releases: fulldecent/swift6-module-template
Releases · fulldecent/swift6-module-template
Support Xcode 16.0
Delete Package.swift
Support Xcode 13.1
Repeat recipe for latest version of Xcode
Support SwiftUI and Xcode 12.3
These new instructions support the latest version of Xcode.
Now the iOS Example application is using SwiftUI.
Some bugs have been fixed in Xcode and we have removed those workaround notes.
Support Objective-C
Now includes an Objective-C class. This now makes this project usable for Swift 3 modules and Objective-C modules.
Support Xcode 8.1
Added
- Now supports the latest Xcode 8.1
Bug fixes, new features
Added
- Testing with the https://github.com/fulldecent/FDTake project
- Add CheckCocoaPodsQualityIndexes.rb testing
- Use .swift-version to fix builds with CocoaPods
Fixed
- Fix problems in the template
Initial Public Release
Added
- First public release. Everything works great.