From 6d1324d4434b637269490464f91c0c1903cbc104 Mon Sep 17 00:00:00 2001 From: Zorg Date: Sun, 24 Oct 2021 17:39:59 -0700 Subject: [PATCH] Fix typo --- documentation/sandboxing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sandboxing/index.md b/documentation/sandboxing/index.md index 8381ecd..1bc9faa 100644 --- a/documentation/sandboxing/index.md +++ b/documentation/sandboxing/index.md @@ -86,4 +86,4 @@ If you do not sandbox your application, we do not recommend using Sparkle's XPC ### Testing -If Xcode has issues running your application using Sparkle and its XPC Services (such as being unable to attach to the process), try editing your project's Scheme and disable *Debug XPC services used by app* or test your application detatched from Xcode to see if it works there. This is an issue because the XPC Services are currently being built with the Hardened Runtime enabled which normally disallows a debugger to attach to them. +If Xcode has issues running your application using Sparkle and its XPC Services (such as being unable to attach to the process), try editing your project's Scheme and disable *Debug XPC services used by app* or test your application detached from Xcode to see if it works there. This is an issue because the XPC Services are currently being built with the Hardened Runtime enabled which normally disallows a debugger to attach to them.