forked from organicmaps/organicmaps-tmp
[xcode-9] [ios] Updated 3party.
This commit is contained in:
parent
c3810529c7
commit
9cb6917793
42 changed files with 179 additions and 724 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
github "Alamofire/Alamofire" "4.4.0"
|
||||
github "Alamofire/AlamofireImage" "3.2.0"
|
||||
github "Pushwoosh/pushwoosh-ios-sdk" "5.1.5"
|
||||
github "Alamofire/Alamofire" "4.5.1"
|
||||
github "Alamofire/AlamofireImage" "3.3.0"
|
||||
github "Pushwoosh/pushwoosh-ios-sdk" "5.3.6"
|
||||
|
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Alamofire
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Alamofire
generated
vendored
Binary file not shown.
190
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Headers/Alamofire-Swift.h
generated
vendored
190
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Headers/Alamofire-Swift.h
generated
vendored
|
@ -1,7 +1,30 @@
|
|||
// Generated by Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)
|
||||
// Generated by Apple Swift version 4.0 effective-3.2 (swiftlang-900.0.65 clang-900.0.37)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wgcc-compat"
|
||||
|
||||
#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
|
||||
#if !defined(__has_include)
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
#if !defined(__has_attribute)
|
||||
# define __has_attribute(x) 0
|
||||
#endif
|
||||
#if !defined(__has_feature)
|
||||
# define __has_feature(x) 0
|
||||
#endif
|
||||
#if !defined(__has_warning)
|
||||
# define __has_warning(x) 0
|
||||
#endif
|
||||
|
||||
#if __has_attribute(external_source_symbol)
|
||||
# define SWIFT_STRINGIFY(str) #str
|
||||
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name) _Pragma(SWIFT_STRINGIFY(clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in=module_name, generated_declaration))), apply_to=any(function, enum, objc_interface, objc_category, objc_protocol))))
|
||||
# define SWIFT_MODULE_NAMESPACE_POP _Pragma("clang attribute pop")
|
||||
#else
|
||||
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name)
|
||||
# define SWIFT_MODULE_NAMESPACE_POP
|
||||
#endif
|
||||
|
||||
#if __has_include(<swift/objc-prologue.h>)
|
||||
# include <swift/objc-prologue.h>
|
||||
#endif
|
||||
|
||||
|
@ -13,7 +36,7 @@
|
|||
|
||||
#if !defined(SWIFT_TYPEDEFS)
|
||||
# define SWIFT_TYPEDEFS 1
|
||||
# if defined(__has_include) && __has_include(<uchar.h>)
|
||||
# if __has_include(<uchar.h>)
|
||||
# include <uchar.h>
|
||||
# elif !defined(__cplusplus) || __cplusplus < 201103L
|
||||
typedef uint_least16_t char16_t;
|
||||
|
@ -48,31 +71,36 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__has_attribute) && __has_attribute(objc_runtime_name)
|
||||
#if __has_attribute(objc_runtime_name)
|
||||
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
||||
#else
|
||||
# define SWIFT_RUNTIME_NAME(X)
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(swift_name)
|
||||
#if __has_attribute(swift_name)
|
||||
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
||||
#else
|
||||
# define SWIFT_COMPILE_NAME(X)
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(objc_method_family)
|
||||
#if __has_attribute(objc_method_family)
|
||||
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
||||
#else
|
||||
# define SWIFT_METHOD_FAMILY(X)
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(noescape)
|
||||
#if __has_attribute(noescape)
|
||||
# define SWIFT_NOESCAPE __attribute__((noescape))
|
||||
#else
|
||||
# define SWIFT_NOESCAPE
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(warn_unused_result)
|
||||
#if __has_attribute(warn_unused_result)
|
||||
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
||||
#else
|
||||
# define SWIFT_WARN_UNUSED_RESULT
|
||||
#endif
|
||||
#if __has_attribute(noreturn)
|
||||
# define SWIFT_NORETURN __attribute__((noreturn))
|
||||
#else
|
||||
# define SWIFT_NORETURN
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS_EXTRA)
|
||||
# define SWIFT_CLASS_EXTRA
|
||||
#endif
|
||||
|
@ -83,7 +111,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
# define SWIFT_ENUM_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS)
|
||||
# if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted)
|
||||
# if __has_attribute(objc_subclassing_restricted)
|
||||
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
|
||||
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# else
|
||||
|
@ -102,16 +130,23 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
#endif
|
||||
|
||||
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
||||
# if defined(__has_attribute) && __has_attribute(objc_designated_initializer)
|
||||
# if __has_attribute(objc_designated_initializer)
|
||||
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
||||
# else
|
||||
# define OBJC_DESIGNATED_INITIALIZER
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM_ATTR)
|
||||
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
|
||||
# define SWIFT_ENUM_ATTR __attribute__((enum_extensibility(open)))
|
||||
# else
|
||||
# define SWIFT_ENUM_ATTR
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM)
|
||||
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_EXTRA _name : _type
|
||||
# if defined(__has_feature) && __has_feature(generalized_swift_name)
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_EXTRA _name : _type
|
||||
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
|
||||
# if __has_feature(generalized_swift_name)
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
|
||||
# else
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name)
|
||||
# endif
|
||||
|
@ -131,39 +166,36 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
#if !defined(SWIFT_DEPRECATED_MSG)
|
||||
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
||||
#endif
|
||||
#if defined(__has_feature) && __has_feature(modules)
|
||||
#if __has_feature(attribute_diagnose_if_objc)
|
||||
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
||||
#else
|
||||
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
||||
#endif
|
||||
#if __has_feature(modules)
|
||||
@import Foundation;
|
||||
@import ObjectiveC;
|
||||
#endif
|
||||
|
||||
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
||||
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
||||
@class NSOperationQueue;
|
||||
@class NSURLSessionTask;
|
||||
@class NSURLCredential;
|
||||
#if __has_warning("-Wpragma-clang-attribute")
|
||||
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
||||
#endif
|
||||
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
||||
#pragma clang diagnostic ignored "-Wnullability"
|
||||
|
||||
SWIFT_MODULE_NAMESPACE_PUSH("Alamofire")
|
||||
@class NSURLSession;
|
||||
@class NSURLSessionTask;
|
||||
@class NSHTTPURLResponse;
|
||||
@class NSInputStream;
|
||||
@class NSURLAuthenticationChallenge;
|
||||
@class NSURLCredential;
|
||||
@class NSInputStream;
|
||||
|
||||
/// The task delegate is responsible for handling all delegate callbacks for the underlying task as well as
|
||||
/// executing all operations attached to the serial operation queue upon task completion.
|
||||
SWIFT_CLASS("_TtC9Alamofire12TaskDelegate")
|
||||
@interface TaskDelegate : NSObject
|
||||
/// The serial operation queue used to execute all operations after the task completes.
|
||||
@property (nonatomic, readonly, strong) NSOperationQueue * _Nonnull queue;
|
||||
/// The data returned by the server.
|
||||
@property (nonatomic, readonly, copy) NSData * _Nullable data;
|
||||
/// The error generated throughout the lifecyle of the task.
|
||||
@property (nonatomic) NSError * _Nullable error;
|
||||
@property (nonatomic, strong) NSURLSessionTask * _Nullable task;
|
||||
@property (nonatomic, strong) NSURLCredential * _Nullable credential;
|
||||
@property (nonatomic, strong) id _Nullable metrics;
|
||||
- (nonnull instancetype)initWithTask:(NSURLSessionTask * _Nullable)task OBJC_DESIGNATED_INITIALIZER;
|
||||
- (void)reset;
|
||||
@property (nonatomic, copy) NSURLRequest * _Nullable (^ _Nullable taskWillPerformHTTPRedirection)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, NSHTTPURLResponse * _Nonnull, NSURLRequest * _Nonnull);
|
||||
@property (nonatomic, copy) NSInputStream * _Nullable (^ _Nullable taskNeedNewBodyStream)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull);
|
||||
@property (nonatomic, copy) void (^ _Nullable taskDidCompleteWithError)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, NSError * _Nullable);
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task willPerformHTTPRedirection:(NSHTTPURLResponse * _Nonnull)response newRequest:(NSURLRequest * _Nonnull)request completionHandler:(void (^ _Nonnull)(NSURLRequest * _Nullable))completionHandler;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didReceiveChallenge:(NSURLAuthenticationChallenge * _Nonnull)challenge completionHandler:(void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable))completionHandler;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task needNewBodyStream:(void (^ _Nonnull)(NSInputStream * _Nullable))completionHandler;
|
||||
|
@ -172,23 +204,12 @@ SWIFT_CLASS("_TtC9Alamofire12TaskDelegate")
|
|||
@end
|
||||
|
||||
@class NSURLSessionDataTask;
|
||||
@class NSProgress;
|
||||
@class NSURLResponse;
|
||||
@class NSURLSessionDownloadTask;
|
||||
@class NSCachedURLResponse;
|
||||
|
||||
SWIFT_CLASS("_TtC9Alamofire16DataTaskDelegate")
|
||||
@interface DataTaskDelegate : TaskDelegate <NSURLSessionDataDelegate>
|
||||
@property (nonatomic, readonly, strong) NSURLSessionDataTask * _Nonnull dataTask;
|
||||
@property (nonatomic, readonly, copy) NSData * _Nullable data;
|
||||
@property (nonatomic, strong) NSProgress * _Nonnull progress;
|
||||
@property (nonatomic, copy) void (^ _Nullable dataStream)(NSData * _Nonnull);
|
||||
- (nonnull instancetype)initWithTask:(NSURLSessionTask * _Nullable)task OBJC_DESIGNATED_INITIALIZER;
|
||||
- (void)reset;
|
||||
@property (nonatomic, copy) NSURLSessionResponseDisposition (^ _Nullable dataTaskDidReceiveResponse)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSURLResponse * _Nonnull);
|
||||
@property (nonatomic, copy) void (^ _Nullable dataTaskDidBecomeDownloadTask)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSURLSessionDownloadTask * _Nonnull);
|
||||
@property (nonatomic, copy) void (^ _Nullable dataTaskDidReceiveData)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSData * _Nonnull);
|
||||
@property (nonatomic, copy) NSCachedURLResponse * _Nullable (^ _Nullable dataTaskWillCacheResponse)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSCachedURLResponse * _Nonnull);
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didReceiveResponse:(NSURLResponse * _Nonnull)response completionHandler:(void (^ _Nonnull)(NSURLSessionResponseDisposition))completionHandler;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didBecomeDownloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didReceiveData:(NSData * _Nonnull)data;
|
||||
|
@ -198,88 +219,17 @@ SWIFT_CLASS("_TtC9Alamofire16DataTaskDelegate")
|
|||
|
||||
SWIFT_CLASS("_TtC9Alamofire20DownloadTaskDelegate")
|
||||
@interface DownloadTaskDelegate : TaskDelegate <NSURLSessionDownloadDelegate>
|
||||
@property (nonatomic, readonly, strong) NSURLSessionDownloadTask * _Nonnull downloadTask;
|
||||
@property (nonatomic, strong) NSProgress * _Nonnull progress;
|
||||
@property (nonatomic, copy) NSData * _Nullable resumeData;
|
||||
@property (nonatomic, readonly, copy) NSData * _Nullable data;
|
||||
@property (nonatomic, copy) NSURL * _Nullable temporaryURL;
|
||||
@property (nonatomic, copy) NSURL * _Nullable destinationURL;
|
||||
@property (nonatomic, readonly, copy) NSURL * _Nullable fileURL;
|
||||
- (nonnull instancetype)initWithTask:(NSURLSessionTask * _Nullable)task OBJC_DESIGNATED_INITIALIZER;
|
||||
- (void)reset;
|
||||
@property (nonatomic, copy) NSURL * _Nonnull (^ _Nullable downloadTaskDidFinishDownloadingToURL)(NSURLSession * _Nonnull, NSURLSessionDownloadTask * _Nonnull, NSURL * _Nonnull);
|
||||
@property (nonatomic, copy) void (^ _Nullable downloadTaskDidWriteData)(NSURLSession * _Nonnull, NSURLSessionDownloadTask * _Nonnull, int64_t, int64_t, int64_t);
|
||||
@property (nonatomic, copy) void (^ _Nullable downloadTaskDidResumeAtOffset)(NSURLSession * _Nonnull, NSURLSessionDownloadTask * _Nonnull, int64_t, int64_t);
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didFinishDownloadingToURL:(NSURL * _Nonnull)location;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didResumeAtOffset:(int64_t)fileOffset expectedTotalBytes:(int64_t)expectedTotalBytes;
|
||||
@end
|
||||
|
||||
|
||||
@interface NSNumber (SWIFT_EXTENSION(Alamofire))
|
||||
@end
|
||||
|
||||
@class NSURLSessionStreamTask;
|
||||
@class NSOutputStream;
|
||||
|
||||
/// Responsible for handling all delegate callbacks for the underlying session.
|
||||
SWIFT_CLASS("_TtC9Alamofire15SessionDelegate")
|
||||
@interface SessionDelegate : NSObject
|
||||
/// Overrides default behavior for URLSessionDelegate method <code>urlSession(_:didBecomeInvalidWithError:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable sessionDidBecomeInvalidWithError)(NSURLSession * _Nonnull, NSError * _Nullable);
|
||||
/// Overrides all behavior for URLSessionDelegate method <code>urlSession(_:didReceive:completionHandler:)</code> and requires the caller to call the <code>completionHandler</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable sessionDidReceiveChallengeWithCompletion)(NSURLSession * _Nonnull, NSURLAuthenticationChallenge * _Nonnull, SWIFT_NOESCAPE void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable));
|
||||
/// Overrides default behavior for URLSessionDelegate method <code>urlSessionDidFinishEvents(forBackgroundURLSession:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable sessionDidFinishEventsForBackgroundURLSession)(NSURLSession * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionTaskDelegate method <code>urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)</code>.
|
||||
@property (nonatomic, copy) NSURLRequest * _Nullable (^ _Nullable taskWillPerformHTTPRedirection)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, NSHTTPURLResponse * _Nonnull, NSURLRequest * _Nonnull);
|
||||
/// Overrides all behavior for URLSessionTaskDelegate method <code>urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)</code> and
|
||||
/// requires the caller to call the <code>completionHandler</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable taskWillPerformHTTPRedirectionWithCompletion)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, NSHTTPURLResponse * _Nonnull, NSURLRequest * _Nonnull, SWIFT_NOESCAPE void (^ _Nonnull)(NSURLRequest * _Nullable));
|
||||
/// Overrides all behavior for URLSessionTaskDelegate method <code>urlSession(_:task:didReceive:completionHandler:)</code> and
|
||||
/// requires the caller to call the <code>completionHandler</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable taskDidReceiveChallengeWithCompletion)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, NSURLAuthenticationChallenge * _Nonnull, SWIFT_NOESCAPE void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable));
|
||||
/// Overrides default behavior for URLSessionTaskDelegate method <code>urlSession(_:task:needNewBodyStream:)</code>.
|
||||
@property (nonatomic, copy) NSInputStream * _Nullable (^ _Nullable taskNeedNewBodyStream)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull);
|
||||
/// Overrides all behavior for URLSessionTaskDelegate method <code>urlSession(_:task:needNewBodyStream:)</code> and
|
||||
/// requires the caller to call the <code>completionHandler</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable taskNeedNewBodyStreamWithCompletion)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, SWIFT_NOESCAPE void (^ _Nonnull)(NSInputStream * _Nullable));
|
||||
/// Overrides default behavior for URLSessionTaskDelegate method <code>urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable taskDidSendBodyData)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, int64_t, int64_t, int64_t);
|
||||
/// Overrides default behavior for URLSessionTaskDelegate method <code>urlSession(_:task:didCompleteWithError:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable taskDidComplete)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, NSError * _Nullable);
|
||||
/// Overrides default behavior for URLSessionDataDelegate method <code>urlSession(_:dataTask:didReceive:completionHandler:)</code>.
|
||||
@property (nonatomic, copy) NSURLSessionResponseDisposition (^ _Nullable dataTaskDidReceiveResponse)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSURLResponse * _Nonnull);
|
||||
/// Overrides all behavior for URLSessionDataDelegate method <code>urlSession(_:dataTask:didReceive:completionHandler:)</code> and
|
||||
/// requires caller to call the <code>completionHandler</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable dataTaskDidReceiveResponseWithCompletion)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSURLResponse * _Nonnull, SWIFT_NOESCAPE void (^ _Nonnull)(NSURLSessionResponseDisposition));
|
||||
/// Overrides default behavior for URLSessionDataDelegate method <code>urlSession(_:dataTask:didBecome:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable dataTaskDidBecomeDownloadTask)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSURLSessionDownloadTask * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionDataDelegate method <code>urlSession(_:dataTask:didReceive:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable dataTaskDidReceiveData)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSData * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionDataDelegate method <code>urlSession(_:dataTask:willCacheResponse:completionHandler:)</code>.
|
||||
@property (nonatomic, copy) NSCachedURLResponse * _Nullable (^ _Nullable dataTaskWillCacheResponse)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSCachedURLResponse * _Nonnull);
|
||||
/// Overrides all behavior for URLSessionDataDelegate method <code>urlSession(_:dataTask:willCacheResponse:completionHandler:)</code> and
|
||||
/// requires caller to call the <code>completionHandler</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable dataTaskWillCacheResponseWithCompletion)(NSURLSession * _Nonnull, NSURLSessionDataTask * _Nonnull, NSCachedURLResponse * _Nonnull, SWIFT_NOESCAPE void (^ _Nonnull)(NSCachedURLResponse * _Nullable));
|
||||
/// Overrides default behavior for URLSessionDownloadDelegate method <code>urlSession(_:downloadTask:didFinishDownloadingTo:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable downloadTaskDidFinishDownloadingToURL)(NSURLSession * _Nonnull, NSURLSessionDownloadTask * _Nonnull, NSURL * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionDownloadDelegate method <code>urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable downloadTaskDidWriteData)(NSURLSession * _Nonnull, NSURLSessionDownloadTask * _Nonnull, int64_t, int64_t, int64_t);
|
||||
/// Overrides default behavior for URLSessionDownloadDelegate method <code>urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable downloadTaskDidResumeAtOffset)(NSURLSession * _Nonnull, NSURLSessionDownloadTask * _Nonnull, int64_t, int64_t);
|
||||
/// Overrides default behavior for URLSessionStreamDelegate method <code>urlSession(_:readClosedFor:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable streamTaskReadClosed)(NSURLSession * _Nonnull, NSURLSessionStreamTask * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionStreamDelegate method <code>urlSession(_:writeClosedFor:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable streamTaskWriteClosed)(NSURLSession * _Nonnull, NSURLSessionStreamTask * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionStreamDelegate method <code>urlSession(_:betterRouteDiscoveredFor:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable streamTaskBetterRouteDiscovered)(NSURLSession * _Nonnull, NSURLSessionStreamTask * _Nonnull);
|
||||
/// Overrides default behavior for URLSessionStreamDelegate method <code>urlSession(_:streamTask:didBecome:outputStream:)</code>.
|
||||
@property (nonatomic, copy) void (^ _Nullable streamTaskDidBecomeInputAndOutputStreams)(NSURLSession * _Nonnull, NSURLSessionStreamTask * _Nonnull, NSInputStream * _Nonnull, NSOutputStream * _Nonnull);
|
||||
@property (nonatomic) id _Nullable _streamTaskReadClosed;
|
||||
@property (nonatomic) id _Nullable _streamTaskWriteClosed;
|
||||
@property (nonatomic) id _Nullable _streamTaskBetterRouteDiscovered;
|
||||
@property (nonatomic) id _Nullable _streamTaskDidBecomeInputStream;
|
||||
/// Initializes the <code>SessionDelegate</code> instance.
|
||||
///
|
||||
/// returns:
|
||||
|
@ -362,6 +312,8 @@ SWIFT_CLASS("_TtC9Alamofire15SessionDelegate")
|
|||
- (void)URLSessionDidFinishEventsForBackgroundURLSession:(NSURLSession * _Nonnull)session;
|
||||
@end
|
||||
|
||||
@class NSURLSessionStreamTask;
|
||||
@class NSOutputStream;
|
||||
|
||||
@interface SessionDelegate (SWIFT_EXTENSION(Alamofire)) <NSURLSessionStreamDelegate>
|
||||
/// Tells the delegate that the read side of the connection has been closed.
|
||||
|
@ -509,19 +461,11 @@ SWIFT_CLASS("_TtC9Alamofire15SessionDelegate")
|
|||
|
||||
|
||||
|
||||
@interface NSURLSession (SWIFT_EXTENSION(Alamofire))
|
||||
@end
|
||||
|
||||
@class NSURLSessionUploadTask;
|
||||
|
||||
SWIFT_CLASS("_TtC9Alamofire18UploadTaskDelegate")
|
||||
@interface UploadTaskDelegate : DataTaskDelegate
|
||||
@property (nonatomic, readonly, strong) NSURLSessionUploadTask * _Nonnull uploadTask;
|
||||
@property (nonatomic, strong) NSProgress * _Nonnull uploadProgress;
|
||||
- (nonnull instancetype)initWithTask:(NSURLSessionTask * _Nullable)task OBJC_DESIGNATED_INITIALIZER;
|
||||
- (void)reset;
|
||||
@property (nonatomic, copy) void (^ _Nullable taskDidSendBodyData)(NSURLSession * _Nonnull, NSURLSessionTask * _Nonnull, int64_t, int64_t, int64_t);
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend;
|
||||
@end
|
||||
|
||||
SWIFT_MODULE_NAMESPACE_POP
|
||||
#pragma clang diagnostic pop
|
||||
|
|
2
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Headers/Alamofire.h
generated
vendored
2
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Headers/Alamofire.h
generated
vendored
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// Alamofire.h
|
||||
//
|
||||
// Copyright (c) 2014-2016 Alamofire Software Foundation (http://alamofire.org/)
|
||||
// Copyright (c) 2014-2017 Alamofire Software Foundation (http://alamofire.org/)
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Info.plist
generated
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Modules/module.modulemap
generated
vendored
1
iphone/Maps/3party/Carthage/Build/iOS/Alamofire.framework/Modules/module.modulemap
generated
vendored
|
@ -7,4 +7,5 @@ framework module Alamofire {
|
|||
|
||||
module Alamofire.Swift {
|
||||
header "Alamofire-Swift.h"
|
||||
requires objc
|
||||
}
|
||||
|
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/AlamofireImage.framework/AlamofireImage
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/AlamofireImage.framework/AlamofireImage
generated
vendored
Binary file not shown.
|
@ -1,7 +1,30 @@
|
|||
// Generated by Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)
|
||||
// Generated by Apple Swift version 4.0 effective-3.2 (swiftlang-900.0.65 clang-900.0.37)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wgcc-compat"
|
||||
|
||||
#if defined(__has_include) && __has_include(<swift/objc-prologue.h>)
|
||||
#if !defined(__has_include)
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
#if !defined(__has_attribute)
|
||||
# define __has_attribute(x) 0
|
||||
#endif
|
||||
#if !defined(__has_feature)
|
||||
# define __has_feature(x) 0
|
||||
#endif
|
||||
#if !defined(__has_warning)
|
||||
# define __has_warning(x) 0
|
||||
#endif
|
||||
|
||||
#if __has_attribute(external_source_symbol)
|
||||
# define SWIFT_STRINGIFY(str) #str
|
||||
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name) _Pragma(SWIFT_STRINGIFY(clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in=module_name, generated_declaration))), apply_to=any(function, enum, objc_interface, objc_category, objc_protocol))))
|
||||
# define SWIFT_MODULE_NAMESPACE_POP _Pragma("clang attribute pop")
|
||||
#else
|
||||
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name)
|
||||
# define SWIFT_MODULE_NAMESPACE_POP
|
||||
#endif
|
||||
|
||||
#if __has_include(<swift/objc-prologue.h>)
|
||||
# include <swift/objc-prologue.h>
|
||||
#endif
|
||||
|
||||
|
@ -13,7 +36,7 @@
|
|||
|
||||
#if !defined(SWIFT_TYPEDEFS)
|
||||
# define SWIFT_TYPEDEFS 1
|
||||
# if defined(__has_include) && __has_include(<uchar.h>)
|
||||
# if __has_include(<uchar.h>)
|
||||
# include <uchar.h>
|
||||
# elif !defined(__cplusplus) || __cplusplus < 201103L
|
||||
typedef uint_least16_t char16_t;
|
||||
|
@ -48,31 +71,36 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__has_attribute) && __has_attribute(objc_runtime_name)
|
||||
#if __has_attribute(objc_runtime_name)
|
||||
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
||||
#else
|
||||
# define SWIFT_RUNTIME_NAME(X)
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(swift_name)
|
||||
#if __has_attribute(swift_name)
|
||||
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
||||
#else
|
||||
# define SWIFT_COMPILE_NAME(X)
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(objc_method_family)
|
||||
#if __has_attribute(objc_method_family)
|
||||
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
||||
#else
|
||||
# define SWIFT_METHOD_FAMILY(X)
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(noescape)
|
||||
#if __has_attribute(noescape)
|
||||
# define SWIFT_NOESCAPE __attribute__((noescape))
|
||||
#else
|
||||
# define SWIFT_NOESCAPE
|
||||
#endif
|
||||
#if defined(__has_attribute) && __has_attribute(warn_unused_result)
|
||||
#if __has_attribute(warn_unused_result)
|
||||
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
||||
#else
|
||||
# define SWIFT_WARN_UNUSED_RESULT
|
||||
#endif
|
||||
#if __has_attribute(noreturn)
|
||||
# define SWIFT_NORETURN __attribute__((noreturn))
|
||||
#else
|
||||
# define SWIFT_NORETURN
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS_EXTRA)
|
||||
# define SWIFT_CLASS_EXTRA
|
||||
#endif
|
||||
|
@ -83,7 +111,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
# define SWIFT_ENUM_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS)
|
||||
# if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted)
|
||||
# if __has_attribute(objc_subclassing_restricted)
|
||||
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
|
||||
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# else
|
||||
|
@ -102,16 +130,23 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
#endif
|
||||
|
||||
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
||||
# if defined(__has_attribute) && __has_attribute(objc_designated_initializer)
|
||||
# if __has_attribute(objc_designated_initializer)
|
||||
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
||||
# else
|
||||
# define OBJC_DESIGNATED_INITIALIZER
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM_ATTR)
|
||||
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
|
||||
# define SWIFT_ENUM_ATTR __attribute__((enum_extensibility(open)))
|
||||
# else
|
||||
# define SWIFT_ENUM_ATTR
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM)
|
||||
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_EXTRA _name : _type
|
||||
# if defined(__has_feature) && __has_feature(generalized_swift_name)
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_EXTRA _name : _type
|
||||
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
|
||||
# if __has_feature(generalized_swift_name)
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
|
||||
# else
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name)
|
||||
# endif
|
||||
|
@ -131,138 +166,39 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|||
#if !defined(SWIFT_DEPRECATED_MSG)
|
||||
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
||||
#endif
|
||||
#if defined(__has_feature) && __has_feature(modules)
|
||||
#if __has_feature(attribute_diagnose_if_objc)
|
||||
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
||||
#else
|
||||
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
||||
#endif
|
||||
#if __has_feature(modules)
|
||||
@import UIKit;
|
||||
@import Foundation;
|
||||
@import CoreGraphics;
|
||||
#endif
|
||||
|
||||
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
||||
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
||||
#if __has_warning("-Wpragma-clang-attribute")
|
||||
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
||||
#endif
|
||||
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
||||
#pragma clang diagnostic ignored "-Wnullability"
|
||||
|
||||
@interface UIButton (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Cancels the active download request for the image, if one exists.
|
||||
- (void)af_cancelImageRequestFor:(UIControlState)state;
|
||||
/// Cancels the active download request for the background image, if one exists.
|
||||
- (void)af_cancelBackgroundImageRequestFor:(UIControlState)state;
|
||||
@end
|
||||
SWIFT_MODULE_NAMESPACE_PUSH("AlamofireImage")
|
||||
|
||||
|
||||
@interface UIImage (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Returns a new version of the image using a CoreImage filter with the specified name and parameters.
|
||||
/// \param name The name of the CoreImage filter to use on the new image.
|
||||
///
|
||||
/// \param parameters The parameters to apply to the CoreImage filter.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// A new image object, or <code>nil</code> if the filter failed for any reason.
|
||||
- (UIImage * _Nullable)af_imageFilteredWithCoreImageFilter:(NSString * _Nonnull)name parameters:(NSDictionary<NSString *, id> * _Nullable)parameters SWIFT_WARN_UNUSED_RESULT;
|
||||
@end
|
||||
|
||||
|
||||
@interface UIImage (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Initializes and returns the image object with the specified data in a thread-safe manner.
|
||||
/// It has been reported that there are thread-safety issues when initializing large amounts of images
|
||||
/// simultaneously. In the event of these issues occurring, this method can be used in place of
|
||||
/// the <code>init?(data:)</code> method.
|
||||
/// \param data The data object containing the image data.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// An initialized <code>UIImage</code> object, or <code>nil</code> if the method failed.
|
||||
+ (UIImage * _Nullable)af_threadSafeImageWith:(NSData * _Nonnull)data SWIFT_WARN_UNUSED_RESULT;
|
||||
/// Initializes and returns the image object with the specified data and scale in a thread-safe manner.
|
||||
/// It has been reported that there are thread-safety issues when initializing large amounts of images
|
||||
/// simultaneously. In the event of these issues occurring, this method can be used in place of
|
||||
/// the <code>init?(data:scale:)</code> method.
|
||||
/// \param data The data object containing the image data.
|
||||
///
|
||||
/// \param scale The scale factor to assume when interpreting the image data. Applying a scale factor of 1.0
|
||||
/// results in an image whose size matches the pixel-based dimensions of the image. Applying a
|
||||
/// different scale factor changes the size of the image as reported by the size property.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// An initialized <code>UIImage</code> object, or <code>nil</code> if the method failed.
|
||||
+ (UIImage * _Nullable)af_threadSafeImageWith:(NSData * _Nonnull)data scale:(CGFloat)scale SWIFT_WARN_UNUSED_RESULT;
|
||||
@end
|
||||
|
||||
|
||||
@interface UIImage (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Returns a new version of the image with the corners rounded to the specified radius.
|
||||
/// \param radius The radius to use when rounding the new image.
|
||||
///
|
||||
/// \param divideRadiusByImageScale Whether to divide the radius by the image scale. Set to <code>true</code> when the
|
||||
/// image has the same resolution for all screen scales such as @1x, @2x and
|
||||
/// @3x (i.e. single image from web server). Set to <code>false</code> for images loaded
|
||||
/// from an asset catalog with varying resolutions for each screen scale.
|
||||
/// <code>false</code> by default.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// A new image object.
|
||||
- (UIImage * _Nonnull)af_imageRoundedWithCornerRadius:(CGFloat)radius divideRadiusByImageScale:(BOOL)divideRadiusByImageScale SWIFT_WARN_UNUSED_RESULT;
|
||||
/// Returns a new version of the image rounded into a circle.
|
||||
///
|
||||
/// returns:
|
||||
/// A new image object.
|
||||
- (UIImage * _Nonnull)af_imageRoundedIntoCircle SWIFT_WARN_UNUSED_RESULT;
|
||||
@end
|
||||
|
||||
|
||||
@interface UIImage (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Returns a new version of the image scaled to the specified size.
|
||||
/// \param size The size to use when scaling the new image.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// A new image object.
|
||||
- (UIImage * _Nonnull)af_imageScaledTo:(CGSize)size SWIFT_WARN_UNUSED_RESULT;
|
||||
/// Returns a new version of the image scaled from the center while maintaining the aspect ratio to fit within
|
||||
/// a specified size.
|
||||
/// The resulting image contains an alpha component used to pad the width or height with the necessary transparent
|
||||
/// pixels to fit the specified size. In high performance critical situations, this may not be the optimal approach.
|
||||
/// To maintain an opaque image, you could compute the <code>scaledSize</code> manually, then use the <code>af_imageScaledToSize</code>
|
||||
/// method in conjunction with a <code>.Center</code> content mode to achieve the same visual result.
|
||||
/// \param size The size to use when scaling the new image.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// A new image object.
|
||||
- (UIImage * _Nonnull)af_imageAspectScaledToFit:(CGSize)size SWIFT_WARN_UNUSED_RESULT;
|
||||
/// Returns a new version of the image scaled from the center while maintaining the aspect ratio to fill a
|
||||
/// specified size. Any pixels that fall outside the specified size are clipped.
|
||||
/// \param size The size to use when scaling the new image.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// A new image object.
|
||||
- (UIImage * _Nonnull)af_imageAspectScaledToFill:(CGSize)size SWIFT_WARN_UNUSED_RESULT;
|
||||
@end
|
||||
|
||||
|
||||
@interface UIImage (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Returns whether the image contains an alpha component.
|
||||
@property (nonatomic, readonly) BOOL af_containsAlphaComponent;
|
||||
/// Returns whether the image is opaque.
|
||||
@property (nonatomic, readonly) BOOL af_isOpaque;
|
||||
@end
|
||||
|
||||
|
||||
@interface UIImage (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Returns whether the image is inflated.
|
||||
@property (nonatomic) BOOL af_inflated;
|
||||
/// Inflates the underlying compressed image data to be backed by an uncompressed bitmap representation.
|
||||
/// Inflating compressed image formats (such as PNG or JPEG) can significantly improve drawing performance as it
|
||||
/// allows a bitmap representation to be constructed in the background rather than on the main thread.
|
||||
- (void)af_inflate;
|
||||
@end
|
||||
|
||||
|
||||
@interface UIImageView (SWIFT_EXTENSION(AlamofireImage))
|
||||
/// Cancels the active download request, if one exists.
|
||||
- (void)af_cancelImageRequest;
|
||||
@end
|
||||
|
||||
|
||||
SWIFT_MODULE_NAMESPACE_POP
|
||||
#pragma clang diagnostic pop
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// AlamofireImage.h
|
||||
//
|
||||
// Copyright (c) 2015-2016 Alamofire Software Foundation (http://alamofire.org/)
|
||||
// Copyright (c) 2015-2017 Alamofire Software Foundation (http://alamofire.org/)
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/AlamofireImage.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/AlamofireImage.framework/Info.plist
generated
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7,4 +7,5 @@ framework module AlamofireImage {
|
|||
|
||||
module AlamofireImage.Swift {
|
||||
header "AlamofireImage-Swift.h"
|
||||
requires objc
|
||||
}
|
||||
|
|
8
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/Headers/PWInAppManager.h
generated
vendored
8
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/Headers/PWInAppManager.h
generated
vendored
|
@ -6,6 +6,8 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
|
||||
/**
|
||||
`PWJavaScriptInterface` protocol is a representation of Javascript object that can be added at runtime into In-App Message HTML page
|
||||
to provide native calls and callbacks to Objective-C/Swift.
|
||||
|
@ -75,6 +77,8 @@
|
|||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
`PWInAppManager` class offers access to the singletone-instance of the inapp messages manager responsible for sending events and managing inapp message notifications.
|
||||
*/
|
||||
|
@ -117,9 +121,13 @@
|
|||
*/
|
||||
- (void)postEvent:(NSString *)event withAttributes:(NSDictionary *)attributes;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
|
||||
/**
|
||||
Adds javascript interface for In-App Messages. Interface will be accessible from javascript as object with specified `name` and functions defined in `interface` class.
|
||||
*/
|
||||
- (void)addJavascriptInterface:(NSObject<PWJavaScriptInterface>*)interface withName:(NSString*)name;
|
||||
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
|
|
@ -5,15 +5,21 @@
|
|||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <StoreKit/StoreKit.h>
|
||||
#import <UserNotifications/UserNotifications.h>
|
||||
#endif
|
||||
|
||||
#define PUSHWOOSH_VERSION @"5.1.5"
|
||||
#define PUSHWOOSH_VERSION @"5.3.6"
|
||||
|
||||
|
||||
@class PushNotificationManager;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
@class CLLocation;
|
||||
#endif
|
||||
|
||||
typedef void (^PushwooshGetTagsHandler)(NSDictionary *tags);
|
||||
typedef void (^PushwooshErrorHandler)(NSError *error);
|
||||
|
@ -43,12 +49,10 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
/**
|
||||
Tells the delegate that the push manager has received a remote notification.
|
||||
|
||||
If this method is implemented `onPushAccepted:withNotification:` will not be called, internal message boxes will not be displayed.
|
||||
|
||||
@param pushManager The push manager that received the remote notification.
|
||||
@param pushNotification A dictionary that contains information referring to the remote notification, potentially including a badge number for the application icon, an alert sound, an alert message to display to the user, a notification identifier, and custom data.
|
||||
The provider originates it as a JSON-defined dictionary that iOS converts to an NSDictionary object; the dictionary may contain only property-list objects plus NSNull.
|
||||
@param onStart If the application was not active when the push notification was received, the application will be launched with this parameter equal to `YES`, otherwise the parameter will be `NO`.
|
||||
@param onStart If the application was not foreground when the push notification was received, the application will be opened with this parameter equal to `YES`, otherwise the parameter will be `NO`.
|
||||
*/
|
||||
- (void)onPushReceived:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification onStart:(BOOL)onStart;
|
||||
|
||||
|
@ -70,10 +74,10 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
}
|
||||
|
||||
*/
|
||||
- (void)onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification;
|
||||
- (void)onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification DEPRECATED_ATTRIBUTE;
|
||||
|
||||
/**
|
||||
Tells the delegate that the user has pressed OK on the push notification.
|
||||
Tells the delegate that the user has pressed on the push notification banner.
|
||||
|
||||
@param pushManager The push manager that received the remote notification.
|
||||
@param pushNotification A dictionary that contains information about the remote notification, potentially including a badge number for the application icon, an alert sound, an alert message to display to the user, a notification identifier, and custom data.
|
||||
|
@ -88,7 +92,7 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
p = 1pb;
|
||||
}
|
||||
|
||||
@param onStart If the application was not active when the push notification was received, the application will be launched with this parameter equal to `YES`, otherwise the parameter will be `NO`.
|
||||
@param onStart If the application was not foreground when the push notification was received, the application will be opened with this parameter equal to `YES`, otherwise the parameter will be `NO`.
|
||||
*/
|
||||
- (void)onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification onStart:(BOOL)onStart;
|
||||
|
||||
|
@ -187,11 +191,15 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
*/
|
||||
@property (nonatomic, copy, readonly) NSDictionary *launchNotification;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
|
||||
/**
|
||||
Returns UNUserNotificationCenterDelegate that handles foreground push notifications on iOS10
|
||||
*/
|
||||
@property (nonatomic, strong, readonly) id<UNUserNotificationCenterDelegate> notificationCenterDelegate;
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
Initializes PushNotificationManager. Usually called by Pushwoosh Runtime internally.
|
||||
@param appCode Pushwoosh App ID.
|
||||
|
@ -218,6 +226,12 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
- (void)unregisterForPushNotifications;
|
||||
|
||||
- (instancetype)initWithApplicationCode:(NSString *)appCode appName:(NSString *)appName;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
|
||||
/**
|
||||
Deprecated. Use initWithApplicationCode:appName: method instead
|
||||
*/
|
||||
- (id)initWithApplicationCode:(NSString *)appCode navController:(UIViewController *)navController appName:(NSString *)appName __attribute__((deprecated));
|
||||
|
||||
/**
|
||||
|
@ -237,6 +251,8 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
*/
|
||||
- (void)stopLocationTracking;
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
Send tags to server. Tag names have to be created in the Pushwoosh Control Panel. Possible tag types: Integer, String, Incremental (integer only), List tags (array of values).
|
||||
|
||||
|
@ -293,6 +309,7 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
*/
|
||||
- (void)sendBadges:(NSInteger)badge;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
/**
|
||||
Sends in-app purchases to Pushwoosh. Use in paymentQueue:updatedTransactions: payment queue method (see example).
|
||||
|
||||
|
@ -305,6 +322,7 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
|
|||
@param transactions Array of SKPaymentTransaction items as received in the payment queue.
|
||||
*/
|
||||
- (void)sendSKPaymentTransactions:(NSArray *)transactions;
|
||||
#endif
|
||||
|
||||
/**
|
||||
Tracks individual in-app purchase. See recommended `sendSKPaymentTransactions:` method.
|
||||
|
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/Info.plist
generated
vendored
Binary file not shown.
459
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/PushNotificationManager.h
generated
vendored
459
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/PushNotificationManager.h
generated
vendored
|
@ -1,459 +0,0 @@
|
|||
//
|
||||
// PushNotificationManager.h
|
||||
// Pushwoosh SDK
|
||||
// (c) Pushwoosh 2014
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <StoreKit/StoreKit.h>
|
||||
#import <UserNotifications/UserNotifications.h>
|
||||
|
||||
#define PUSHWOOSH_VERSION @"5.0.2"
|
||||
|
||||
|
||||
@class PushNotificationManager;
|
||||
@class CLLocation;
|
||||
|
||||
typedef void (^PushwooshGetTagsHandler)(NSDictionary *tags);
|
||||
typedef void (^PushwooshErrorHandler)(NSError *error);
|
||||
|
||||
/**
|
||||
`PushNotificationDelegate` protocol defines the methods that can be implemented in the delegate of the `PushNotificationManager` class' singleton object.
|
||||
These methods provide information about the key events for push notification manager such as registering with APS services, receiving push notifications or working with the received notification.
|
||||
These methods implementation allows to react on these events properly.
|
||||
*/
|
||||
@protocol PushNotificationDelegate
|
||||
|
||||
@optional
|
||||
/**
|
||||
Tells the delegate that the application has registered with Apple Push Service (APS) successfully.
|
||||
|
||||
@param token A token used for identifying the device with APS.
|
||||
*/
|
||||
- (void)onDidRegisterForRemoteNotificationsWithDeviceToken:(NSString *)token;
|
||||
|
||||
/**
|
||||
Sent to the delegate when Apple Push Service (APS) could not complete the registration process successfully.
|
||||
|
||||
@param error An NSError object encapsulating the information about the reason of the registration failure. Within this method you can define application's behaviour in case of registration failure.
|
||||
*/
|
||||
- (void)onDidFailToRegisterForRemoteNotificationsWithError:(NSError *)error;
|
||||
|
||||
/**
|
||||
Tells the delegate that the push manager has received a remote notification.
|
||||
|
||||
If this method is implemented `onPushAccepted:withNotification:` will not be called, internal message boxes will not be displayed.
|
||||
|
||||
@param pushManager The push manager that received the remote notification.
|
||||
@param pushNotification A dictionary that contains information referring to the remote notification, potentially including a badge number for the application icon, an alert sound, an alert message to display to the user, a notification identifier, and custom data.
|
||||
The provider originates it as a JSON-defined dictionary that iOS converts to an NSDictionary object; the dictionary may contain only property-list objects plus NSNull.
|
||||
@param onStart If the application was not active when the push notification was received, the application will be launched with this parameter equal to `YES`, otherwise the parameter will be `NO`.
|
||||
*/
|
||||
- (void)onPushReceived:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification onStart:(BOOL)onStart;
|
||||
|
||||
/**
|
||||
Tells the delegate that the user has pressed OK on the push notification.
|
||||
IMPORTANT: This method is used for backwards compatibility and is deprecated. Please use the `onPushAccepted:withNotification:onStart:` method instead
|
||||
|
||||
@param pushManager The push manager that received the remote notification.
|
||||
@param pushNotification A dictionary that contains information referring to the remote notification, potentially including a badge number for the application icon, an alert sound, an alert message to display to the user, a notification identifier, and custom data.
|
||||
The provider originates it as a JSON-defined dictionary that iOS converts to an NSDictionary object; the dictionary may contain only property-list objects plus NSNull.
|
||||
Push dictionary sample:
|
||||
|
||||
{
|
||||
aps = {
|
||||
alert = "Some text.";
|
||||
sound = default;
|
||||
};
|
||||
p = 1pb;
|
||||
}
|
||||
|
||||
*/
|
||||
- (void)onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification;
|
||||
|
||||
/**
|
||||
Tells the delegate that the user has pressed OK on the push notification.
|
||||
|
||||
@param pushManager The push manager that received the remote notification.
|
||||
@param pushNotification A dictionary that contains information about the remote notification, potentially including a badge number for the application icon, an alert sound, an alert message to display to the user, a notification identifier, and custom data.
|
||||
The provider originates it as a JSON-defined dictionary that iOS converts to an NSDictionary object; the dictionary may contain only property-list objects plus NSNull.
|
||||
Push dictionary sample:
|
||||
|
||||
{
|
||||
aps = {
|
||||
alert = "Some text.";
|
||||
sound = default;
|
||||
};
|
||||
p = 1pb;
|
||||
}
|
||||
|
||||
@param onStart If the application was not active when the push notification was received, the application will be launched with this parameter equal to `YES`, otherwise the parameter will be `NO`.
|
||||
*/
|
||||
- (void)onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification onStart:(BOOL)onStart;
|
||||
|
||||
/**
|
||||
Tells the delegate that the push manager has received tags from the server.
|
||||
|
||||
@param tags Dictionary representation of received tags.
|
||||
Dictionary example:
|
||||
|
||||
{
|
||||
Country = ru;
|
||||
Language = ru;
|
||||
}
|
||||
|
||||
*/
|
||||
- (void)onTagsReceived:(NSDictionary *)tags;
|
||||
|
||||
/**
|
||||
Sent to the delegate when push manager could not complete the tags receiving process successfully.
|
||||
|
||||
@param error An NSError object that encapsulates information why receiving tags did not succeed.
|
||||
*/
|
||||
- (void)onTagsFailedToReceive:(NSError *)error;
|
||||
|
||||
/**
|
||||
Tells the delegate that In-App with specified code has been closed
|
||||
|
||||
@param code In-App code
|
||||
*/
|
||||
- (void)onInAppClosed:(NSString *)code;
|
||||
|
||||
/**
|
||||
Tells the delegate that In-App with specified code has been displayed
|
||||
|
||||
@param code In-App code
|
||||
*/
|
||||
- (void)onInAppDisplayed:(NSString *)code;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
`PWTags` class encapsulates the methods for creating tags parameters for sending them to the server.
|
||||
*/
|
||||
@interface PWTags : NSObject
|
||||
|
||||
/**
|
||||
Creates a dictionary for incrementing/decrementing a numeric tag on the server.
|
||||
|
||||
Example:
|
||||
|
||||
NSDictionary *tags = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
aliasField.text, @"Alias",
|
||||
[NSNumber numberWithInt:[favNumField.text intValue]], @"FavNumber",
|
||||
[PWTags incrementalTagWithInteger:5], @"price",
|
||||
nil];
|
||||
|
||||
[[PushNotificationManager pushManager] setTags:tags];
|
||||
|
||||
@param delta Difference that needs to be applied to the tag's counter.
|
||||
|
||||
@return Dictionary, that needs to be sent as the value for the tag
|
||||
*/
|
||||
+ (NSDictionary *)incrementalTagWithInteger:(NSInteger)delta;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
`PushNotificationManager` class offers access to the singletone-instance of the push manager responsible for registering the device with the APS servers, receiving and processing push notifications.
|
||||
*/
|
||||
@interface PushNotificationManager : NSObject {
|
||||
}
|
||||
|
||||
/**
|
||||
Pushwoosh Application ID. Usually retrieved automatically from Info.plist parameter `Pushwoosh_APPID`
|
||||
*/
|
||||
@property (nonatomic, copy, readonly) NSString *appCode;
|
||||
|
||||
/**
|
||||
Application name. Usually retrieved automatically from Info.plist bundle name (CFBundleDisplayName). Could be used to override bundle name. In addition could be set in Info.plist as `Pushwoosh_APPNAME` parameter.
|
||||
*/
|
||||
@property (nonatomic, copy, readonly) NSString *appName;
|
||||
|
||||
/**
|
||||
`PushNotificationDelegate` protocol delegate that would receive the information about events for push notification manager such as registering with APS services, receiving push notifications or working with the received notification.
|
||||
Pushwoosh Runtime sets it to ApplicationDelegate by default
|
||||
*/
|
||||
@property (nonatomic, weak) NSObject<PushNotificationDelegate> *delegate;
|
||||
|
||||
/**
|
||||
Show push notifications alert when push notification is received while the app is running, default is `YES`
|
||||
*/
|
||||
@property (nonatomic, assign) BOOL showPushnotificationAlert;
|
||||
|
||||
/**
|
||||
Returns push notification payload if the app was started in response to push notification or null otherwise
|
||||
*/
|
||||
@property (nonatomic, copy, readonly) NSDictionary *launchNotification;
|
||||
|
||||
/**
|
||||
Returns UNUserNotificationCenterDelegate that handles foreground push notifications on iOS10
|
||||
*/
|
||||
@property (nonatomic, strong, readonly) id<UNUserNotificationCenterDelegate> notificationCenterDelegate;
|
||||
|
||||
/**
|
||||
Initializes PushNotificationManager. Usually called by Pushwoosh Runtime internally.
|
||||
@param appCode Pushwoosh App ID.
|
||||
@param appName Application name.
|
||||
*/
|
||||
+ (void)initializeWithAppCode:(NSString *)appCode appName:(NSString *)appName;
|
||||
|
||||
/**
|
||||
Returns an object representing the current push manager.
|
||||
|
||||
@return A singleton object that represents the push manager.
|
||||
*/
|
||||
+ (PushNotificationManager *)pushManager;
|
||||
|
||||
/**
|
||||
Registers for push notifications. By default registeres for "UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert" flags.
|
||||
Automatically detects if you have "newsstand-content" in "UIBackgroundModes" and adds "UIRemoteNotificationTypeNewsstandContentAvailability" flag.
|
||||
*/
|
||||
- (void)registerForPushNotifications;
|
||||
|
||||
/**
|
||||
Unregisters from push notifications. You should call this method in rare circumstances only, such as when a new version of the app drops support for remote notifications. Users can temporarily prevent apps from receiving remote notifications through the Notifications section of the Settings app. Apps unregistered through this method can always re-register.
|
||||
*/
|
||||
- (void)unregisterForPushNotifications;
|
||||
|
||||
- (instancetype)initWithApplicationCode:(NSString *)appCode appName:(NSString *)appName;
|
||||
- (id)initWithApplicationCode:(NSString *)appCode navController:(UIViewController *)navController appName:(NSString *)appName __attribute__((deprecated));
|
||||
|
||||
/**
|
||||
Sends geolocation to the server for GeoFencing push technology. Called internally, please use `startLocationTracking` and `stopLocationTracking` functions.
|
||||
|
||||
@param location Location to be sent.
|
||||
*/
|
||||
- (void)sendLocation:(CLLocation *)location;
|
||||
|
||||
/**
|
||||
Start location tracking.
|
||||
*/
|
||||
- (void)startLocationTracking;
|
||||
|
||||
/**
|
||||
Stops location tracking
|
||||
*/
|
||||
- (void)stopLocationTracking;
|
||||
|
||||
/**
|
||||
Send tags to server. Tag names have to be created in the Pushwoosh Control Panel. Possible tag types: Integer, String, Incremental (integer only), List tags (array of values).
|
||||
|
||||
Example:
|
||||
|
||||
NSDictionary *tags = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
aliasField.text, @"Alias",
|
||||
[NSNumber numberWithInt:[favNumField.text intValue]], @"FavNumber",
|
||||
[PWTags incrementalTagWithInteger:5], @"price",
|
||||
[NSArray arrayWithObjects:@"Item1", @"Item2", @"Item3", nil], @"List",
|
||||
nil];
|
||||
|
||||
[[PushNotificationManager pushManager] setTags:tags];
|
||||
|
||||
@param tags Dictionary representation of tags to send.
|
||||
*/
|
||||
- (void)setTags:(NSDictionary *)tags;
|
||||
|
||||
/**
|
||||
Send tags to server with completion block. If setTags succeeds competion is called with nil argument. If setTags fails completion is called with error.
|
||||
*/
|
||||
- (void)setTags:(NSDictionary *)tags withCompletion:(void (^)(NSError *error))completion;
|
||||
|
||||
/**
|
||||
Get tags from the server. Calls delegate method `onTagsReceived:` or `onTagsFailedToReceive:` depending on the results.
|
||||
*/
|
||||
- (void)loadTags;
|
||||
|
||||
/**
|
||||
Get tags from server. Calls delegate method if exists and handler (block).
|
||||
|
||||
@param successHandler The block is executed on the successful completion of the request. This block has no return value and takes one argument: the dictionary representation of the recieved tags.
|
||||
Example of the dictionary representation of the received tags:
|
||||
|
||||
{
|
||||
Country = ru;
|
||||
Language = ru;
|
||||
}
|
||||
|
||||
@param errorHandler The block is executed on the unsuccessful completion of the request. This block has no return value and takes one argument: the error that occurred during the request.
|
||||
*/
|
||||
- (void)loadTags:(PushwooshGetTagsHandler)successHandler error:(PushwooshErrorHandler)errorHandler;
|
||||
|
||||
/**
|
||||
Informs the Pushwoosh about the app being launched. Usually called internally by SDK Runtime.
|
||||
*/
|
||||
- (void)sendAppOpen;
|
||||
|
||||
/**
|
||||
Sends current badge value to server. Called internally by SDK Runtime when `UIApplication` `setApplicationBadgeNumber:` is set. This function is used for "auto-incremeting" badges to work.
|
||||
This way Pushwoosh server can know what current badge value is set for the application.
|
||||
|
||||
@param badge Current badge value.
|
||||
*/
|
||||
- (void)sendBadges:(NSInteger)badge;
|
||||
|
||||
/**
|
||||
Sends in-app purchases to Pushwoosh. Use in paymentQueue:updatedTransactions: payment queue method (see example).
|
||||
|
||||
Example:
|
||||
|
||||
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions {
|
||||
[[PushNotificationManager pushManager] sendSKPaymentTransactions:transactions];
|
||||
}
|
||||
|
||||
@param transactions Array of SKPaymentTransaction items as received in the payment queue.
|
||||
*/
|
||||
- (void)sendSKPaymentTransactions:(NSArray *)transactions;
|
||||
|
||||
/**
|
||||
Tracks individual in-app purchase. See recommended `sendSKPaymentTransactions:` method.
|
||||
|
||||
@param productIdentifier purchased product ID
|
||||
@param price price for the product
|
||||
@param currencyCode currency of the price (ex: @"USD")
|
||||
@param date time of the purchase (ex: [NSDate now])
|
||||
*/
|
||||
- (void)sendPurchase:(NSString *)productIdentifier withPrice:(NSDecimalNumber *)price currencyCode:(NSString *)currencyCode andDate:(NSDate *)date;
|
||||
|
||||
/**
|
||||
Gets current push token.
|
||||
|
||||
@return Current push token. May be nil if no push token is available yet.
|
||||
*/
|
||||
- (NSString *)getPushToken;
|
||||
|
||||
/**
|
||||
Gets HWID. Unique device identifier that used in all API calls with Pushwoosh.
|
||||
This is identifierForVendor for iOS >= 7.
|
||||
|
||||
@return Unique device identifier.
|
||||
*/
|
||||
- (NSString *)getHWID;
|
||||
|
||||
- (void)handlePushRegistration:(NSData *)devToken;
|
||||
- (void)handlePushRegistrationString:(NSString *)deviceID;
|
||||
|
||||
//internal
|
||||
- (void)handlePushRegistrationFailure:(NSError *)error;
|
||||
|
||||
//if the push is received while the app is running. internal
|
||||
- (BOOL)handlePushReceived:(NSDictionary *)userInfo;
|
||||
|
||||
/**
|
||||
Gets APN payload from push notifications dictionary.
|
||||
|
||||
Example:
|
||||
|
||||
- (void) onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification onStart:(BOOL)onStart {
|
||||
NSDictionary * apnPayload = [[PushNotificationsManager pushManager] getApnPayload:pushNotification];
|
||||
NSLog(@"%@", apnPayload);
|
||||
}
|
||||
|
||||
For Push dictionary sample:
|
||||
|
||||
{
|
||||
aps = {
|
||||
alert = "Some text.";
|
||||
sound = default;
|
||||
};
|
||||
p = 1pb;
|
||||
}
|
||||
|
||||
Result is:
|
||||
|
||||
{
|
||||
alert = "Some text.";
|
||||
sound = default;
|
||||
};
|
||||
|
||||
@param pushNotification Push notifications dictionary as received in `onPushAccepted: withNotification: onStart:`
|
||||
*/
|
||||
- (NSDictionary *)getApnPayload:(NSDictionary *)pushNotification;
|
||||
|
||||
/**
|
||||
Gets custom JSON string data from push notifications dictionary as specified in Pushwoosh Control Panel.
|
||||
|
||||
Example:
|
||||
|
||||
- (void) onPushAccepted:(PushNotificationManager *)pushManager withNotification:(NSDictionary *)pushNotification onStart:(BOOL)onStart {
|
||||
NSString * customData = [[PushNotificationsManager pushManager] getCustomPushData:pushNotification];
|
||||
NSLog(@"%@", customData);
|
||||
}
|
||||
|
||||
@param pushNotification Push notifications dictionary as received in `onPushAccepted: withNotification: onStart:`
|
||||
*/
|
||||
- (NSString *)getCustomPushData:(NSDictionary *)pushNotification;
|
||||
|
||||
/**
|
||||
The same as getCustomPushData but returns NSDictionary rather than JSON string (converts JSON string into NSDictionary).
|
||||
*/
|
||||
- (NSDictionary *)getCustomPushDataAsNSDict:(NSDictionary *)pushNotification;
|
||||
|
||||
/**
|
||||
Returns dictionary with enabled remove notificaton types.
|
||||
Example enabled push:
|
||||
{
|
||||
enabled = 1;
|
||||
pushAlert = 1;
|
||||
pushBadge = 1;
|
||||
pushSound = 1;
|
||||
type = 7;
|
||||
}
|
||||
|
||||
where "type" field is UIUserNotificationType
|
||||
|
||||
Disabled push:
|
||||
{
|
||||
enabled = 1;
|
||||
pushAlert = 0;
|
||||
pushBadge = 0;
|
||||
pushSound = 0;
|
||||
type = 0;
|
||||
}
|
||||
|
||||
Note: In the latter example "enabled" field means that device can receive push notification but could not display alerts (ex: silent push)
|
||||
*/
|
||||
+ (NSMutableDictionary *)getRemoteNotificationStatus;
|
||||
|
||||
/**
|
||||
Clears the notifications from the notification center.
|
||||
*/
|
||||
+ (void)clearNotificationCenter;
|
||||
|
||||
/**
|
||||
Set User indentifier. This could be Facebook ID, username or email, or any other user ID.
|
||||
This allows data and events to be matched across multiple user devices.
|
||||
*/
|
||||
- (void)setUserId:(NSString *)userId;
|
||||
|
||||
/**
|
||||
Move all events from oldUserId to newUserId if doMerge is true. If doMerge is false all events for oldUserId are removed.
|
||||
|
||||
@param oldUserId source user
|
||||
@param newUserId destination user
|
||||
@param doMerge if false all events for oldUserId are removed, if true all events for oldUserId are moved to newUserId
|
||||
@param completion callback
|
||||
*/
|
||||
- (void)mergeUserId:(NSString *)oldUserId to:(NSString *)newUserId doMerge:(BOOL)doMerge completion:(void (^)(NSError *error))completion;
|
||||
|
||||
/**
|
||||
Post events for In-App Messages. This can trigger In-App message display as specified in Pushwoosh Control Panel.
|
||||
|
||||
Example:
|
||||
|
||||
[[PushNotificationManager pushManager] setUserId:@"96da2f590cd7246bbde0051047b0d6f7"];
|
||||
[[PushNotificationManager pushManager] postEvent:@"buttonPressed" withAttributes:@{ @"buttonNumber" : @"4", @"buttonLabel" : @"Banner" } completion:nil];
|
||||
|
||||
@param event name of the event
|
||||
@param attributes NSDictionary of event attributes
|
||||
@param completion function to call after posting event
|
||||
*/
|
||||
- (void)postEvent:(NSString *)event withAttributes:(NSDictionary *)attributes completion:(void (^)(NSError *error))completion;
|
||||
|
||||
/**
|
||||
See `postEvent:withAttributes:completion:`
|
||||
*/
|
||||
- (void)postEvent:(NSString *)event withAttributes:(NSDictionary *)attributes;
|
||||
|
||||
@end
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/Pushwoosh
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/Pushwoosh.framework/Pushwoosh
generated
vendored
Binary file not shown.
Binary file not shown.
|
@ -44,5 +44,5 @@
|
|||
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
|
||||
#endif
|
||||
|
||||
#define FBSDK_VERSION_STRING @"4.23.0"
|
||||
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.9"
|
||||
#define FBSDK_VERSION_STRING @"4.26.0"
|
||||
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.10"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -11,7 +11,6 @@
|
|||
34F408E61E9E1DA400E57AC0 /* FacebookInterstitialCustomEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F407631E9E1DA400E57AC0 /* FacebookInterstitialCustomEvent.m */; };
|
||||
34F408E71E9E1DA400E57AC0 /* FacebookNativeAdAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F407651E9E1DA400E57AC0 /* FacebookNativeAdAdapter.m */; };
|
||||
34F408E81E9E1DA400E57AC0 /* FacebookNativeCustomEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F407671E9E1DA400E57AC0 /* FacebookNativeCustomEvent.m */; };
|
||||
34F408E91E9E1DA400E57AC0 /* FBAudienceNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34F407691E9E1DA400E57AC0 /* FBAudienceNetwork.framework */; };
|
||||
34F408EB1E9E1DA400E57AC0 /* MPBannerAdManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F4076E1E9E1DA400E57AC0 /* MPBannerAdManager.m */; };
|
||||
34F408EC1E9E1DA400E57AC0 /* MPBannerCustomEventAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F407711E9E1DA400E57AC0 /* MPBannerCustomEventAdapter.m */; };
|
||||
34F408ED1E9E1DA400E57AC0 /* MPBaseBannerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F407731E9E1DA400E57AC0 /* MPBaseBannerAdapter.m */; };
|
||||
|
@ -563,7 +562,6 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
34F408E91E9E1DA400E57AC0 /* FBAudienceNetwork.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -1367,6 +1365,7 @@
|
|||
ONLY_ACTIVE_ARCH = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
VALID_ARCHS = arm64;
|
||||
};
|
||||
name = AdHoc;
|
||||
};
|
||||
|
@ -1392,6 +1391,7 @@
|
|||
ONLY_ACTIVE_ARCH = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
VALID_ARCHS = arm64;
|
||||
};
|
||||
name = "Production Full";
|
||||
};
|
||||
|
@ -1416,6 +1416,7 @@
|
|||
MACH_O_TYPE = staticlib;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
VALID_ARCHS = x86_64;
|
||||
};
|
||||
name = "Simulator Release";
|
||||
};
|
||||
|
@ -1440,6 +1441,7 @@
|
|||
MACH_O_TYPE = staticlib;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
VALID_ARCHS = x86_64;
|
||||
};
|
||||
name = Simulator;
|
||||
};
|
||||
|
@ -1464,6 +1466,7 @@
|
|||
MACH_O_TYPE = staticlib;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
VALID_ARCHS = arm64;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -1476,6 +1479,7 @@
|
|||
MACH_O_TYPE = staticlib;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
VALID_ARCHS = arm64;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
@ -1488,6 +1492,7 @@
|
|||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -1500,6 +1505,7 @@
|
|||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue