SandBox - hewigovens/hewigovens.github.com GitHub Wiki

###At Glance

Sandbox setting in Xcode5

###Capabilities - Entitlements

App Sandbox Entitlement Keys App Sandbox Temporary Exception Entitlements

###IPC - Application Groups

The com.apple.security.application-groups (available in OS X v10.7.5 and v10.8.3 and later) allows multiple apps produced by a single development team to share access to a special group container. This container is intended for content that is not user-facing, such as shared caches or databases.

In addition, this attribute allows the apps within the group to share Mach and POSIX semaphores and to use certain other IPC mechanisms among the group’s members.

###Reference

App Sandbox Design Guide
Mac App Store Review Guidelines
WWDC 2013 session 710 A Practical Guide to the App Sandbox
NSUserScriptTask Class Reference