mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Page:
macOS Build Agent Setup
Pages
ANSI Keyboard Scancodes, Keycodes and Virtual Key Visual Layout for Windows, MacOS, Linux
Analyse Unicode Output of Installed Desktop Keyboards
Backspace and cluster deletion
Capture Firefox log and Mozilla bisection
Coding with Cpp: Linker complains about missing global variable
Crowdin CLI
Debugging WASM code
Delphi Debugging Notes
Desktop app compatibility tests
Developers ‐ websites ‐ setting up xdebug for profiling
Diagnosing deployment failures for keyboards
Epic feature branches
FAQ: Why do we not have a forward‐looking context?
HOWTO: cleanup if a release build trigger fails
Home
How to downgrade to latest stable version of Keyman for Linux
How to fully uninstall and remove Keyman for Linux
How to install IBus and Keyman on Arch Linux and derivatives
How to install nightly packages of Keyman for Linux
How to resolve failed release build trigger
How to setup conventional commits git commit msg hook
How to test artifacts from pull requests for Keyman for Linux
How to uninstall Keyman for macOS for testing
How to upload libcef.dll.pdb symbols to downloads.keyman.com for a new CEF build
Internal APIs for Web's app‐browser artifact
KMP Metadata File (kmp.inf and kmp.json)
Keyboard Processor API reference
Keyboard bundles build on demand
Keyman 13.0 to 14.0 Migration
Keyman 15.0 New Functionality
Keyman 16.0 Release Notes
Keyman 17.0 Release Notes
Keyman 18.0 Release Notes
Keyman 19.0 Release Notes
Keyman Code Style Guide
Keyman Developer testing page (Web and Mobile Targets)
Keyman Glossary ‐ Windows Platform
Keyman Glossary
Keyman Keyboard Installation on Windows
Keyman Project Scopes
Keyman State Machine
Keyman Windows FAQs
Keyman for Linux serialized output notes
Linux Build Agent Setup
Making sense of the Windows Layout Registration
Mobile app compatibility tests
Mobile app ‐ app webview API
Monitoring Keyman Community Site and Social Pages
Notes on preparing history files
One way to refresh a long‐lived staging branch on keyboards (or any) repo
Permalinks for keyboards
Platform Acceptance Test for Android
Platform Acceptance Test for Developer
Platform Acceptance Test for Linux
Platform Acceptance Test for Mac
Platform Acceptance Test for Predictive‐Text
Platform Acceptance Test for Web
Platform Acceptance Test for Windows
Platform Acceptance Test for iOS
Principles of Keyman Code Changes
Profiling Keyman for Windows using VTune
Pull Request and Commit workflow notes
Release workflow
Re‐prioritizing issues
Sentry Windows integration TODO list
Sentry workflow
Setting up windbg for debugging Windows Developer
Shared infrastructure for Keyman sites
Unit Tests
Updating Desktop and Developer for Unicode Releases
User Testing Baseline Configurations
User Testing Workflows
Windows Build Agent Setup
[Deprecated] How to set up a local IIS web server for the Keyman web pages
api.keyman.com keyboard model package version API
downloads.keyman.com history API
downloads.keyman.com keyboard API
downloads.keyman.com model API
downloads.keyman.com version API
history.md format
iOS: manual symbolication
macOS Build Agent Setup
note(windows): kmtip and keyman32 interactions
s.keyman.com kmwversion API
No results
11
macOS Build Agent Setup
Marc Durdin edited this page 2021-11-18 10:28:08 +11:00
Basic Setup
- Install macOS Big Sur + updates
- Install XCode, start once
- Change sleep preference to never sleep
- Enable ssh login (with appropriate password etc of course https://superuser.com/questions/104929/how-do-you-run-a-ssh-server-on-mac-os-x)
- Set default shell to /opt/homebrew/bin/bash (add that to /etc/shells first), then chsh -s
Keyman for macOS, Keyman for iOS, KeymanWeb, FirstVoices Keyboards for iOS requirements
- Install certificates and private keys
- FVKeyboards certificate
- Keyman for iOS
- Keyman for macOS
- ~/fastlane
- Install provisioning profiles
- Keyman x 2
- FVKeyboards x 2
xcode-select --install- Install Homebrew
brew install node.jsbrew install swiftlintbrew install carthagebrew install pandocbrew install coreutilsbrew install getsentry/tools/sentry-clibrew install jqbrew install bashbrew install wgetbrew install cocoapodsbrew install openjdk@11brew install rsyncbrew install hub- Install Build Agent software
- Add
KeymanBuildAgentenvironment variable to .zshrc and .bashrc - Add ssh keys for publishing artifacts
brew install fastlane- Login to keyman-server@github
- Setup fastlane UTF-8 in .bash_profile / .zprofile:
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
Keyman Core requirements
brew install mesoncurl https://sh.rustup.rs -sSf | sh- Add ~/.cargo/bin to path for buildAgent.properties
(For now we don't support rebuilding keyboards on macOS for core, until we have a better cross-platform kmcomp)