You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/04/19 03:47:58 UTC

incubator-weex git commit: * [ios] set usingCoretext false default

Repository: incubator-weex
Updated Branches:
  refs/heads/0.12-dev 82f9a325f -> a6b0767eb


* [ios] set usingCoretext false default


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/a6b0767e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/a6b0767e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/a6b0767e

Branch: refs/heads/0.12-dev
Commit: a6b0767eb0135e455264f1f41d1aa0ef5704008d
Parents: 82f9a32
Author: acton393 <zh...@gmail.com>
Authored: Wed Apr 19 11:44:52 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Apr 19 11:44:52 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m | 2 +-
 ios/sdk/WeexSDK/Sources/WeexSDK.h                   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a6b0767e/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m b/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m
index 005ca1a..09b255d 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m
@@ -80,7 +80,7 @@
 
 @end
 
-static BOOL textRenderUsingCoreText = YES;
+static BOOL textRenderUsingCoreText = NO;
 
 NSString *const WXTextTruncationToken = @"\u2026";
 CGFloat WXTextDefaultLineThroughWidth = 1.2;

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a6b0767e/ios/sdk/WeexSDK/Sources/WeexSDK.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/WeexSDK.h b/ios/sdk/WeexSDK/Sources/WeexSDK.h
index d8ac443..72b86f4 100644
--- a/ios/sdk/WeexSDK/Sources/WeexSDK.h
+++ b/ios/sdk/WeexSDK/Sources/WeexSDK.h
@@ -48,7 +48,6 @@
 #import "WXDefine.h"
 #import "WXDebugTool.h"
 #import "WXConvert.h"
-#import "WXConfigProtocol.h"
 #import "WXComponentManager.h"
 #import "WXComponent.h"
 #import "WXBridgeProtocol.h"