summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-05-25 12:58:22 +0300
committerTor Lillqvist <tml@iki.fi>2021-05-31 10:56:19 +0300
commit3553430a62e11b7eb7dbeb30df37a798c4a65341 (patch)
treecc71c8d413fdb9f89c3e3f7d24124211380b2cff /ios
parentAdd a ProfileZone for WopiStorage::getWOPIFileInfo (diff)
downloadonline-3553430a62e11b7eb7dbeb30df37a798c4a65341.tar.gz
online-3553430a62e11b7eb7dbeb30df37a798c4a65341.zip
Try to fix iOS and Android build
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I0839c589517f64d966fec9f247dda4163bdbe5fd
Diffstat (limited to 'ios')
-rw-r--r--ios/Mobile.xcodeproj/project.pbxproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/ios/Mobile.xcodeproj/project.pbxproj b/ios/Mobile.xcodeproj/project.pbxproj
index 2749615499..bd9e9eb08f 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -58,6 +58,7 @@
BE8D85D4214055F3009F1860 /* fundamentalrc in Resources */ = {isa = PBXBuildFile; fileRef = BE8D85C6214055F3009F1860 /* fundamentalrc */; };
BE8D85D5214055F3009F1860 /* unorc in Resources */ = {isa = PBXBuildFile; fileRef = BE8D85C7214055F3009F1860 /* unorc */; };
BE8D85D6214055F3009F1860 /* rc in Resources */ = {isa = PBXBuildFile; fileRef = BE8D85C8214055F3009F1860 /* rc */; };
+ BE9ADE3F265D046600BC034A /* ProfileZone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE9ADE3D265D046600BC034A /* ProfileZone.cpp */; };
BEA2835621467FDD00848631 /* Kit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BEA2835521467FDD00848631 /* Kit.cpp */; };
BEA283582146945500848631 /* ChildSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BEA283572146945500848631 /* ChildSession.cpp */; };
BEA2835A21470A1C00848631 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEA2835921470A1C00848631 /* WebKit.framework */; };
@@ -1042,6 +1043,8 @@
BE93D46A216D5582007A39F4 /* watermarkitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = watermarkitem.cxx; path = "../../ios-device/sfx2/source/doc/watermarkitem.cxx"; sourceTree = "<group>"; };
BE93D46B216D5582007A39F4 /* new.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = new.cxx; path = "../../ios-device/sfx2/source/doc/new.cxx"; sourceTree = "<group>"; };
BE93D46C216D5582007A39F4 /* objembed.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objembed.cxx; path = "../../ios-device/sfx2/source/doc/objembed.cxx"; sourceTree = "<group>"; };
+ BE9ADE3D265D046600BC034A /* ProfileZone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProfileZone.cpp; sourceTree = "<group>"; };
+ BE9ADE3E265D046600BC034A /* ProfileZone.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ProfileZone.hpp; sourceTree = "<group>"; };
BEA1201A24C587D500332049 /* BitmapMedianFilter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapMedianFilter.cxx; path = "../../ios-device/vcl/source/bitmap/BitmapMedianFilter.cxx"; sourceTree = "<group>"; };
BEA1201B24C587D500332049 /* BitmapColorQuantizationFilter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapColorQuantizationFilter.cxx; path = "../../ios-device/vcl/source/bitmap/BitmapColorQuantizationFilter.cxx"; sourceTree = "<group>"; };
BEA1201C24C587D500332049 /* BitmapDisabledImageFilter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapDisabledImageFilter.cxx; path = "../../ios-device/vcl/source/bitmap/BitmapDisabledImageFilter.cxx"; sourceTree = "<group>"; };
@@ -2180,10 +2183,10 @@
BE5EB5B6213FE21000E0826C /* common */ = {
isa = PBXGroup;
children = (
- BE55E0E92653FCCB007DDF29 /* ConfigUtil.cpp */,
- BE55E0EA2653FCCB007DDF29 /* ConfigUtil.hpp */,
BEABFC6624AC94C3004DE339 /* Authorization.cpp */,
BEABFC6724AC94C3004DE339 /* Authorization.hpp */,
+ BE55E0E92653FCCB007DDF29 /* ConfigUtil.cpp */,
+ BE55E0EA2653FCCB007DDF29 /* ConfigUtil.hpp */,
BE5EB5C0213FE29900E0826C /* FileUtil.cpp */,
BE5EB5B9213FE29900E0826C /* Log.cpp */,
BE58E129217F295B00249358 /* Log.hpp */,
@@ -2192,6 +2195,8 @@
BEDCC84C2452F82800FB02BD /* MobileApp.cpp */,
BEDCC84D2452F82800FB02BD /* MobileApp.hpp */,
BE58E12A217F295B00249358 /* Png.hpp */,
+ BE9ADE3D265D046600BC034A /* ProfileZone.cpp */,
+ BE9ADE3E265D046600BC034A /* ProfileZone.hpp */,
BE5EB5BF213FE29900E0826C /* Protocol.cpp */,
BE58E12E217F295B00249358 /* Protocol.hpp */,
BE5EB5BB213FE29900E0826C /* Session.cpp */,
@@ -3676,6 +3681,7 @@
BE8D77352136762500AC58EA /* CODocument.mm in Sources */,
BE5EB5C7213FE29900E0826C /* Protocol.cpp in Sources */,
BE8D772F2136762500AC58EA /* DocumentBrowserViewController.mm in Sources */,
+ BE9ADE3F265D046600BC034A /* ProfileZone.cpp in Sources */,
BE5EB5D0213FE2D000E0826C /* TileCache.cpp in Sources */,
BE5EB5C5213FE29900E0826C /* MessageQueue.cpp in Sources */,
BE7228E22417BC9F000ADABD /* StringVector.cpp in Sources */,