Repository: incubator-weex Updated Branches: refs/heads/master 6019278ea -> 7ab6e7b23
#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/20c293f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/20c293f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/20c293f4 Branch: refs/heads/master Commit: 20c293f4a9c4c14daa0deee19b9d9b9a4b73693b Parents: ce4b6bf Author: Zz <[email protected]> Authored: Mon Jan 22 17:43:54 2018 +0800 Committer: jianbai.gbj <[email protected]> Committed: Tue Jan 23 15:33:32 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/20c293f4/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"
