Skip to content

macOS Build Agent Setup

Marc Durdin edited this page May 24, 2021 · 11 revisions
  1. Install macOS Big Sur + updates
  2. Install XCode, start once
  3. Change sleep preference to never sleep
  4. Install certificates and private keys
    • FVKeyboards certificate
    • Keyman for iOS
    • Keyman for macOS
  5. Install provisioning profiles
    • Keyman x 2
    • FVKeyboards x 2
  6. xcode-select --install
  7. Install Homebrew
  8. brew install node.js
  9. brew install swiftlint
  10. brew install carthage
  11. brew install pandoc
  12. brew install coreutils
  13. brew install getsentry/tools/sentry-cli
  14. brew install jq
  15. brew install bash
  16. brew install wget
  17. brew install cocoapods
  18. brew install adoptopenjdk11
  19. brew install rsync
  20. Install Build Agent software
  21. Add KeymanBuildAgent environment variable to .zshrc and .bashrc
Clone this wiki locally