Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@ofalvai ofalvai released this 27 Aug 06:27
0c3b871

What's Changed

  • Xcode 16 support by @lpusok in #46
  • Remove cache_level input by @ofalvai in #51
  • ๐Ÿ†• The step copies the zipped .app folder to $BITRISE_DEPLOY_DIR for easier artifact deployment

Migration guide

The main step logic has been simplified and rewritten, which could cause breaking changes in some project setups. The step now does an archive for the simulator destination instead of building and manually parsing the results.

Additionally, the cache_level input has been removed. This controlled the behavior of the Cache Push step, which has been deprecated for a while. You can get the same SPM package caching and much better performance with the Save SPM cache step.

Full Changelog: 2.0.0...3.0.0