summaryrefslogtreecommitdiffstats
path: root/ios/CustomTarget_Lo_Xcconfig.mk
Commit message (Collapse)AuthorAgeFilesLines
* iOS, cleaned add resourcesjan Iversen2017-09-281-132/+0
| | | | | | | | | | Simpler setup makefile, that will generate the 2 xcconfig files as well as create the resources directory. The generated directory is on purpose created in the core/ios, because the output of the different builds are needed for the app build. Change-Id: I402604ebf947f962552b069bf24ff3794b2ade9d
* iOS, build instructions.jan Iversen2017-09-261-5/+3
| | | | | | | Added README with instruction on how to build for the different platforms, updated iOS files corresponding Change-Id: I8a85f808841d682bc09f1e3b039192e342ecc484
* iOS, avoid copying res files.jan Iversen2017-09-061-6/+0
| | | | | | | | | | the resource files are compiled into the code, so no need to copy the resource files. LibreOfficeKit compiles for arm64 A few link problems outstanding Change-Id: I82ba6f2582b01b2cc5180fd1ee732c7c8458275d
* move resmgr to unotoolsCaolán McNamara2017-08-011-1/+1
| | | | | | | | | and the vast majority of translations is to the ui language so default ctor with that arg and now drop OModuleResourceClient Change-Id: I3b85a560ffdfe5f019c2271ac56a5fe4a361522b
* ios, prepare for multiple targets.jan Iversen2017-02-161-19/+119
| | | | | | | | | | | | | | | | | | | Moved common macros to CustomTarget_Lo_Xcconfig.mk to simplify each real target added link to workdir/ios (needed by xcodeproj) moved creation of configuration files to LO_Xcconfig, since they are identical for all ios projects central part of moving non git files to workdir completed changed relative path in project.pbxproj to be <project> instead of <group> Change-Id: I6be51f4d8a07ea7da08c0e5f1458fccfc3831a1e Reviewed-on: https://gerrit.libreoffice.org/34223 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org>
* Fix typosAndrea Gelmini2016-01-101-1/+1
| | | | | | | Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
* Produce a ld map file, tooTor Lillqvist2014-01-241-1/+1
| | | | Change-Id: Ieded05eb402e3d87ad039cd06b86e99114ff5afe
* Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfigTor Lillqvist2013-12-171-3/+9
| | | | | | | | ARCHS tells Xcode to build the architecture for which the LO code has been built. The CFLAGS properties make sure the same -D flags are used as for the LO code. Change-Id: I3c8af0ff9fba7d0b4eddbc0af9aad44fb385314c
* Split out the setup of lo.xcconfig into a separate CustomTargetTor Lillqvist2013-12-161-0/+34
Change-Id: If486cf470583205763722766da57303de904b321