diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-22 21:56:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-23 12:59:04 +0200 |
commit | ee7689d052c229b9f254c8fd37ffaeb85e604a17 (patch) | |
tree | b8185382021021b96980327fb56119007cec7043 /ios/experimental | |
parent | 4a86b0f30156683012bb5d66fdfdc78e72befa1d (diff) |
We seem to need lo.xcconfig here, too
Change-Id: I7db16b3736a83b9372aba11ac9ff302bc087e008
Diffstat (limited to 'ios/experimental')
-rw-r--r-- | ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj b/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj index c538555fdaad..9c4aa9eac8ab 100644 --- a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj +++ b/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj @@ -21,6 +21,7 @@ BE02DE57175F2E2A00ED4032 /* guess.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = guess.cxx; path = ../../../../sw/source/core/text/guess.cxx; sourceTree = "<group>"; }; BE08805B16FDB784000CED5C /* View.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = View.h; sourceTree = "<group>"; }; BE08805C16FDB784000CED5C /* View.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = View.m; sourceTree = "<group>"; }; + BE1AB205186775FE008FFBF2 /* lo.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = lo.xcconfig; path = ../../../lo.xcconfig; sourceTree = "<group>"; }; BE2CB9601808247600953CB4 /* winproc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = winproc.cxx; path = ../../../../vcl/source/window/winproc.cxx; sourceTree = "<group>"; }; BE2CB9611808297500953CB4 /* select.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = select.cxx; path = ../../../../sw/source/ui/wrtsh/select.cxx; sourceTree = "<group>"; }; BE2CB962180829DD00953CB4 /* txtcrsr.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = txtcrsr.cxx; path = ../../../../sw/source/ui/shells/txtcrsr.cxx; sourceTree = "<group>"; }; @@ -247,6 +248,7 @@ BE5A22601664F87600CF01C9 /* Supporting Files */ = { isa = PBXGroup; children = ( + BE1AB205186775FE008FFBF2 /* lo.xcconfig */, BE5A22611664F87600CF01C9 /* LibreOffice-Info.plist */, BE5A22621664F87600CF01C9 /* InfoPlist.strings */, BE5A22651664F87600CF01C9 /* main.m */, @@ -424,6 +426,7 @@ /* Begin XCBuildConfiguration section */ BE5A22861664F87600CF01C9 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = BE1AB205186775FE008FFBF2 /* lo.xcconfig */; buildSettings = { CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; @@ -447,6 +450,7 @@ }; BE5A22871664F87600CF01C9 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = BE1AB205186775FE008FFBF2 /* lo.xcconfig */; buildSettings = { CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |