Re: CFBundleSupportedPlatforms issue
Re: CFBundleSupportedPlatforms issue
- Subject: Re: CFBundleSupportedPlatforms issue
- From: Charles Srstka <email@hidden>
- Date: Wed, 07 Oct 2015 01:19:46 -0500
> On Oct 5, 2015, at 2:40 AM, Rick C. <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden