From 8e1730b3d7b10de8cb0225b04e0dc64ceb5a6e60 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 15 Dec 2016 13:18:16 +0200 Subject: We use ICU 58 now Change-Id: I911c24c01937c25ad147992885a67852880c255d --- .../TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ios') diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj index f7ec7ef224b2..860299cbfa2f 100644 --- a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj +++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - BE03BF9318F9A7CC00620DC7 /* icudt57l.dat in Resources */ = {isa = PBXBuildFile; fileRef = BE03BF9218F9A7CC00620DC7 /* icudt57l.dat */; }; + BE03BF9318F9A7CC00620DC7 /* icudt58l.dat in Resources */ = {isa = PBXBuildFile; fileRef = BE03BF9218F9A7CC00620DC7 /* icudt58l.dat */; }; BE55B06D18D87CC600950228 /* DocumentTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BE55B06C18D87CC600950228 /* DocumentTableViewController.m */; }; BE82BD7618218E2E00A447B5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE82BD7518218E2E00A447B5 /* Foundation.framework */; }; BE82BD7818218E2E00A447B5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE82BD7718218E2E00A447B5 /* CoreGraphics.framework */; }; @@ -39,7 +39,7 @@ /* Begin PBXFileReference section */ BE03BF9118F9648F00620DC7 /* udata.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = udata.cpp; path = ../../../workdir/UnpackedTarball/icu/source/common/udata.cpp; sourceTree = ""; }; - BE03BF9218F9A7CC00620DC7 /* icudt57l.dat */ = {isa = PBXFileReference; lastKnownFileType = file; name = icudt57l.dat; path = ../../../../workdir/UnpackedTarball/icu/source/data/in/icudt57l.dat; sourceTree = ""; }; + BE03BF9218F9A7CC00620DC7 /* icudt58l.dat */ = {isa = PBXFileReference; lastKnownFileType = file; name = icudt58l.dat; path = ../../../../workdir/UnpackedTarball/icu/source/data/in/icudt58l.dat; sourceTree = ""; }; BE03BF9518FC1A1C00620DC7 /* xdictionary.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = xdictionary.cxx; path = ../../../i18npool/source/breakiterator/xdictionary.cxx; sourceTree = ""; }; BE0898E81860D42B0021A679 /* brand.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = brand.cxx; path = ../../../vcl/source/app/brand.cxx; sourceTree = ""; }; BE0898E91860D42B0021A679 /* dbggui.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbggui.cxx; path = ../../../vcl/source/app/dbggui.cxx; sourceTree = ""; }; @@ -2241,7 +2241,7 @@ BEEEFDFE1860A82C00FBDE67 /* unorc */, BEEE02D01860ABB700FBDE67 /* services */, BEEEF9691860A25400FBDE67 /* test1.odt */, - BE03BF9218F9A7CC00620DC7 /* icudt57l.dat */, + BE03BF9218F9A7CC00620DC7 /* icudt58l.dat */, ); name = Resources; path = TiledLibreOffice; @@ -2307,7 +2307,7 @@ BEEEFE041860A89100FBDE67 /* rc in Resources */, BEEEFE051860A89100FBDE67 /* services.rdb in Resources */, BEEE02D21860ABDB00FBDE67 /* share in Resources */, - BE03BF9318F9A7CC00620DC7 /* icudt57l.dat in Resources */, + BE03BF9318F9A7CC00620DC7 /* icudt58l.dat in Resources */, BEEEFE061860A89100FBDE67 /* udkapi.rdb in Resources */, BEEEFE071860A89100FBDE67 /* unorc in Resources */, BEEE02D31860ABDB00FBDE67 /* services in Resources */, -- cgit