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
Run the script ./scripts/build.sh and select the env from the list.
Unit Tests will be executed, too.
The script ./scripts/build.sh simply runs the following commands
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 prerelease.local
Build the version used for tart
bundle exec fastlane release --env test.local