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
  5. FVKeyboards certificate
  6. Keyman for iOS
  7. Keyman for macOS
  8. Install provisioning profiles
  9. Keyman x 2
  10. FVKeyboards x 2
  11. xcode-select --install
  12. Install Homebrew
  13. Install node.js
  14. brew install swiftlint
  15. brew install carthage (0.36)
  16. brew install pandoc
  17. brew install coreutils
  18. brew install getsentry/tools/sentry-cli
  19. brew install jq
  20. brew install bash
  21. brew install wget
  22. brew install cocoapods
  23. Install Build Agent software (openjdk 11 first)
  24. Add .zshrc and .bashrc KeymanBuildAgent environment variable
Clone this wiki locally