-
Notifications
You must be signed in to change notification settings - Fork 90
Home
Travis Prescott edited this page Mar 2, 2022
·
8 revisions
Welcome to the Azure SDK for iOS wiki!
In order to submit contributions to this repo, we ask that you:
- Fork the repo and submit pull requests from your fork.
- Install
mint
:brew install mint
- Add the following line to your
.bash_profile
:export PATH="~/.mint/bin:$PATH"
- Install
swiftlint
andswiftformat
:
mint install realm/[email protected]
mint install nicklockwood/[email protected]
- Verify installation:
swiftlint version
swiftformat --version