Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The SmartThings CLI is a tool to help with developing SmartApps and drivers for

### Homebrew (MacOS)

Note that the MacOS binaries require at least MacOS 13.5.

```console
brew install smartthingscommunity/smartthings/smartthings
```
Expand Down
3 changes: 1 addition & 2 deletions src/build-tools/build-binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const targets = [
'linux-arm64',
'linux-x64',
'mac-arm64',
// The Intel Mac Build still isn't working properly yet.
// 'mac-x64',
'mac-x64',
'windows-x64',
]
const nodeVersion = process.version.substring(1)
Expand Down