You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not super familiar with the Mac build tools. Is there something I should be doing during the release build process to fix this?
Here's the current build script:
(cd $PRODUCT-$VERSION-source/Xcode/SDL && xcodebuild -configuration Release -target "Standard DMG" >>$LOG && cp build/$PRODUCT.dmg $TOP/$PRODUCT-$VERSION.dmg) || exit 1
On 2014-07-08 05:03:10 +0000, Sam Lantinga wrote:
I dug into this a little bit, and there's a special code signing step for the DMG build process, and I'm guessing this is failing.
Ah, I found the second problem. In Xcode 5, the signing step is run before the binaries are stripped.
Investigating...
On 2014-07-08 07:30:12 +0000, Sam Lantinga wrote:
Okay, I worked around that by stripping the binaries before signing them. Then, when Xcode strips the binaries again, they don't change, and the signature is still valid. https://hg.libsdl.org/SDL/rev/9e23a50a63f7
The text was updated successfully, but these errors were encountered:
This bug report was migrated from our old Bugzilla tracker.
Reported in version: 2.0.0
Reported for operating system, platform: Mac OS X 10.6, All
Comments on the original bug report:
On 2013-08-23 17:39:15 +0000, dak180 wrote:
On 2014-07-03 17:33:16 +0000, wrote:
On 2014-07-08 04:45:40 +0000, Sam Lantinga wrote:
On 2014-07-08 05:03:10 +0000, Sam Lantinga wrote:
On 2014-07-08 06:41:21 +0000, Sam Lantinga wrote:
On 2014-07-08 07:05:40 +0000, Sam Lantinga wrote:
On 2014-07-08 07:30:12 +0000, Sam Lantinga wrote:
The text was updated successfully, but these errors were encountered: