Skip to content

Revert "Enable hardened runtime"#966

Merged
ychin merged 1 commit intomacvim-dev:masterfrom
ychin:revert-hardened-runtime
Oct 22, 2019
Merged

Revert "Enable hardened runtime"#966
ychin merged 1 commit intomacvim-dev:masterfrom
ychin:revert-hardened-runtime

Conversation

@ychin
Copy link
Copy Markdown
Member

@ychin ychin commented Oct 22, 2019

The hardened runtime was causing issues with misc unsigned frameworks and failing CI, and also making it hard to locally debug code. Because we currently perform code signing outside of Xcode anyway by using the codesign utility, it's not particularly useful to embed hardened runtime in the project file itself. We just need to sign the app with -o runtime flag when signing it before sending over to notarization service.

This reverts commit 76cb94b.

The hardened runtime was causing issues with misc unsigned frameworks
and failing CI, and also making it hard to locally debug code. Because
we currently perform code signing outside of Xcode anyway by using the
`codesign` utility, it's not particularly useful to embed hardened
runtime in the project file itself. We just need to sign the app with
`-o runtime` flag when signing it before sending over to notarization
service.

This reverts commit 76cb94b.
@ychin ychin merged commit 1597180 into macvim-dev:master Oct 22, 2019
@ychin ychin deleted the revert-hardened-runtime branch October 22, 2019 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant