Skip to content

Commit f5117d4

Browse files
committed
Restore files
1 parent c0b2ebf commit f5117d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Classes/ComAppceleratorUrlSessionModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- (id)createURLSession:(id)args; // Deprecated in 2.1.0: Use "createSession" instead.
1919

20-
- (id)backgroundDownloadTaskWithURL:(id)args; // Deprecated in 2.1.0: Use "addBackgroundDownloadTask" instead.
20+
- (id)backgroundDownloadTaskWithURL:(id)args; // Deprecated in 2.1.0: Use "Session.downloadTask" instead.
2121

2222
- (void)finishTasksAndInvalidate:(id)value; // Deprecated in 2.1.0: Use "Session.finishTasksAndInvalidate" instead.
2323

ios/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 2.1.1
5+
version: 2.1.0
66
apiversion: 2
77
architectures: armv7 arm64 i386 x86_64
88
description: ti.urlsession

0 commit comments

Comments
 (0)