Skip to content

Commit ca9f247

Browse files
committed
pod 'evernote-cloud-sdk-ios', '2.0.2'
1 parent 8baa8c8 commit ca9f247

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

Coding_iOS/AppDelegate.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceAppl
246246
return YES;
247247
}else if ([url.absoluteString hasPrefix:@"en-:"]){
248248
return [[ENSession sharedSession] handleOpenURL:url];
249-
return NO;
250249
}else{
251250
return [UMSocialSnsService handleOpenURL:url];
252251
}

Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ pod 'iVersion', '1.11.4'
2222
pod 'JazzHands', '2.0.0'
2323
pod 'SSKeychain', '1.2.3'
2424
pod 'UMengSocial', '4.2.3'
25-
pod 'evernote-cloud-sdk-ios', :git => 'https://github.com/evernote/evernote-cloud-sdk-ios.git', :branch => 'ios7'
25+
#pod 'evernote-cloud-sdk-ios', :git => 'https://github.com/evernote/evernote-cloud-sdk-ios.git', :branch => 'ios7'
26+
pod 'evernote-cloud-sdk-ios', '2.0.2'
2627
pod 'UMengAnalytics', '3.5.10'

Podfile.lock

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PODS:
1515
- BlocksKit/UIKit (2.2.5):
1616
- BlocksKit/Core
1717
- BlocksKit/DynamicDelegate
18-
- evernote-cloud-sdk-ios (2.0.3)
18+
- evernote-cloud-sdk-ios (2.0.2)
1919
- FontAwesome+iOS (0.1.4)
2020
- hpple (0.2.0)
2121
- iVersion (1.11.4)
@@ -74,8 +74,7 @@ PODS:
7474
DEPENDENCIES:
7575
- APParallaxHeader
7676
- BlocksKit (= 2.2.5)
77-
- evernote-cloud-sdk-ios (from `https://github.com/evernote/evernote-cloud-sdk-ios.git`,
78-
branch `ios7`)
77+
- evernote-cloud-sdk-ios (= 2.0.2)
7978
- hpple (= 0.2.0)
8079
- iVersion (= 1.11.4)
8180
- JazzHands (= 2.0.0)
@@ -97,20 +96,10 @@ DEPENDENCIES:
9796
- UMengAnalytics (= 3.5.10)
9897
- UMengSocial (= 4.2.3)
9998

100-
EXTERNAL SOURCES:
101-
evernote-cloud-sdk-ios:
102-
:branch: ios7
103-
:git: https://github.com/evernote/evernote-cloud-sdk-ios.git
104-
105-
CHECKOUT OPTIONS:
106-
evernote-cloud-sdk-ios:
107-
:commit: c0ce8309b48e3046fd04c91f824275eb88f4741b
108-
:git: https://github.com/evernote/evernote-cloud-sdk-ios.git
109-
11099
SPEC CHECKSUMS:
111100
APParallaxHeader: 854bc48a2487ca12c702f8a236fec0d89cdac5c3
112101
BlocksKit: 7f422b971407001178d181a43b99014ea2591fe6
113-
evernote-cloud-sdk-ios: aef615499f3bf0f1b2f6058a8430d69cd192c130
102+
evernote-cloud-sdk-ios: 7a6e5402b837ea79ef0179caff5ffe7b4f235615
114103
FontAwesome+iOS: 9070b682a9255ca0fdc34bcfb129ad0ba2b73b87
115104
hpple: 3b765f96fc2cd56ad1a49aef6f7be5cb2aa64b57
116105
iVersion: 2b6ffe708672cb494ba3cab150a94800c2892e81

0 commit comments

Comments
 (0)