Skip to content

4.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:30
· 11 commits to main since this release
5ff875a

Changed

  • Carthage: the Punycode dependency in the Cartfile is raised to 4.0, and the resolved version is updated to PunycodeSwift 4.0.1.

Fixed

  • Framework builds set APPLICATION_EXTENSION_API_ONLY, so linking the framework from an app extension no longer emits a "not safe for use in application extensions" warning (#10). Not applicable to SPM consumers.

Removed

  • The Xcode script build phases that reformatted sources and regenerated the bundled Public Suffix List on every build. Builds no longer mutate the working tree (and no longer emit script-sandboxing warnings); refresh the bundled list explicitly with python update-psl.py.
  • Leftover SwiftLint and Hound configuration (linting is enforced via swift-format) and the obsolete .swift-version file.