You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows-latest moved to MSVC 14.51, whose STL turns <experimental/coroutine>
into a hard error (STL1011). permission_handler_windows 0.2.1 still includes
it, so `flutter build windows --release` fails outright. Silence it via the CL
env var — cl.exe reads extra flags from it — rather than patching a transitive
plugin. Revert when permission_handler_windows moves to <coroutine>.
Also add the store badges and the macOS quarantine note to the README.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[**Download**](https://github.com/Protocentral/protocentral_openview/releases) · [Supported boards](#supported-boards) · [Build from source](#build-from-source) · [Add your own board](#add-your-own-board)
13
+
[](https://apps.apple.com/app/id1667747246)[](https://play.google.com/store/apps/details?id=com.protocentral.openview)
14
+
15
+
[**Desktop download**](https://github.com/Protocentral/protocentral_openview/releases) · [Supported boards](#supported-boards) · [Build from source](#build-from-source) · [Add your own board](#add-your-own-board)
14
16
15
17

16
18
@@ -66,16 +68,28 @@ Don't see your board? It takes three files and no changes to the app — see
66
68
### Desktop
67
69
68
70
Download the zip for your OS from the [Releases](https://github.com/Protocentral/protocentral_openview/releases)
69
-
page, extract it, and run the app.
71
+
page, extract it, and run the app. Verify the download against `SHA256SUMS.txt`
72
+
if you like.
73
+
74
+
The macOS build is ad-hoc signed, not notarized, so the first launch is blocked
75
+
with *"Apple cannot check it for malicious software"*. Right-click the app and
[](https://apps.apple.com/app/id1667747246)[](https://play.google.com/store/apps/details?id=com.protocentral.openview)
76
87
77
88
</div>
78
89
90
+
The App Store listing covers iPhone, iPad **and Apple Silicon Macs** — on an M-series
91
+
Mac you can install it straight from the Mac App Store instead of the zip above.
92
+
79
93
> **Note** — USB is not available on mobile. Use BLE or Wi-Fi.
0 commit comments