Clone the repository and build the app:
git clone https://github.com/visualdiffer/visualdiffer.git
cd visualdiffer
./scripts/setup-local-env.sh
Open in Xcode
Contributions, issues, and feature requests are welcome!
To contribute:
- Install swiftformat and swiftlint
- Fork the repository
- Create a new branch (
feat/xyzorfix/abc) - Run
./scripts/lint.shto applyswiftformatandswiftlint - Commit your changes with clear messages
- Open a pull request describing your update
Build the release version to deploy on GitHub
bundle exec fastlane release --env local
Build the version used for pre-release test
bundle exec fastlane release --env test.local
