Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Releases: unsignedapps/swift-create-xcframework

v2.3.0: Support for Swift 5.7 and Xcode 14.

19 Aug 11:33
0be3a68
Compare
Choose a tag to compare

This release adds support for Swift 5.7 and Xcode 14.0 beta 5 and above. A big thanks to @giginet for taking the time to make this happen.

What’s Changed

🧰 Maintenance

  • Removed deprecated virtual environments @bok- (#74)

🤺 New Contributors

@giginet made their first contribution in #73

Release 2.2.0

17 Jun 10:30
ff7327b
Compare
Choose a tag to compare

This release includes support for Xcode 13.3 and 13.4

What’s Changed

🤺 New Contributors

Full Changelog: v2.1.0...v2.2.0

Release v2.1.0

04 Nov 11:49
859acbb
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Added the --stack-evolution option @bok- (#56)

🐛 Bug Fixes

  • Fixes Mac Catalyst support by using generic destinations properly @bok- (#55)

Full Changelog: v2.0.0...v2.1.0

v2.0.0: Xcode 13 Support

20 Oct 12:25
3a9caf8
Compare
Choose a tag to compare

What’s Changed

  • Support Xcode13 @funzin (#51)
  • Update swift-create-package version reference for the GH action @mz2 (#50)

📚 Documentation Changes

  • Enhancement: Update command line help message for --platform @weisunOW (#45)

🧰 Maintenance

  • Updated supported Xcode versions @bok- (#54)
  • Added workflow to close stale issues @bok- (#53)

🤺 New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0: Build Settings ⚙️

23 Apr 11:03
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Add ability to provide arbitrary Xcode build settings @daltonclaybrook (#42)
  • Add validation against unsupported package targets (binary targets, system modules, conditional dependencies) @bok- (#32)

🐞 Bug Fixes

Other

Release 1.3.0: Debugging and Catalyst

21 Oct 10:32
Compare
Choose a tag to compare

What’s Changed

☯️ Debugging Symbols

This release includes support for detecting and including dSYM and BCSymbolMap files in the output XCFrameworks. Debugging symbols will be included by default, but you can disable them using --no-debug-symbols. Thanks to @dalu93 for the pointers on how to get this done. Building with debug symbols requires Xcode 12.0+.

🧪 Catalyst

This release adds support for building for Catalyst. Because you can't specify Catalyst as a platform in your Package.swift, and therefore cannot explicitly opt-in or opt-out of Catalyst support we don't include Catalyst in the platforms we build for by default.

You can always build for Catalyst with the --platform maccatalyst argument.

🙅‍♀️ Dropped support for building under Xcode 11

Because of some changes to Swift Package Manager, we are no longer able to actually compile swift-create-xcframework under Xcode 11.7 or earlier. You can still use compiled instances of swift-create-xcframework to build packages with Xcode 11.x, just disable debug symbols.

🚀 Features

  • Include debugging symbols in the merged XCFrameworks @bok- (#23)
  • Added support for Catalyst @bok- (#20)

🐞 Bug Fixes

  • Upgraded and pinned Swift Package Manager and other dependencies to fix failing build @eugenebokhan (#18)

Release 1.2.1 🐞

19 Aug 06:22
a77d34d
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Aligned CLI version number with tag @bok- (#16)

Release 1.2.0: XCConfig

01 Jul 05:07
7b7b4aa
Compare
Choose a tag to compare

What’s Changed

This release adds support for supplying a --xcconfig option and the equivalent GitHub Action parameter.

🚀 Features

Release 1.1.0: Xcode 12 Checksums

23 Jun 09:38
e5be919
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Added checksum computation @bok- (#9)

🧰 Maintenance / Miscellaneous

  • Upgraded to Swift Argument Parser 0.1.0 @bok- (#10)

Release 1.0.5: GitHub Actions ahoy

18 Jun 13:44
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

  • Use target-specific BUILD_LIBRARY_FOR_DISTRIBUTION settings @bok- (#5)