SwiftPMProjectExample
SwiftPMProjectExample copied to clipboard
This is example project for my presentation in iOSDC JAPAN 2021
Swift PM Project Example
This is example project for my presentation in iOSDC JAPAN 2021.
- Package.swift based project management
- Multi Modules
- Multi Projects
- Mini Applications
- Resource handling in Package
Requirements
- Xcode ~~12.5~~ 12.4 and later (modified by #1)
Dependency Graph
$ brew install graphviz
$ swift package show-dependencies --format dot | dot -Tsvg -o graph.svg
Contributing
When you find some issues or improvements, feel free to open pull request.