Age | Commit message (Collapse) | Author |
|
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
|
|
Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
|
|
Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
|
|
Running dsymutil takes much too long to be bearable during
development. But when building for actual release we do want a
separate dSYM of course. (Of course none of the current iOS apps in
the source are intended to be actually "released". But add this logic
just for completeness.)
Change-Id: Ibb5037d6926e969a891269d6c9d86232bc01cb3c
|
|
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
|
|
Change-Id: If3e97386793f14bec9aae6c95500461177c18570
|
|
Change-Id: I916aa32fcd8ab4b8ef13cfb2870e29c45ad8b60c
|
|
... not sure if it's always correct but...
Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
|
|
Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c
Reviewed-on: https://gerrit.libreoffice.org/6446
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9
Reviewed-on: https://gerrit.libreoffice.org/6372
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896
Reviewed-on: https://gerrit.libreoffice.org/6368
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
Manual intervention still needed to copy over the
ios/MobileLibreOffice and ios/shared directories, though.
Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9
|
|
It seems that using libc++ when building with Xcode 4 (and iOS SDK 6)
you get linking errors. Stick to libstdc++ for now then with that.
Propagate the choice to the iOS Xcode projects through the lo.xcconfig
file.
Change-Id: Ic61dd2336066a77c4219c532106e3e50e85d0689
|
|
Change-Id: I196feb392f9ebebfdcd6f6e0ecd2c9cc89707cbb
|
|
Change-Id: I1b3b22a9de54559a0b89c91fb10ef6f90ccb1ceb
|
|
Change-Id: If693c4ddcd560336df6878a0a83e445d889d30de
|
|
Also, add INSTDIR and WORKDIR.
Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928
|