Generate Xcode project with pre-set settings.
To start new Xcode project, there's too many settings to do.
Here's the setting list.
- 🎉 Generate Xcode project
- 🚚 Moving files and renaming folders
- 🙈 Adding .gitignore file
- 🚨 Adding SwiftLint
- 🍱 Adding SwiftGen
- 🛠 Adding Fastlane
- ➕ Adding Dependencies (SPM, Carthage or CocoaPods)
Happy path of this automation is create yml file and run just one command. (like Fastlane
's Fastfile
or XcodeGen
's project.yml
)
- Create and upload Xcode project template
- Automate each actions in Problem section
- Write script for just one command
If not specifying SwiftUI, another problems come.
I'll only use SwiftUI which means I'll concentrate on delicious codes.
There's no documents yet.
Please help me. I have little experience in this automation field.