Hi
Wwhat's the difference between Frameworks and Swift Packages, both create reusable code that we can use in another programs or I'm wrong ?
Hi
Wwhat's the difference between Frameworks and Swift Packages, both create reusable code that we can use in another programs or I'm wrong ?
Detailed explanation here:
h ttps://medium.com/@zippicoder/libraries-frameworks-swift-packages-whats-the-difference-764f371444cd
One of the major differences is that Swift packages contain source code, frameworks binary code.
Aha so packages is kind of open source ?