Skip to content

Commit 279c5fe

Browse files
authored
Update docs/core/deploying/macos.md
1 parent 214af4e commit 279c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/deploying/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use one of the methods described in the [.NET application publishing overview](/
2626

2727
## Sign and notarize your app
2828

29-
.NET creates a native *apphost* executable as the entry point for your app. This apphost must be signed and, if your app uses special capabilities, it must be assigned the appropriate **entitlements**. Use [Apple's developer documentation](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution) to sign and notarize the binary.
29+
.NET creates a native *apphost* executable as the entry point for your app. This apphost must be signed and, if your app uses special capabilities, it must be assigned the appropriate **entitlements**. Use [Apple's developer documentation](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution) to sign and notarize the app binaries.
3030

3131
### Entitlements for apps not published as Native AOT
3232

0 commit comments

Comments
 (0)