CI/CD Toolkits
seedee
is an open-source iOS CI/CD toolkit. While many projects use Fastlane, this toolkit provides a convenient way to write configuration files; that is, seedee
config can use with Swift, the most familiar and loved language in the iOS world
Developments
To install and work on seedee
locally:
- Clone the project
git clone [email protected]:ldakhoa/seedee.git
cd seedee
xed . # That will open the Package.swift in Xcode
- Build:
swift build
-
Make changes
-
Run tests
make test.integration.ios
- Commit changes and creat pull requests