-
Notifications
You must be signed in to change notification settings - Fork 296
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
Can't attach EULA to DMG in Big Sur #109
Comments
@Aleksid1 you've managed to use the method in the link? |
No, I couldn't. I've understood an idea with hdiutil udifrez , but I couldn't find complete files with examples: my-eula.plist.template and my-eula.plist |
Reading at the post, you should extract that hdiutil udifderez -xml <YOUR_DMG_PATH> Then introduce your EULA content there. It's a little tricky because you have mixed steps in the main post and in an answer: I'm willing to bring this fix to |
Thanks for your advice! Regrettably I still can't perform these steps correctly. |
#109 Based on a thread from dawn2dusk & peterguy https://developer.apple.com/forums/thread/668084
You can already test it: f75cc03 Just clone the repository and check it out. |
Thank you very much! License was attached to a DMG correctly. |
hditul flatten/unflatten verbs are deprecated and removed in macOS Big Sur. So it's not possible to attach EULA to a DMG in Big Sur. I saw alternative solution here:
developer.apple.com/forums/thread/668084
Please fix it.
The text was updated successfully, but these errors were encountered: