Nine Pages Of My LifeHow do you manage package dependencies with Swift Package Manager in your Xcode?The Swift Package Manager (SwiftPM) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to…Nov 9, 2023
InBetter ProgrammingbyCihat Gündüz2,000 Imports: Organizing My Apps’ SwiftPM ModulesHow to organize your apps Swift modules for clarity & convenience using a hidden (unofficial) Swift feature. A practical solution for…Oct 11
Fabrizio DuroniSwift Package Manager: bundling resources with a Swift PackageRecently I upgraded my ID3TagEditor swift package to the latest Swift tools version (5.3). During the upgraded I discovered that now you…Oct 18, 2020Oct 18, 2020
Desmond KokkasA Tale of Package Managers | Xcode Project Setup SeriesA brief analysis of the main package managers for Xcode projectsJul 25, 2023Jul 25, 2023
InBetter ProgrammingbyMilan PanchalCreate a Library Using Swift Package Manager in XcodeTurn your code into a Swift Package, easilyJan 4, 2021Jan 4, 2021
Nine Pages Of My LifeHow do you manage package dependencies with Swift Package Manager in your Xcode?The Swift Package Manager (SwiftPM) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to…Nov 9, 2023
InBetter ProgrammingbyCihat Gündüz2,000 Imports: Organizing My Apps’ SwiftPM ModulesHow to organize your apps Swift modules for clarity & convenience using a hidden (unofficial) Swift feature. A practical solution for…Oct 11
Fabrizio DuroniSwift Package Manager: bundling resources with a Swift PackageRecently I upgraded my ID3TagEditor swift package to the latest Swift tools version (5.3). During the upgraded I discovered that now you…Oct 18, 2020
Desmond KokkasA Tale of Package Managers | Xcode Project Setup SeriesA brief analysis of the main package managers for Xcode projectsJul 25, 2023
InBetter ProgrammingbyMilan PanchalCreate a Library Using Swift Package Manager in XcodeTurn your code into a Swift Package, easilyJan 4, 2021
Ravi Kiran HRSwift Package Manager (SwiftPM/SPM) — Creating and Publishing oneYou can grab a demo Swift package from my GitHub repo here, its a feed API networking module to download/decode the JSON from the url we…Apr 4, 2022
Marcelo Salloum dos SantosReal case study: Cocoapods vs Carthage, what’s the best package manager for you?In this article, I'll show the results I've achieved by replacing my Cocoapods dependencies with Carthage ones, then I'll discuss the pros…Oct 6, 2019