Skip to content

Commit

Permalink
make terminal enabled by default on new macOS hb-service installs
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored and bwp91 committed Nov 2, 2024
1 parent 845163d commit c2c32b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Plugin developers:
- enable strict config validation for the UI
- bump the default node version from 20 to 22
- perform a full restart when updating `homebridge`
- make terminal enabled by default on new macOS hb-service installs

### Homebridge Dependencies

Expand Down
2 changes: 2 additions & 0 deletions src/bin/platforms/darwin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ export class DarwinInstaller extends BasePlatform {
` <string>${this.getUserHomeDir()}</string>`,
' <key>UIX_STORAGE_PATH</key>',
` <string>${this.hbService.storagePath}</string>`,
' <key>HOMEBRIDGE_CONFIG_UI_TERMINAL</key>',
' <string>1</string>',
' </dict>',
'</dict>',
'</plist>',
Expand Down

0 comments on commit c2c32b1

Please sign in to comment.