Skip to content
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 Build Distribution Workaround (Suggestion) #677

Open
time-killer-games opened this issue Oct 11, 2024 · 1 comment
Open

Mac Build Distribution Workaround (Suggestion) #677

time-killer-games opened this issue Oct 11, 2024 · 1 comment

Comments

@time-killer-games
Copy link
Contributor

Tested versions

N/A

System information

macOS Sonoma

Issue description

On macOS they removed the ability to disable gatekeeper globally, (OS-wide), but you can still remove the quarantine attribute for a file or a directory recursively, which is basically doing the same thing for the relevant file or directory contents. This can be done as user instructions to get the app you distribute working until you get approved for the developer program.

Run in the terminal app:

xattr -d -r com.apple.quarantine /path/to/RedotApp.app

This is a feature that is provided by Apple OS-level and is no secret. I doubt they would openly provide a way to do this if it were against their terms, but I never read their EULA on this topic, so don't use me as a credible source of knowledge.

Steps to reproduce

N/A

Minimal reproduction project (MRP)

N/A

@SkogiB
Copy link
Contributor

SkogiB commented Oct 13, 2024

Good to know, thank you for bringing it to our attention. It's a bit power user-y for many people, but its good to know. We do have some people willing to help with mac builds as a stop gap, and we're working on the Apple dev certificate as a high priority item, so this should be fixed soon either way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants