Kaydet (Commit) 26cfc797 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 41f2ebfb
......@@ -560,12 +560,14 @@ File gid_Brand_File_Desktophelper_Txt
End
#endif
#if !defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
File gid_Brand_File_Bin_Unoinfo
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = EXENAME(unoinfo);
Styles = (PACKED);
End
#endif
#ifdef WNT
File gid_Brand_File_Bin_Unopkgcom
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment