Commit d206d6e
committed
Revert "Enable hardened runtime"
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.1 parent 2c6414b commit d206d6e
2 files changed
Lines changed: 0 additions & 11 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| |||
534 | 533 | | |
535 | 534 | | |
536 | 535 | | |
537 | | - | |
538 | 536 | | |
539 | 537 | | |
540 | 538 | | |
| |||
988 | 986 | | |
989 | 987 | | |
990 | 988 | | |
991 | | - | |
992 | 989 | | |
993 | 990 | | |
994 | | - | |
995 | 991 | | |
996 | 992 | | |
997 | 993 | | |
| |||
1023 | 1019 | | |
1024 | 1020 | | |
1025 | 1021 | | |
1026 | | - | |
1027 | 1022 | | |
1028 | 1023 | | |
1029 | | - | |
1030 | 1024 | | |
1031 | 1025 | | |
1032 | 1026 | | |
| |||
0 commit comments