SwiftGen / StencilSwiftKit

A framework bringing additional nodes & filters to Stencil dedicated to Swift code generation
MIT License
296 stars 58 forks source link

Convert project to SPM #130

Closed djbe closed 3 years ago

djbe commented 3 years ago

Similar to https://github.com/SwiftGen/SwiftGen/pull/793, but much simpler in scope as we already have full SPM support in this project.

This just:

djbe commented 3 years ago

Allright so this is slightly weird, and I'm not sure how we should deal with it:

Do we remove that pod check from the list of required steps? What about PRs where there's no code change, such as a doc PR? Should we remove all checks from being required?