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
This commit is contained in:
Tor Lillqvist 2014-08-15 08:39:49 +03:00
parent 41f2ebfbaa
commit 26cfc797fa
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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