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 /.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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index d3be78c22445..1b954b15ff50 100644 --- a/.gitignore +++ b/.gitignore @@ -127,7 +127,6 @@ xcuserdata *.xccheckout *.moved-aside DerivedData -*.xcodeproj *.xcworkspace # MSVS specific @@ -136,7 +135,6 @@ DerivedData *.sln *.v11* *.v12* -*.vcxproj* *.opensdf !windows/*.sln !windows/*.vcxproj* |