aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-08 20:24:39 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-08 20:24:54 -0800
commit46d412f1f057cfc0d138f3c16b5033310fe694af (patch)
tree2b7435561cfc55d5a0875b2d05af31a270d33a74 /example
parent04937e374042d27eb8bd59397d01fd40962d5dff (diff)
Use ICU of the system (fixed #533)
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj8
1 files changed, 2 insertions, 6 deletions
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 37556fc4..f3a94272 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,9 +532,7 @@
OTHER_LDFLAGS = (
"-lctemplate-ios",
"-letpan-ios",
- "-licudata",
- "-licui18n",
- "-licuuc",
+ "-licucore",
"-lxml2",
"-lsasl2",
"-liconv",
@@ -558,9 +556,7 @@
OTHER_LDFLAGS = (
"-lctemplate-ios",
"-letpan-ios",
- "-licudata",
- "-licui18n",
- "-licuuc",
+ "-licucore",
"-lxml2",
"-lsasl2",
"-liconv",