Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 677 Bytes

macos-notes.md

File metadata and controls

17 lines (13 loc) · 677 Bytes

Keyman for macOS configuration notes

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)