From db7135376bc85e1d007a7438e41eaf1fd4c02b21 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 15 Apr 2014 12:33:28 -0400 Subject: [PATCH] fix for code signing on Mavericks (#2453) --- build/build.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/build/build.xml b/build/build.xml index 38c42244d..095542697 100755 --- a/build/build.xml +++ b/build/build.xml @@ -630,12 +630,20 @@ With a proper ID, if code signing fails, you may need to use: export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate" - - + + + + + + + + + + + + - -