Skip to content

Commit 8cb7eaa

Browse files
committed
添加 FLEX - 调试工具
1 parent 46d7771 commit 8cb7eaa

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

Coding_iOS/AppDelegate.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
#define UMSYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
1111
#define _IPHONE80_ 80000
1212

13+
#if DEBUG
14+
#import <FLEX/FLEXManager.h>
1315

16+
#endif
1417

1518
#import "AppDelegate.h"
1619
#import "RootTabViewController.h"

Podfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ pod 'SSKeychain', '1.2.3'
2424
pod 'UMengSocial', '4.2.3'
2525
#pod 'evernote-cloud-sdk-ios', :git => 'https://github.com/evernote/evernote-cloud-sdk-ios.git', :branch => 'ios7'
2626
pod 'evernote-cloud-sdk-ios', '2.0.2'
27-
pod 'UMengAnalytics', '3.5.10'
27+
pod 'UMengAnalytics', '3.5.10'
28+
29+
pod 'FLEX', '~> 2.0', :configurations => ['Debug']

Podfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PODS:
1616
- BlocksKit/Core
1717
- BlocksKit/DynamicDelegate
1818
- evernote-cloud-sdk-ios (2.0.2)
19+
- FLEX (2.1.1)
1920
- FontAwesome+iOS (0.1.4)
2021
- hpple (0.2.0)
2122
- iVersion (1.11.4)
@@ -75,6 +76,7 @@ DEPENDENCIES:
7576
- APParallaxHeader
7677
- BlocksKit (= 2.2.5)
7778
- evernote-cloud-sdk-ios (= 2.0.2)
79+
- FLEX (~> 2.0)
7880
- hpple (= 0.2.0)
7981
- iVersion (= 1.11.4)
8082
- JazzHands (= 2.0.0)
@@ -100,6 +102,7 @@ SPEC CHECKSUMS:
100102
APParallaxHeader: 854bc48a2487ca12c702f8a236fec0d89cdac5c3
101103
BlocksKit: 7f422b971407001178d181a43b99014ea2591fe6
102104
evernote-cloud-sdk-ios: 7a6e5402b837ea79ef0179caff5ffe7b4f235615
105+
FLEX: 27b768fcae23a313a1eb115076d429180ca9b472
103106
FontAwesome+iOS: 9070b682a9255ca0fdc34bcfb129ad0ba2b73b87
104107
hpple: 3b765f96fc2cd56ad1a49aef6f7be5cb2aa64b57
105108
iVersion: 2b6ffe708672cb494ba3cab150a94800c2892e81

0 commit comments

Comments
 (0)