Releases: fulldecent/swift6-module-template
Releases · fulldecent/swift6-module-template
Support Xcode 16.4
This identifies and works around two new bugs introduced in Xcode. 16.4:
- Opening a Swift package and a dependent project at the same time in Xcode causes Xcode builds to fail
- Building an iOS app in Xcode after opening a dependent local module, and then closing that iOS app will cause Xcode to crash (100% reproducible)
And we remove a prior workaround:
- Xcode no longer treats project variables differently if they have or do not have spaces in them (because space quoting rules), issue originally introduced around Xcode 12.4 (12D4e).
Full changelog: 16.3...16.4
Support Xcode 16.3
Full Changelog: 16.0...16.3
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.