Skip to content

Commit e4bb0e6

Browse files
Update Readme
1 parent b14a148 commit e4bb0e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Get the latest binary from the [releases page](https://github.com/snappdevelopme
2323
```
2424
./gradlew :composeApp:packageDistributionForCurrentOS
2525
```
26+
### MacOS
27+
28+
Since this is a hobby project, the macOS app is not signed with a developer ID from Apple. When opening the app, there might pop up a window saying the app can't be opened. If you encounter this issue, then you can try to take the app out of quarantine mode with the following terminal command. Then try opening the app again.
29+
30+
Disable quarantine mode for this app:
31+
```
32+
sudo xattr -d com.apple.quarantine /path/to/app/JsonTreeViewer.app
33+
```
2634

2735
## License
2836

0 commit comments

Comments
 (0)