[Libreoffice-commits] online.git: Mobile/Mobile.xcodeproj

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 21 07:35:25 UTC 2018


 Mobile/Mobile.xcodeproj/project.pbxproj |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 79934ad4b2500ced8abb6fffadfb36fa8ce4be5a
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Sep 21 10:34:07 2018 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 21 10:34:07 2018 +0300

    Use the user-defined $(LOSRCDIR) variable for the paths to the core source files

diff --git a/Mobile/Mobile.xcodeproj/project.pbxproj b/Mobile/Mobile.xcodeproj/project.pbxproj
index e45f74138..57cf1bb1a 100644
--- a/Mobile/Mobile.xcodeproj/project.pbxproj
+++ b/Mobile/Mobile.xcodeproj/project.pbxproj
@@ -88,15 +88,15 @@
 		BE5EB5D92140363100E0826C /* ios.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ios.mm; path = ../../ios/ios.mm; sourceTree = "<group>"; };
 		BE5EB5DB2140480B00E0826C /* icudt62l.dat */ = {isa = PBXFileReference; lastKnownFileType = file; name = icudt62l.dat; path = "$(LOBUILDDIR)/workdir/CustomTarget/ios/resources/icudt62l.dat"; sourceTree = "<group>"; };
 		BE636210215101D000F4237E /* WebSocketHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = WebSocketHandler.hpp; sourceTree = "<group>"; };
-		BE6362C02153A7B500F4237E /* init.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = init.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/desktop/source/lib/init.cxx"; sourceTree = "<group>"; };
+		BE6362C02153A7B500F4237E /* init.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = init.cxx; path = "$(LOSRCDIR)/desktop/source/lib/init.cxx"; sourceTree = "<group>"; };
 		BE6362C12153B5B500F4237E /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
-		BE6362D22154479000F4237E /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/ctfonts.cxx"; sourceTree = "<group>"; };
-		BE6362D32154479000F4237E /* salvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salvd.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salvd.cxx"; sourceTree = "<group>"; };
-		BE6362D42154479000F4237E /* salbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salbmp.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salbmp.cxx"; sourceTree = "<group>"; };
-		BE6362D52154479000F4237E /* utils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/utils.cxx"; sourceTree = "<group>"; };
-		BE6362D62154479000F4237E /* salgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salgdi.cxx"; sourceTree = "<group>"; };
-		BE6362D72154479000F4237E /* salgdicommon.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdicommon.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salgdicommon.cxx"; sourceTree = "<group>"; };
-		BE6362D82154479000F4237E /* salgdiutils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdiutils.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salgdiutils.cxx"; sourceTree = "<group>"; };
+		BE6362D22154479000F4237E /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = "$(LOSRCDIR)/vcl/quartz/ctfonts.cxx"; sourceTree = "<group>"; };
+		BE6362D32154479000F4237E /* salvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salvd.cxx; path = "$(LOSRCDIR)/vcl/quartz/salvd.cxx"; sourceTree = "<group>"; };
+		BE6362D42154479000F4237E /* salbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salbmp.cxx; path = "$(LOSRCDIR)/vcl/quartz/salbmp.cxx"; sourceTree = "<group>"; };
+		BE6362D52154479000F4237E /* utils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cxx; path = "$(LOSRCDIR)/vcl/quartz/utils.cxx"; sourceTree = "<group>"; };
+		BE6362D62154479000F4237E /* salgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi.cxx; path = "$(LOSRCDIR)/vcl/quartz/salgdi.cxx"; sourceTree = "<group>"; };
+		BE6362D72154479000F4237E /* salgdicommon.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdicommon.cxx; path = "$(LOSRCDIR)/vcl/quartz/salgdicommon.cxx"; sourceTree = "<group>"; };
+		BE6362D82154479000F4237E /* salgdiutils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdiutils.cxx; path = "$(LOSRCDIR)/vcl/quartz/salgdiutils.cxx"; sourceTree = "<group>"; };
 		BE8D77272136762500AC58EA /* Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mobile.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		BE8D772A2136762500AC58EA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 		BE8D772B2136762500AC58EA /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; };


More information about the Libreoffice-commits mailing list