From cf36b5bb981b817a64ecaf8b781b73e124cb4c78 Mon Sep 17 00:00:00 2001 From: Sergey Mikolaytis Date: Fri, 12 Nov 2021 16:51:41 +0300 Subject: [PATCH] Update docs/distribution-publishing/macos.md Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com> --- docs/distribution-publishing/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distribution-publishing/macos.md b/docs/distribution-publishing/macos.md index c322e09..8b2256d 100644 --- a/docs/distribution-publishing/macos.md +++ b/docs/distribution-publishing/macos.md @@ -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