Update docs/distribution-publishing/macos.md
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
This commit is contained in:
Родитель
d68f81dd37
Коммит
cf36b5bb98
|
@ -332,7 +332,7 @@ You need a lot of things:
|
|||
* Two entitlements: One for signing `.app` and other for signing app helpers.
|
||||
* Your app content is [bundled correctly](https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle).
|
||||
* Your bundle is signed correctly.
|
||||
* Your `.dylib` files do not contain non ARM/x64 architectures. You can remove this by using `lipo` command line tool.
|
||||
* Your `.dylib` files doesn't contain any non-ARM/x64 architectures. You can remove these by using `lipo` command line tool.
|
||||
* Your app is ready to be launched inside a [sandbox](https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AboutAppSandbox/AboutAppSandbox.html).
|
||||
|
||||
### Getting certificates <a id="notarizing-your-software"></a>
|
||||
|
|
Загрузка…
Ссылка в новой задаче