[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - 2 commits - ios/Mobile.xcodeproj
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Mar 5 07:53:45 UTC 2019
ios/Mobile.xcodeproj/project.pbxproj | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
New commits:
commit 8cb54ad2b1a863398147ce9d64b9b0fc29f99de0
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Mar 1 10:32:01 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Mar 5 09:53:35 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 d722c5282..eada2b66d 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -304,6 +304,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>"; };
@@ -949,6 +950,14 @@
name = zcodec;
sourceTree = "<group>";
};
+ BE43FD4122286AEC00376855 /* rtl */ = {
+ isa = PBXGroup;
+ children = (
+ BE43FD4222286B0700376855 /* bootstrap.cxx */,
+ );
+ name = rtl;
+ sourceTree = "<group>";
+ };
BE58E1312187938700249358 /* headless */ = {
isa = PBXGroup;
children = (
@@ -1352,6 +1361,7 @@
BEB6521A216F5D4600B8C09A /* sal */ = {
isa = PBXGroup;
children = (
+ BE43FD4122286AEC00376855 /* rtl */,
BEB6521B216F5D4C00B8C09A /* unx */,
);
name = sal;
commit 4405ea399d3156cdcfdce051259f92bc6428332b
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Feb 27 20:34:07 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Mar 5 09:53:20 2019 +0200
Add zcodec.cxx from tools
Change-Id: I6666f08b0bddab02277595190a7127d6f0c3f6f0
diff --git a/ios/Mobile.xcodeproj/project.pbxproj b/ios/Mobile.xcodeproj/project.pbxproj
index 001a71bbd..d722c5282 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -303,6 +303,7 @@
BE34D1FE219076CF00815297 /* output2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = output2.cxx; path = "../../ios-device/sc/source/ui/view/output2.cxx"; sourceTree = "<group>"; };
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>"; };
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>"; };
@@ -940,6 +941,14 @@
name = view;
sourceTree = "<group>";
};
+ BE43FD38222693CC00376855 /* zcodec */ = {
+ isa = PBXGroup;
+ children = (
+ BE43FD39222693F200376855 /* zcodec.cxx */,
+ );
+ name = zcodec;
+ sourceTree = "<group>";
+ };
BE58E1312187938700249358 /* headless */ = {
isa = PBXGroup;
children = (
@@ -1406,6 +1415,7 @@
isa = PBXGroup;
children = (
BEB6524C216FD0AA00B8C09A /* stream */,
+ BE43FD38222693CC00376855 /* zcodec */,
);
name = tools;
sourceTree = "<group>";
More information about the Libreoffice-commits
mailing list