diff options
author | jan Iversen <jani@libreoffice.org> | 2017-02-11 19:31:45 +0100 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2017-02-16 15:04:18 +0000 |
commit | 7a8bfd1041179997269ca02ba156136cf8b622b5 (patch) | |
tree | 0ab62fbef0c1ed38dfeddfabd09b54a168fa75c3 /ios/.gitignore | |
parent | 7ecbffb3e4879d2fbcf6b20e57d37b8eb1efa660 (diff) |
ios, prepare for multiple targets.
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>
Diffstat (limited to 'ios/.gitignore')
-rw-r--r-- | ios/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/.gitignore b/ios/.gitignore index 08c6a6864eb9..4c274d723106 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -6,4 +6,5 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -/lo.xcconfig +ioswork +lo.xcconfig |