Published inITNEXTEffective Swift Package Manager caching with Fastlane and Github ActionsIf you’re using Swift Package Manager to manage dependencies in your iOS project, you may have noticed that it can take a while to download…Jul 17, 20233Jul 17, 20233
Published inITNEXTDeploying your Vapor 4 app to HerokuYou’re done building your awesome Vapor 4 app. But now it’s time for the world to appreciate your work. This means you’re in for the next…May 15, 20201May 15, 20201
Published inAH TechnologyPublishing and using your Swift Package in your projectIn my previous article I described how to split your app into separate components using Swift Package Manager. Splitting your app is nice…Oct 29, 2019Oct 29, 2019
Published inAH TechnologySplitting your iOS app in components using Swift Package MangerWhen building your iOS application you can simply place all source files in a single module (your app) and things will probably work just…Oct 24, 20191Oct 24, 20191
Published inAH TechnologyReplacing CocoaPods with Swift Package ManagerCocoaPods has long been a great package manager for developing iOS applications. Making it easy to import external libraries without…Oct 19, 20191Oct 19, 20191