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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 28 09:22:30 UTC 2019


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

New commits:
commit 5c5a9f522152f98b20f0c0eafccbf2429220dd28
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Feb 27 20:34:07 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Feb 28 11:22:03 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 9bd35c5df..0641f99a1 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -302,6 +302,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>"; };
@@ -937,6 +938,14 @@
 			name = view;
 			sourceTree = "<group>";
 		};
+		BE43FD38222693CC00376855 /* zcodec */ = {
+			isa = PBXGroup;
+			children = (
+				BE43FD39222693F200376855 /* zcodec.cxx */,
+			);
+			name = zcodec;
+			sourceTree = "<group>";
+		};
 		BE58E1312187938700249358 /* headless */ = {
 			isa = PBXGroup;
 			children = (
@@ -1403,6 +1412,7 @@
 			isa = PBXGroup;
 			children = (
 				BEB6524C216FD0AA00B8C09A /* stream */,
+				BE43FD38222693CC00376855 /* zcodec */,
 			);
 			name = tools;
 			sourceTree = "<group>";


More information about the Libreoffice-commits mailing list