iOS/Sources/MacBridge
Michal Šrůtek 7de47c6e62
`static var` to `static let` (#2642)
<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->

- `static let` plays nicely with modern Swift concurrency (async/await)
- `static let` makes it impossible to mutate the values - causing
undefined behavior in some cases
2024-03-25 11:57:48 +01:00
..
Resources Reorganize files in repo, pull out build settings from pbxproj (#1140) 2020-10-03 00:15:04 -07:00
Bundle+Additions.swift Fix crash in Mac extensions (#1466) 2021-02-06 19:01:04 +00:00
MacBridgeAppDelegateHandler.swift Fix crash in Mac extensions (#1466) 2021-02-06 19:01:04 +00:00
MacBridgeImpl.swift Fix device name reporting "iPad" on macOS 13 (#2303) 2023-02-08 22:39:24 -08:00
MacBridgeNetworkConnectivityImpl.swift Allow Network Hardware Address to decide "internal" on Mac (#1370) 2021-01-12 21:18:37 -08:00
MacBridgeNetworkMonitor.swift `static var` to `static let` (#2642) 2024-03-25 11:57:48 +01:00
MacBridgeScreenImpl.swift Add sensors for Mac displays (#1349) 2021-01-06 09:42:28 -08:00
MacBridgeStatusItem.swift Add live-updating menu bar text template (#1529) 2021-03-12 12:47:47 -08:00
NSEvent+Additions.swift Add menu to status item on right-click (#1420) 2021-01-25 15:26:56 -08:00