Quick tip on switching a self-developed Swift package from a versioned dependency to a local path for development.| iOS development by tanaschita.com
Recently, the release of SPM results once again captured national attention, with headlines highlighting both the achievements and the ongoing concerns. But is SPM the only assessment that matters? Given...| Teach For Malaysia
Suppose you have a Swift library which uses CoreData and you’d like to use that in a command line tool for something under your control, such as running it on CI or distributing it to colleagues. You could go the route of creating a “Command Line Tool” project in Xcode, which definitely works, but distributing and signing the resulting executable can be a pain. Thanks to recent advances of the Swift Package Manager to support resources and build executables, there seems to be a simpler ...| Adrian’s Corner