Skip to content
Travis Prescott edited this page Mar 2, 2022 · 8 revisions

Welcome to the Azure SDK for iOS wiki!

Contributions

In order to submit contributions to this repo, we ask that you:

  1. Fork the repo and submit pull requests from your fork.
  2. Install mint: brew install mint
  3. Add the following line to your .bash_profile: export PATH="~/.mint/bin:$PATH"
  4. Install swiftlint and swiftformat:
mint install realm/[email protected]
mint install nicklockwood/[email protected]
  1. Verify installation:
swiftlint version
swiftformat --version