We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a…
Short description of the issue/suggestion: Signature fail on Mac if entitlements is not specified
Steps to reproduce the issue/enhancement: Enable signature like this:
macConfig { codesignApp = true developerId = "XXXXXXXXXX" hardenedCodesign = true generatePkg = false volumeName = "MyVolumeName" }
What is the expected behavior? Signature applied
What is the current behavior? Error
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
Entitlements file not specified. Using defaults! Executing command: /bin/sh -c cd '/Users/andrea/Projects/projectname/.' && 'find' /Users/andrea/Projects/projectname/build/projectname/projectname.app -depth -type f -exec codesign -f -o runtime -s XXXXXXXXXX --entitlements {} \; Usage: codesign -s identity [-fv*] [-o flags] [-r reqs] [-i ident] path ... # sign codesign -v [-v*] [-R=<req string>|-R <req file path>] path|[+]pid ... # verify codesign -d [options] path ... # display contents codesign -h pid ... # display hosting paths Usage: codesign -s identity [-fv*] [-o flags] [-r reqs] [-i ident] path ... # sign codesign -v [-v*] [-R=<req string>|-R <req file path>] path|[+]pid ... # verify codesign -d [options] path ... # display contents codesign -h pid ... # display hosting paths ...............
Please tell us about your environment: IntelliJ 2022.3.3 Gradle 7.6
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered:
Hi @amariottini! This issue seems to be duplicated. Have a look to #306 Thanks!
Sorry, something went wrong.
If so, we can close and mark this issue as fixed.
Yes is the same problem, sorry I missed the issue.
JP 1.7.1 released to Maven Central
No branches or pull requests
I'm submitting a…
Short description of the issue/suggestion:
Signature fail on Mac if entitlements is not specified
Steps to reproduce the issue/enhancement:
Enable signature like this:
What is the expected behavior?
Signature applied
What is the current behavior?
Error
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
Please tell us about your environment:
IntelliJ 2022.3.3
Gradle 7.6
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: