You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.