-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add macOS exporting and running pages. #5105
Conversation
d3f7bac
to
345537e
Compare
Singing is optional btw… but it helps maintain morale 😉 |
345537e
to
8cb305c
Compare
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.
Looks great :) Is there anything left to do?
I left some nitpicks - sorry, these look like a lot, but 90% of it is changing a lot of quotes to `` and fixing articles.
If you want, I can apply these style edits myself, as I figure you're pretty busy. :)
… code signing info.
8cb305c
to
17be494
Compare
I have applied all suggested changes.
No, everything macOS seems to be done. |
Wow, amazing work - and that was fast :) Thanks a ton! |
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.security.device.audio-input</key> | ||
<true/> | ||
<key>com.apple.security.device.camera</key> | ||
<true/> | ||
<key>com.apple.security.cs.disable-library-validation</key> | ||
<true/> | ||
<key>com.apple.security.get-task-allow</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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.
@bruvzg Should this be updated too after godotengine/godot#54067 ?
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.
Yes, should be full set of entitlements from #54067 plus:
<key>com.apple.security.get-task-allow</key>
<true/>
Cherry-picked for 3.4. |
TODO:
Fixes #5076, #5066, #4927, #2739