Will Apple Gatekeeper changes break our standalones?

Trevor DeVore lists at mangomultimedia.com
Tue Aug 12 12:54:39 EDT 2014


On Mon, Aug 11, 2014 at 2:18 PM, tbodine <bodine at bodinetraininggames.com>
wrote:

> Also, from the rest of the Apple message about Gatekeeper, sounds like this
> has potential to disrupt other standalones due to new bundle structure
> requirements for codesigning...
>
> "Structure your bundle according to the signature evaluation requirements
> for OS X Mavericks 10.9 or later. Considerations include:
>     - Signed code should only be placed in directories where the system
> expects to find signed code.
>     - Resources should not be located in directories where the system
> expects to find signed code.
>     - The --resource-rules flag and ResourceRules.plist are not supported."
>
> My concern is that resources (external images, sound files, external
> stacks)
> stored in folders within the Mac's app bundle may run into trouble with the
> Gatekeeper update or codesigning process.
>

I haven't gone through and done testing on this just yet, but I do know
that you will still be able to include your images, sounds, etc. in the app
bundle. What may need to happen is that you move those files to the
./Contents/Resources folder rather than in the ./Contents/MacOS folder.

I'll be experimenting with this over the coming weeks as I believe I am
going to have to reorganize my app bundles as well.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com    -    www.clarify-it.com



More information about the use-livecode mailing list