Wednesday, 15 January 2014

xcode - How to submit an OSX app with a COMMAND LINE helper in its bundle -



xcode - How to submit an OSX app with a COMMAND LINE helper in its bundle -

so, i'm in same situation that discussed here but can't apply proposed solution because helper app i'm building add together main app bundle it's command line executable , own xcode project doesn't have bundle name, embedded.provisionfile nor entitlements.

my app has been rejected 2 times "not having executable sandboxed". well, main app sandboxed , command line executable appears codesigned.

if run:

$ codesign --display --verbose=4 ./myfile

i get:

executable=/path/to/my/executable/myfile identifier=myfile format=mach-o lean (i386) codedirectory v=20100 size=43918 flags=0x0(none) hashes=2188+5 location=embedded hash type=sha1 size=20 cdhash=f28731c0d2482e0b0252efe0f1d33525a292f7c0 signature size=4358 authority=3rd party mac developer application: name authority=apple worldwide developer relations certification authorization authority=apple root ca signed time=08/02/2013 03:15:58 info.plist=not bound sealed resources=none internal requirements count=1 size=188

so think command signed. what's proper method sandbox , codesign kind of file?.

xcode osx sandbox code-signing

No comments:

Post a Comment