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
Copy file name to clipboardexpand all lines: docs/source/getting-started/index.rst
+10
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,16 @@ Download and Install
16
16
17
17
On Windows 10, for example, the executable will be named `ScanCode-Workbench-4.0.1.exe`.
18
18
19
+
.. Note::
20
+
Browsers on MacOS add a ``com.apple.quarantine`` extended attribute to downloaded apps.
21
+
which prevents you from running the app & shows error dialog: `Application Is Damaged and Can’t Be Opened. You Should Move It To The Trash <https://discussions.apple.com/thread/253714860>`__
22
+
23
+
Delete the attribute using ``xattr`` utility before running the app for first time:
Copy file name to clipboardexpand all lines: docs/source/overview/index.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Underlying Technology
37
37
- ScanCode Workbench is a cross-platform application built using the `Electron <https://www.electronjs.org/>`__ framework that works on Windows, macOS and Linux operating systems.
38
38
- It uses
39
39
- `TypeScript <https://www.typescriptlang.org/>`__ as the primary language.
40
-
- `React <https://reactjs.org/>`__ for user interface.
40
+
- `React <https://react.dev/>`__ for user interface.
41
41
- `Sequelize <https://sequelize.org/>`__ ORM for database access.
42
42
- `Sqlite3 <https://www.sqlite.org/index.html>`__ for managing sqlite database.
0 commit comments