본문 바로가기

SwiftPM3

Adopting Swift Packages in Xcode https://developer.apple.com/videos/play/wwdc2019/408/ Adopting Swift Packages in Xcode - WWDC19 - Videos - Apple Developer Swift packages are a great way to organize and share code, and are now supported while building apps for all Apple platforms in Xcode 11... developer.apple.com 목차 1. Using an open source package Swift package manager를 이용해 패키지를 설치하는 과정을 설명해 주는 파트입니다. 관련 글들은 워낙 많기 때문에 생략하겠습니다... 2023. 6. 14.
Creating Swift Packages https://developer.apple.com/videos/play/wwdc2019/410/ Creating Swift Packages - WWDC19 - Videos - Apple Developer Whether you want to publish code to share with the community, or you just want a convenient way to organize the code in your apps, Swift... developer.apple.com 목차 Creating Local Packages 로컬 패키지는 Xcode workspace의 하위 프로젝트와 유사하다. 플랫폼 독립적이므로 애플의 모든 플랫폼에서 간단한 방식으로 코드를 사용할 수 있다. 재사용 가능한 코드.. 2023. 6. 7.
Getting to Know Swift Package Manager https://developer.apple.com/videos/play/wwdc2018/411/ Getting to Know Swift Package Manager - WWDC18 - Videos - Apple Developer The Swift Package Manager makes it possible to easily develop and distribute source code in the Swift ecosystem. Learn about its goals,... developer.apple.com 목차 Why a package manager for Swift? Swift는 크로스 플랫폼 언어이다. 따라서, Swift 코드 빌드를 위한 거대한 크로스 플랫폼 툴이 필요했다. SwiftPM은 자체적.. 2023. 5. 28.