From 600d8e79e1d9199efa09dce1a372357a4d3807af Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 7 Dec 2013 10:36:21 +0000 Subject: disable codesigning git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3021 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 62f5453a..5bfd09b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -450,8 +450,8 @@ macosx-standalone-app: macosx-app $(shell $(INSTALL_NAME_TOOL) -change $(finkLibDir)/libpcre.dylib @executable_path/libpcre.dylib $(macosx_bundle_path)/MacOS/libpcre.dylib) $(shell $(INSTALL_NAME_TOOL) -id @executable_path/libpcre.dylib $(macosx_bundle_path)/MacOS/libpcre.dylib) -# codesigning - codesign -f -s USDX-codesign UltraStarDeluxe.app +# do not forget to sign the code +# codesign -f -s USDX-codesign UltraStarDeluxe.app # final messages @echo "Standalone Mac OS X application created." -- cgit v1.2.3