Re: App's r/w access to /Library/Preferences/OurAppPrefsFolder, using Xcode 3.2.6
Re: App's r/w access to /Library/Preferences/OurAppPrefsFolder, using Xcode 3.2.6
- Subject: Re: App's r/w access to /Library/Preferences/OurAppPrefsFolder, using Xcode 3.2.6
- From: Scott Ribe <email@hidden>
- Date: Tue, 02 Jul 2013 18:45:33 -0600
On Jul 2, 2013, at 5:10 PM, Jim Prouty wrote:
> There *is* a Code Signing Entitlements I'm not using because the Xcode documentation says it is only for iOS:
>
> "CODE_SIGN_ENTITLEMENTS (Code Signing Entitlements)
> Description: Filename. Specifies the name of the application’s entitlements property-list file. This build setting applies only to iOS applications.
> Example value: Entitlements.plist"
>
> but probably I need to ignore that and use it to set my app's entitlements anyway, or use a build phase script.
That help item was written before entitlements were implemented in OS X, so it may be that the help is simply out of date and using that would do the right thing. However, I decided not to experiment with that, and just used codesign from a build phase script.
But I'm certain that you have to do one or the other; Xcode 3.2.6 will not automatically pick up your entitlements plist.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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