> On Oct 5, 2015, at 2:40 AM, Rick C. <rickcort...@gmail.com> wrote:
> 
> I have 3 pre-complied binaries inside of my project.  They do have their own 
> entitlements files and they are codesigned but they do not have their own 
> Info.plist.

What happens if you give them one? You can embed an Info.plist inside a Mach-O 
binary by adding this to Other Linker Flags in Xcode’s build settings:

-sectcreate __TEXT __info_plist /path/to/Info.plist

Charles

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to