Skip to content

Instantly share code, notes, and snippets.

@bdivljak91
Last active November 28, 2019 18:43
Show Gist options
  • Save bdivljak91/d760b919c516dbab0da64e7b29210958 to your computer and use it in GitHub Desktop.
Save bdivljak91/d760b919c516dbab0da64e7b29210958 to your computer and use it in GitHub Desktop.
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