ios/Mobile.xcodeproj/project.pbxproj |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 3b2612c20d39c1ff651803dbe81cdb10d9144911
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Mar 1 10:32:01 2019 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Fri Mar 1 16:26:42 2019 +0200

    Add sal/rtl/bootstrap.cxx for breakpointing convenience
    
    Change-Id: I915b714aec4212cff563832772111b804af2bbd3

diff --git a/ios/Mobile.xcodeproj/project.pbxproj 
b/ios/Mobile.xcodeproj/project.pbxproj
index 0641f99a1..211d82403 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -303,6 +303,7 @@
                BE34D1FF219076CF00815297 /* formatsh.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = formatsh.cxx; 
path = "../../ios-device/sc/source/ui/view/formatsh.cxx"; sourceTree = 
"<group>"; };
                BE34D200219076CF00815297 /* dbfunc3.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbfunc3.cxx; 
path = "../../ios-device/sc/source/ui/view/dbfunc3.cxx"; sourceTree = 
"<group>"; };
                BE43FD39222693F200376855 /* zcodec.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = zcodec.cxx; 
path = "../../ios-device/tools/source/zcodec/zcodec.cxx"; sourceTree = 
"<group>"; };
+               BE43FD4222286B0700376855 /* bootstrap.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = bootstrap.cxx; 
path = "../../ios-device/sal/rtl/bootstrap.cxx"; sourceTree = "<group>"; };
                BE58E129217F295B00249358 /* Log.hpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path 
= Log.hpp; sourceTree = "<group>"; };
                BE58E12A217F295B00249358 /* Png.hpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path 
= Png.hpp; sourceTree = "<group>"; };
                BE58E12B217F295B00249358 /* SigUtil.hpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path 
= SigUtil.hpp; sourceTree = "<group>"; };
@@ -946,6 +947,14 @@
                        name = zcodec;
                        sourceTree = "<group>";
                };
+               BE43FD4122286AEC00376855 /* rtl */ = {
+                       isa = PBXGroup;
+                       children = (
+                               BE43FD4222286B0700376855 /* bootstrap.cxx */,
+                       );
+                       name = rtl;
+                       sourceTree = "<group>";
+               };
                BE58E1312187938700249358 /* headless */ = {
                        isa = PBXGroup;
                        children = (
@@ -1349,6 +1358,7 @@
                BEB6521A216F5D4600B8C09A /* sal */ = {
                        isa = PBXGroup;
                        children = (
+                               BE43FD4122286AEC00376855 /* rtl */,
                                BEB6521B216F5D4C00B8C09A /* unx */,
                        );
                        name = sal;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to