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/03/20 03:37:04 UTC

[38/50] incubator-weex git commit: * [ios] bugfix incorrect code

* [ios] bugfix incorrect code


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

Branch: refs/heads/0.11-dev
Commit: 00d795e16026161871e9c1de99d2aec8d75d4116
Parents: 2d7b868
Author: acton393 <zh...@gmail.com>
Authored: Mon Mar 13 11:59:35 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Mar 13 11:59:35 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/00d795e1/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m b/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
index dfbdb1b..1e0e7a3 100644
--- a/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
+++ b/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
@@ -223,8 +223,6 @@
         [self _registerDefaultModules];
         [self _registerDefaultHandlers];
     });
-    
-    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"taobao://"]];
 }
 
 + (NSString*)SDKEngineVersion