Re: Code-signing oddness
Re: Code-signing oddness
- Subject: Re: Code-signing oddness
- From: Jerry Krinock <email@hidden>
- Date: Tue, 06 May 2014 22:00:01 -0700
I was hoping someone would provide Shane an explanation, but apparently many are as confused as Shane, and myself, on the topic of Xcode signing with a Developer ID.
My approach is to realize that the primary use case for Xcode nowadays is building apps for the App Store. Building for the Mac App Store is secondary, and building Developer ID apps is an edge case. Since codesigning is tricky, inconspicuous, and disastrous if not done correctly, I therefore do not trust Xcode to do this. In the Build Settings of my Developer ID apps, I set Codesigning to “Don’t Codesign”. My shipping script signs the product recursively using the codesign command-line tool, then assesses it with spctl, and halts shipping if it fails.
_______________________________________________
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