From 3553430a62e11b7eb7dbeb30df37a798c4a65341 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 25 May 2021 12:58:22 +0300 Subject: Try to fix iOS and Android build Signed-off-by: Tor Lillqvist Change-Id: I0839c589517f64d966fec9f247dda4163bdbe5fd --- ios/Mobile.xcodeproj/project.pbxproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ios') 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 = ""; }; BE93D46B216D5582007A39F4 /* new.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = new.cxx; path = "../../ios-device/sfx2/source/doc/new.cxx"; sourceTree = ""; }; BE93D46C216D5582007A39F4 /* objembed.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objembed.cxx; path = "../../ios-device/sfx2/source/doc/objembed.cxx"; sourceTree = ""; }; + BE9ADE3D265D046600BC034A /* ProfileZone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProfileZone.cpp; sourceTree = ""; }; + BE9ADE3E265D046600BC034A /* ProfileZone.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ProfileZone.hpp; sourceTree = ""; }; BEA1201A24C587D500332049 /* BitmapMedianFilter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapMedianFilter.cxx; path = "../../ios-device/vcl/source/bitmap/BitmapMedianFilter.cxx"; sourceTree = ""; }; BEA1201B24C587D500332049 /* BitmapColorQuantizationFilter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapColorQuantizationFilter.cxx; path = "../../ios-device/vcl/source/bitmap/BitmapColorQuantizationFilter.cxx"; sourceTree = ""; }; BEA1201C24C587D500332049 /* BitmapDisabledImageFilter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapDisabledImageFilter.cxx; path = "../../ios-device/vcl/source/bitmap/BitmapDisabledImageFilter.cxx"; sourceTree = ""; }; @@ -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 */, -- cgit