Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[iOS] Remove old tracing system. Adapt for playground.
Browse files Browse the repository at this point in the history
  • Loading branch information
wqyfavor authored and zshshr committed Jan 3, 2019
1 parent 72776ff commit a17c430
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions WeexSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -115,4 +114,4 @@ Pod::Spec.new do |s|

s.libraries = 'c++'

end
end
2 changes: 1 addition & 1 deletion ios/playground/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
1 change: 0 additions & 1 deletion ios/playground/WeexDemo/WXDemoViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a17c430

Please sign in to comment.