Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 21ebed7

Browse files
committed
fix for ios7
1 parent dda1e2b commit 21ebed7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/CodePush/CodePushDownloadHandler.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#import "CodePush.h"
2-
#import <UIKit/UIKit.h>
32

43
@implementation CodePushDownloadHandler {
54
// Header chars used to determine if the file is a zip.
@@ -36,7 +35,7 @@ -(void)download:(NSString*)url {
3635
[connection scheduleInRunLoop:[NSRunLoop mainRunLoop]
3736
forMode:NSDefaultRunLoopMode];
3837
}
39-
38+
4039
[connection start];
4140
}
4241

0 commit comments

Comments
 (0)