Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 697 Bytes

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

graph.svg

Contributing

When you find some issues or improvements, feel free to open pull request.