From 5fc6d09983b41fc02e3601565b0f925e2ae70bc8 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Thu, 16 Jan 2014 21:36:08 -0800 Subject: Revert "Use ICU of the system (fixed #533)" This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af. --- example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj index f3a94272..37556fc4 100644 --- a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj +++ b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj @@ -532,7 +532,9 @@ OTHER_LDFLAGS = ( "-lctemplate-ios", "-letpan-ios", - "-licucore", + "-licudata", + "-licui18n", + "-licuuc", "-lxml2", "-lsasl2", "-liconv", @@ -556,7 +558,9 @@ OTHER_LDFLAGS = ( "-lctemplate-ios", "-letpan-ios", - "-licucore", + "-licudata", + "-licui18n", + "-licuuc", "-lxml2", "-lsasl2", "-liconv", -- cgit v1.2.3