Repository: incubator-weex Updated Branches: refs/heads/master ce4b6bf00 -> 2626fe8c5
#import <coreText/CoreText.h> ==> #import <CoreText/CoreText.h> Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/8cf21401 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/8cf21401 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/8cf21401 Branch: refs/heads/master Commit: 8cf21401663c3fec125ad01b731d0e8bd1394b24 Parents: cb452bf Author: Zz <[email protected]> Authored: Mon Jan 22 17:43:54 2018 +0800 Committer: Zz <[email protected]> Committed: Mon Jan 22 17:43:54 2018 +0800 ---------------------------------------------------------------------- ios/sdk/WeexSDK/Sources/Utility/WXUtility.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/8cf21401/ios/sdk/WeexSDK/Sources/Utility/WXUtility.m ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Utility/WXUtility.m b/ios/sdk/WeexSDK/Sources/Utility/WXUtility.m index a2e4bdd..64c6862 100644 --- a/ios/sdk/WeexSDK/Sources/Utility/WXUtility.m +++ b/ios/sdk/WeexSDK/Sources/Utility/WXUtility.m @@ -33,7 +33,7 @@ #import <UIKit/UIScreen.h> #import <Security/Security.h> #import <CommonCrypto/CommonCrypto.h> -#import <coreText/CoreText.h> +#import <CoreText/CoreText.h> #import "WXAppMonitorProtocol.h" #import "WXTextComponent.h"
