Keyman for macOS configuration notes

June 22, 2021 ยท View on GitHub

WARNING: these are old configuration notes. See macos.md for current steps.

Mac Tools Requirements/Setup

  • Install Homebrew technically optional, but highly recommended
  • Install Xcode 12.0+
  • Accept the Xcode license sudo xcodebuild -license accept
  • Install Carthage (brew install carthage) see Homebrew note below
  • Install cocoapods (brew install cocoapods)
  • Install coreutils (brew install coreutils)