Welcome to the Azure SDK for iOS wiki!
Contributions
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
and swiftformat
:
mint install realm/SwiftLint@0.46.3
mint install nicklockwood/SwiftFormat@0.49.4
- Verify installation:
swiftlint version
swiftformat --version