mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
9 lines
152 B
Bash
Executable File
9 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
brew outdated carthage || brew upgrade carthage
|
|
brew install sourcekitten
|
|
gem install -N jazzy
|
|
gem update -N cocoapods
|