Skip to content

Commit 119a687

Browse files
authored
Merge pull request alibaba#1431 from alibaba/ios-bugfix-Podfile
* [ios] fix playground Podfile
2 parents 4a5c3c8 + e299fea commit 119a687

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

ios/playground/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '7.0'
44

55
def common
66
pod 'WeexSDK', :path=>'../sdk/'
7-
pod 'WXDevtool', '0.8.0''
7+
pod 'WXDevtool', '0.8.0'
88
pod 'SDWebImage', '3.7.5'
99
pod 'SocketRocket', '0.4.2'
1010
pod 'ATSDK-Weex', '0.0.1'

ios/sdk/WeexSDK/Sources/Component/WXSliderNeighborComponent.m

-1
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,6 @@ - (void)sliderNeighbor:(WXSliderNeighborView *)sliderView didScrollToItemAtIndex
16861686

16871687
if (_sliderChangeEvent) {
16881688
[self fireEvent:@"change" params:@{@"index":@(index)} domChanges:@{@"attrs": @{@"index": @(index)}}];
1689-
NSLog(@"index %ld",index);
16901689
}
16911690
}
16921691

ios/sdk/WeexSDK/Sources/Utility/WXUtility.h

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#import <Foundation/Foundation.h>
1010
#import <UIKit/UIKit.h>
11-
#import <CommonCrypto/CommonCrypto.h>
1211
#import "WXDefine.h"
1312
#import "WXType.h"
1413
#import "WXLog.h"

0 commit comments

Comments
 (0)