From 26cfc797fa0b1809cd0c01d5546ba97856bc8143 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 15 Aug 2014 08:39:49 +0300 Subject: When ENABLE_MACOSX_MACLIKE_APP_STRUCTURE put only binaries in the MacOS dir The new code signing is more strict and enforces bundle structure harder, it seems. When ENABLE_MACOSX_MACLIKE_APP_STRUCTURE bypass the unoinfo and python shell scripts. If they actually are needed, will have to put them somewhere under Resources. Change-Id: I14a34936b78195746d2b88d25603952ce5309380 --- scp2/source/python/file_python.scp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scp2/source/python') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index b2595ce400fd..32b0d3624feb 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -42,6 +42,8 @@ File gid_File_Pyuno_Rdb End #ifndef SYSTEM_PYTHON + +#if !defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE File gid_File_Py_Bin_Python BIN_FILE_BODY; #ifdef WNT @@ -54,6 +56,7 @@ File gid_File_Py_Bin_Python Styles = (FILELIST, PACKED); #endif End +#endif #ifndef MACOSX Directory gid_Dir_Py_PythonCore -- cgit