Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.21 KB

File metadata and controls

51 lines (30 loc) · 1.21 KB

🛠️ Build

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

👥Contributing

Contributions, issues, and feature requests are welcome!
To contribute:

  1. Install swiftformat and swiftlint
  2. Fork the repository
  3. Create a new branch (feat/xyz or fix/abc)
  4. Run ./scripts/lint.sh to apply swiftformat and swiftlint
  5. Commit your changes with clear messages
  6. Open a pull request describing your update

⚠️ Please follow the existing code style and include tests or examples when possible.

Deploy

Automatic build

Run the script ./scripts/build.sh and select the env from the list.

Unit Tests will be executed, too.

Manual build

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