You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/tauri-config-schema/schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@
104
104
}
105
105
},
106
106
"files": {},
107
+
"hardenedRuntime": true,
107
108
"minimumSystemVersion": "10.13"
108
109
},
109
110
"targets": "all",
@@ -1683,6 +1684,7 @@
1683
1684
}
1684
1685
},
1685
1686
"files": {},
1687
+
"hardenedRuntime": true,
1686
1688
"minimumSystemVersion": "10.13"
1687
1689
},
1688
1690
"allOf": [
@@ -2688,6 +2690,11 @@
2688
2690
"null"
2689
2691
]
2690
2692
},
2693
+
"hardenedRuntime": {
2694
+
"description": "Whether the codesign should enable [hardened runtime] (for executables) or not.\n\n[hardened runtime]: <https://developer.apple.com/documentation/security/hardened_runtime>",
2695
+
"default": true,
2696
+
"type": "boolean"
2697
+
},
2691
2698
"providerShortName": {
2692
2699
"description": "Provider short name for notarization.",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@
104
104
}
105
105
},
106
106
"files": {},
107
+
"hardenedRuntime": true,
107
108
"minimumSystemVersion": "10.13"
108
109
},
109
110
"targets": "all",
@@ -1683,6 +1684,7 @@
1683
1684
}
1684
1685
},
1685
1686
"files": {},
1687
+
"hardenedRuntime": true,
1686
1688
"minimumSystemVersion": "10.13"
1687
1689
},
1688
1690
"allOf": [
@@ -2688,6 +2690,11 @@
2688
2690
"null"
2689
2691
]
2690
2692
},
2693
+
"hardenedRuntime": {
2694
+
"description": "Whether the codesign should enable [hardened runtime] (for executables) or not.\n\n[hardened runtime]: <https://developer.apple.com/documentation/security/hardened_runtime>",
2695
+
"default": true,
2696
+
"type": "boolean"
2697
+
},
2691
2698
"providerShortName": {
2692
2699
"description": "Provider short name for notarization.",
0 commit comments