Skip to content

3.0.0

Compare
Choose a tag to compare
@ileitch ileitch released this 27 Dec 17:02
· 5 commits to master since this release
03d889c
Breaking

3.0 is a major breaking change and requires some manual migration, please see the 3.0 Migration Guide.

  • Support for installing via CocoaPods has been removed.
  • Removed support for Swift 5.9/Xcode 15.2.
  • Periphery is now available directly from Homebrew, and the peripheryapp/periphery tap is no longer updated. To migrate run the following:
brew remove periphery
brew untap peripheryapp/periphery
brew update
brew install periphery
Enhancements
  • Added support for Swift Testing.
Bug Fixes
  • Fix numerous issues where generated code could not be scanned.
  • Fix support for Xcode's new folder format.
  • Fix cloning private Swift package repositories.