-
Notifications
You must be signed in to change notification settings - Fork 129
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
Enable Hardened runtime #234
Comments
Yep got the same Issue. Is there a way to get this running. I really want to notarize my App. Without this, I can't use Squirrel for updating my Application :( |
Are y'all actually signing the shipit binary? I don't know how y'all are codesigning but I've successfully notarized an app with squirrel.mac I side it :) |
Maybe it's a problem that I use Carthage? It seems the binary has no direct connection to my current Xcode Project (It's a dependency of the Squirrel.Framework). Maybe we need to add ShipIt as a Dependency to the main Project? |
I'm pretty sure it'll just be a case of you finding the right configuration. My codesigning is done manually by executing the codesign binary so I don't know what project config you'd need to do to get the equivalent result |
I added a Run Script Phase to my Build Phases. Now it's working. It's the following script:
|
Is there a way to notarize an app with Squirrel in it?
I'm trying to submit it for notarization, but I get:
I've set "Enable Hardened Runtime" on ShipIt target but didn't help.
The text was updated successfully, but these errors were encountered: