Distribute binary frameworks in Swift Packages and how to automate the process
What are binary frameworks in Swift
Apple introduced a new way of building and distributing binary frameworks with Xcode 11.
The new XCFramework bundle type allows
module-stable frameworks: binaries don't break once a new Siwft is released.
multi-...
blog.eidinger.info5 min read