Support for Swift Package Manager

Better support for Swift and the Swift Package Manager (SPM) has been a focus of ours for the past year or so. Ensembles 2 now fully supports Swift and SPM on all platforms (iOS, iPadOS, macOS, watchOS, and tvOS). This makes it easier than ever to get started. Just purchase a package, sign in to the Git repository, and add the Swift Package for Ensembles 2 to your Xcode project.

It is also possible to use XCFrameworks to embed Ensembles 2 in your app, as well as older technologies like Xcode subprojects and Cocoapods. We’ve got all the bases covered when it comes to adding the framework to your setup.

(Ensembles v1 does not support Swift Package Manager, but can be integrated directly as a subproject, or using Cocoapods.)