swift5-module-template
swift5-module-template copied to clipboard
An opinionated starting point for awesome, reusable Swift 5 modules
The `./configure` script works great, but I had to change the author name from the usual "Nicol**á**s Miari" to "Nicol**a**s Miari" (no diactritics) to get it to work, otherwise it...
I would like to promote GitHub Actions as the new, better-maintained alternative to Travis CI. GitHub Actions appears to be the new best practice. Work plan: - [ ] Remove...
The images [in the recipe folder](https://github.com/fulldecent/swift5-module-template/tree/master/Recipe.assets) show an example of using Xcode. The pictures illustrate an old version of Xcode. Update the pictures to show the same thing but using...
Historically, we used Ruby because of CocoaPods. We were compatible with the pod-template project. But Ruby is a deprecated language. For just one example, they don't use SemVer. Swift is...
https://www.swift.org/blog/announcing-swift-6/ swift6-module-template
After any change to the main branch, a github action should fire that does this: 1. run configure script 2. and then take that folder that is created and push...
## Goal Make this project work for all Swift platforms. ## Work plan - [ ] Clone https://github.com/Alamofire/Alamofire - [ ] Run the configure script. That is our basis to...