You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/01/03 09:51:29 UTC

[GitHub] zshshr closed pull request #1997: [iOS] Remove old tracing system. Adapt for playground.

zshshr closed pull request #1997: [iOS] Remove old tracing system. Adapt for playground.
URL: https://github.com/apache/incubator-weex/pull/1997
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index f0ae7627d1..2f47a803fb 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -78,7 +78,6 @@ Pod::Spec.new do |s|
                           'ios/sdk/WeexSDK/Sources/Monitor/WXMonitor.h',
                           'ios/sdk/WeexSDK/Sources/Monitor/WXExceptionUtils.h',
                           'ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter.h',
-                          'ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h',
                           'ios/sdk/WeexSDK/Sources/Manager/WXSDKManager.h',
                           'ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h',
                           'ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.h',
@@ -115,4 +114,4 @@ Pod::Spec.new do |s|
   
   s.libraries = 'c++'
 
-end
\ No newline at end of file
+end
diff --git a/ios/playground/Podfile b/ios/playground/Podfile
index 67a828175b..8a4debb984 100644
--- a/ios/playground/Podfile
+++ b/ios/playground/Podfile
@@ -4,7 +4,7 @@ platform :ios, '8.0'
 
 def common
     pod 'WeexSDK', :path=>'../../'
-    pod 'WXDevtool','0.16.3'
+    pod 'WXDevtool','0.20.0'
     pod 'SDWebImage', '3.7.5'
     pod 'SocketRocket', '0.4.2'
     pod 'ATSDK-Weex', '0.0.1',:configurations => ['Debug']
diff --git a/ios/playground/WeexDemo/WXDemoViewController.m b/ios/playground/WeexDemo/WXDemoViewController.m
index 02959719aa..69fb33d618 100644
--- a/ios/playground/WeexDemo/WXDemoViewController.m
+++ b/ios/playground/WeexDemo/WXDemoViewController.m
@@ -27,7 +27,6 @@
 #import "DemoDefine.h"
 #import "WXPrerenderManager.h"
 #import "WXMonitor.h"
-#import "WXTracingManager.h"
 
 @interface WXDemoViewController () <UIScrollViewDelegate, UIWebViewDelegate>
 @property (nonatomic, strong) WXSDKInstance *instance;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services