Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Darcy Wong <[email protected]>
  • Loading branch information
mcdurdin and darcywong00 authored Oct 20, 2023
1 parent 3ef0433 commit 14e7855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Rosetta 2 installed.

Many dependencies are only required for specific projects.

* XCode (iOS, macOS) 12.4 or later is needed only for Keyman for Mac and Keyman
* XCode (iOS, macOS) 12.4 or later is needed only for Keyman for macOS and Keyman
for iOS.
* Install from App Store
* Accept the Xcode license: `sudo xcodebuild -license accept`
Expand Down Expand Up @@ -106,10 +106,10 @@ brew install carthage cocoapods

## Keyman for Android Dependencies

* openjdk 8, Android SDK, Android Studio, Ant, Gradle, Maven
* openjdk 11, Android SDK, Android Studio, Ant, Gradle, Maven

```shell
brew install openjdk@8 android-sdk android-studio ant gradle maven
brew install openjdk@11 android-sdk android-studio ant gradle maven
# update path
source ../resources/devbox/macos/keyman.macos.env.sh
# optionally install sdk images
Expand Down

0 comments on commit 14e7855

Please sign in to comment.