-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: add info.plist support via plist linker option #62010
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
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: 4d858a9) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/519135. Important tips:
|
Message from Than McIntosh: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/519135. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/519135. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/519135. |
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/519135. |
This change adds a flag to the linker to allow it to embed info.plist data into the resulting binaries. This can, for example, be used to add code signing properties to binaries.
4d858a9
to
29b7c5c
Compare
This PR (HEAD: 29b7c5c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/519135. Important tips:
|
Message from Ed Schouten: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/519135. |
Message from Cherry Mui: Patch Set 2: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/519135. |
This change adds a flag to the linker to allow it to embed info.plist data into the resulting binaries. This can, for example, be used to add code signing properties to binaries.