Last active
November 28, 2019 18:43
-
-
Save bdivljak91/d760b919c516dbab0da64e7b29210958 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rm -rf /Library/Developer/CommandLineTools | |
| xcode-select --install | |
| sudo xcodebuild -license accept | |
| open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg | |
| sudo gem install jazzy | |
| brew install ruby | |
| // Get installed xcode version and swift version | |
| xcodebuild -version | |
| swift --version | |
| // Set version of swift which will be used by jazzy | |
| // Run this command from project root folder | |
| jazzy --swift-version 4.1.2 | |
| // View all posible configurations | |
| jazzy --help config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment