-
Notifications
You must be signed in to change notification settings - Fork 238
Mac: Enable read-write files entitlement for sandbox #2565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac: Enable read-write files entitlement for sandbox #2565
Conversation
|
Build succeeded in CI, but didn't include Mac signing. Maybe it needs to be invoked by @emlynmac ? |
|
@softins Yeah, you won't get signing except in my fork as that's where the secrets are. The original PR works just fine, so I don't see why this wouldn't. |
No, it's because I force-pushed to your branch while the PR was still closed. That must have broken some kind of link. I should have re-opened first, before pushing anything. Learnt something. Or possibly because the PR was already closed when you rebased and pushed. Either way, the same reason. |
|
It might also be because I rebased that branch to master after the merge of the Mac entitlements move. Did you pull those first? |
|
Yes, I did update from your repo, but because I didn't want the codeql experiments to get merged into master, I made them a separate backup branch for reference, and then reset the |
|
So you should be good then: |
ann0see
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Squash merging is probably required
hoffie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aaf3af5 to
2586189
Compare
Adds entitlements to the app under macOS to access the filesystem as needed, via the Load/Save dialogs, to allow Mixer Channel Setup to be saved and loaded. Fixes: jamulussoftware#2560
2586189 to
771c629
Compare
Short description of changes
Adds entitlements to the app under macOS to access the filesystem as needed, via the Load/Save dialogs, to allow Mixer Channel Setup to be saved and loaded.
CHANGELOG: Mac: Fixed non-working Save/Load Mixer Channel Setup
Context: Fixes an issue?
Fixes: #2560
Replaces: #2563
Does this change need documentation? What needs to be documented and how?
No, bug fix only.
Status of this Pull Request
Should be working
What is missing until this pull request can be merged?
Check the built and signed artifact for Mac
Checklist