diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-10 17:19:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-10 17:22:49 +0300 |
commit | 084ec901d53dfcbdf61b256a71c4f722d1c2bbe5 (patch) | |
tree | 8ba59ea9761947a4af33c98e0978bc3294f4fc91 /solenv/bin/macosx-codesign-app-bundle | |
parent | b56558717d8b5291e5f547e3fd2cf21d33efe08e (diff) |
Bin incorrect comment
Diffstat (limited to 'solenv/bin/macosx-codesign-app-bundle')
-rwxr-xr-x | solenv/bin/macosx-codesign-app-bundle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle index cdaa8e8f5358..d1ba433036c6 100755 --- a/solenv/bin/macosx-codesign-app-bundle +++ b/solenv/bin/macosx-codesign-app-bundle @@ -32,10 +32,6 @@ APP_BUNDLE="$1" # # The dylibs in the Python framework are called *.so. Go figure # -# First sign all files that can use the default identifier in the hope -# that codesign will contact the timestamp server just once for all -# mentioned on the command line. -# # On Mavericks also would like to have data files signed... # add some where it makes sense. Make a depth-first search to sign the contents # of e.g. the spotlight plugin before attempting to sign the plugin itself |