summaryrefslogtreecommitdiff
path: root/ios/source/LibreOfficeKit.c
AgeCommit message (Collapse)Author
2018-10-22Look for the generated native-code.h where it now isTor Lillqvist
The makefile here was changed already some weeks ago to put native-code.h in workdir and not in the source directory, but I forgot to make sure this file still compiled, as it is used by LibreOfficeLight only. Yes, it is ugly to use the workdir/CustomTarget/ios pathname, so sue me. Change-Id: I568d933c1d1384041632f432053d0a0c64c485c2
2018-01-30iOS: linker changes for on deviceJon Nermut
[ae490dd] iOS: add script to sym link the dylib to the right spot Adds a shell script to symlink the right dylib into the build products folder, which means we can reference libKit.dylib relative to that, rather than absolutely [ba4c072] iOS: pass in user path On device using appPath/user as the user directory causes a crash, as an app cannot write inside it's bundle. Instead, add a new param to pass the documents dir into the init. [088ad49] iOS: linker changes to run on device Change-Id: I16f5d85f3ca483df11b82108ee39c4ec461214f4 Reviewed-on: https://gerrit.libreoffice.org/48866 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-14iOS changed reference to native-code.hjan Iversen
Change-Id: Icadbdc4463ffb9591353e820f66474c65efd12cf
2018-01-12iOS, removed hook referencejan Iversen
Change-Id: I9a9d9613313ac8d0e611f4d7f766c42ab71963e1
2018-01-10iOS, reference to hook_2 wrongjan Iversen
Change-Id: I4f0051bac812969988b701383a9df7db96ce245e
2018-01-08iOS, add bridge function to expose kit pointer.jan Iversen
Change-Id: I534dc7e418c342d50762fbb69ae442a75610b278
2018-01-06iOS, allow calls to LibreOfficeKit from swiftjan Iversen
Extended the bridge to include original LibreOfficeKit.h as well as Kit pointer (set in init call) Change-Id: I5e96f2706ac4d1ee897b977d3322bdc1b91f1a0b
2017-11-26iOS, make Kit symbols externaljan Iversen
Xcode has a problem (a bug) with linkink .o files to a project, this is ignored on the linker line. We use visisbility=hidden as default, therefore the symbols to be exported need to have the attribute visibility=default Change-Id: I079189dbaf6c0f606028a1e582f320db97995285
2017-11-23iOS, do not use different C compilersjan Iversen
LibreOfficeKit.c was compiled with an xcode project and not like all other sources. Changed to use clang with same switches as rest of LO. Separated resource generation in own makefile Removed project LibreOfficeKit which was responsible for prelink. Change-Id: Iaf9fbb4b652501af0b7f3643ed3efcc2ed93b611