Update docs/distribution-publishing/macos.md

Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
This commit is contained in:
Sergey Mikolaytis 2021-11-12 16:51:41 +03:00 коммит произвёл GitHub
Родитель d68f81dd37
Коммит cf36b5bb98
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>