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 Support #35

Open
nicholas-maltbie opened this issue Apr 25, 2021 · 0 comments
Open

Mac Build Support #35

nicholas-maltbie opened this issue Apr 25, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@nicholas-maltbie
Copy link
Owner

nicholas-maltbie commented Apr 25, 2021

Ensure mac build support works and is signed properly.

https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html
https://forum.unity.com/threads/how-can-you-add-items-to-the-xcode-project-targets-info-plist-using-the-xcodeapi.330574/

https://forum.unity.com/threads/notarizing-osx-builds.588904/

Heres an example cmd for running codesign with all the important bits:

codesign --deep --force --verify --verbose --timestamp --options runtime --entitlements \
  <entitlements_file> --sign "<Developer ID Application: Your Company>"  YourApp.app

Replace <entitlements_file> with an actual file on disk with the desired entitlements.
Replace with your actual dev ID.

@nicholas-maltbie nicholas-maltbie added the bug Something isn't working label May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant