Skip to content

Commit aff42c9

Browse files
committed
docs: drop unsigned macOS build notes after signing and notarization
1 parent 5e5cbea commit aff42c9

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -223,24 +223,6 @@ pnpm dev
223223

224224
</details>
225225

226-
## Troubleshooting
227-
228-
<details>
229-
<summary>macOS: "massCode is damaged and can't be opened"</summary>
230-
231-
This is caused by macOS security settings. Fix it with:
232-
233-
**Option 1: System Settings (macOS 13+)**
234-
1. Open **System Settings** -> **Privacy & Security**
235-
2. Find "massCode" and click **Allow Anyway**
236-
237-
**Option 2: Terminal**
238-
```bash
239-
sudo xattr -r -d com.apple.quarantine /Applications/massCode.app
240-
```
241-
242-
</details>
243-
244226
## Follow
245227

246228
- News and updates on [X](https://x.com/anton_reshetov)

docs/website/.vitepress/components/global/AssetsDownload.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ import assets from '../../_data/assets.json'
2121

2222
<p>macOS 10.13+</p>
2323

24-
<h3>Opening unsigned macOS builds</h3>
25-
26-
<p>
27-
The macOS app is not code-signed. If macOS says that massCode is damaged or
28-
cannot be opened, allow it in <strong>System Settings</strong> >
29-
<strong>Privacy & Security</strong>, or remove the quarantine attribute:
30-
</p>
31-
32-
<div class="language-bash">
33-
<pre><code>sudo xattr -r -d com.apple.quarantine /Applications/massCode.app</code></pre>
34-
</div>
35-
3624
<h2>Windows</h2>
3725

3826
<div style="display: flex; gap: 12px">

0 commit comments

Comments
 (0)