Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
3659b99c
Commit
3659b99c
authored
Jan 23, 2022
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Some notes on macOS
parent
c7ab7778
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#9440
passed
Jan 23, 2022
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NOTES.md
+33
-0
33 additions, 0 deletions
NOTES.md
with
33 additions
and
0 deletions
NOTES.md
0 → 100644
+
33
−
0
View file @
3659b99c
# Notes on macOS
## Building
Build dmg package:
./gradlew -Dorg.gradle.java.home=$HOME/Library/Java/JavaVirtualMachines/openjdk-17.0.2/Contents/Home/ packageDmg
## Installing
Installing locally built packages seems to work without problems.
Installing packages downloaded from the internet however doesn't seem to work
as macOS puts apps downloaded from the internet into quarantine.
Some guides suggest it should suffice to change a setting in 'System preferences',
'Security & Privacy', 'Allow apps downloaded from'. On recent systems the option
'Anywhere' isn't even available.
It is possible to make that option reappear by running this:
sudo spctl --master-disable
However I have found that this doesn't help on macOS Big Sur. Also disabling this security feature
globally doesn't seem like a very good idea. Maybe if it worked like this that disabling it temporarily
would only grant the permission to run to apps downloaded while disabled, it could be OK.
There is an option to grant an exception to single apps, but it hasn't worked here either:
sudo spctl --add /Applications/Briar.app
What worked on my system was removing the extended attribute from the app after installing it:
sudo xattr -rd com.apple.quarantine /Applications/Briar.app
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment