mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
Document undo'ing sandboxing steps for apps that disable sandbox (#215)
This commit is contained in:
@@ -4,10 +4,12 @@ id: documentation
|
||||
title: Sandboxing with Sparkle
|
||||
---
|
||||
|
||||
Using Sparkle in a sandboxed application is only supported in Sparkle 2. If you do not sandbox your application, you should skip this guide unless you are interested in [Removing the XPC Services](#removing-xpc-services).
|
||||
This guide shows how to use Sparkle 2 in sandboxed applications. If you do not sandbox your application, you should skip this guide unless you are interested in [Removing the XPC Services](#removing-xpc-services). If you choose to later disable application sandboxing, you should also undo enabling the services and entitlements mentioned in this guide.
|
||||
|
||||
If you are migrating from using an older beta version of Sparkle 2 in a sandboxed app, the XPC Services have been moved into Sparkle's framework bundle. You will need to stop bundling the XPC Services directly inside your application and add Info.plist keys to enable the services. This is described in the sections below.
|
||||
|
||||
Please note that Sparkle 1 does not support sandboxed applications.
|
||||
|
||||
## Sandboxing
|
||||
|
||||
### Integration
|
||||
|
||||
Reference in New Issue
Block a user