File tree Expand file tree Collapse file tree
docs/website/.vitepress/components/global Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 " >
You can’t perform that action at this time.
0 commit comments