Re: Sandboxing Command Line Tool
Re: Sandboxing Command Line Tool
- Subject: Re: Sandboxing Command Line Tool
- From: Todd Heberlein <email@hidden>
- Date: Thu, 10 Oct 2013 16:50:59 -0700
Got it!!
In addition to my entitlements file I needed to create an info.plist file and embed it into the binary by adding the following linker flag
-sectcreate __TEXT __info_plist SandboxUnixCommand/SandboxUnixCommand-Info.plist
For more information, see
https://developer.apple.com/library/mac/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden