diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-12-07 10:36:21 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-12-07 10:36:21 +0000 |
commit | 600d8e79e1d9199efa09dce1a372357a4d3807af (patch) | |
tree | f65d3d627e2288d01dac50d90bad99420328b5ce | |
parent | 9e633a747f2c7a85146d1f2ab5dc4f3fbdfded1d (diff) | |
download | usdx-600d8e79e1d9199efa09dce1a372357a4d3807af.tar.gz usdx-600d8e79e1d9199efa09dce1a372357a4d3807af.tar.xz usdx-600d8e79e1d9199efa09dce1a372357a4d3807af.zip |
disable codesigning
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3021 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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." |