forked from organicmaps/organicmaps
[iOS] replace carthage with cocoapods, update facebook login sdk to v4.42.0
This commit is contained in:
parent
bb15e2759e
commit
003f83e28a
593 changed files with 43026 additions and 8096 deletions
|
@ -50,7 +50,6 @@ you'll need to create a "data" symlink in the shadow-dir path to the /repo/data
|
|||
### XCode
|
||||
|
||||
* Install [Homebrew](http://brew.sh/) and run `brew install qt5`.
|
||||
* Install Carthage: `brew install carthage`.
|
||||
* Run XCode, open `xcode/omim.xcworkspace`.
|
||||
* Select "xcMAPS.ME" scheme and run the product.
|
||||
|
||||
|
|
|
@ -162,7 +162,6 @@ to SDK and NDK. Or specify these in command line:
|
|||
|
||||
## iOS
|
||||
|
||||
* Install [Homebrew](http://brew.sh/) and run `brew install carthage`.
|
||||
* Open `xcode/omim.xcworkspace` in XCode.
|
||||
* Select "xcMAPS.ME" product scheme for developing, or "MAPS.ME" to make a distribution package.
|
||||
* Run the project (Product → Run).
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
github "AppsFlyerSDK/AppsFlyerFramework" == 4.8.9
|
||||
github "facebook/Facebook-SDK-Swift" == 0.4.0
|
||||
github "Pushwoosh/pushwoosh-ios-sdk" == 5.9.0
|
||||
github "skywinder/ActionSheetPicker-3.0" == 2.3.0
|
|
@ -1,6 +0,0 @@
|
|||
github "AppsFlyerSDK/AppsFlyerFramework" "4.8.9"
|
||||
github "BoltsFramework/Bolts-ObjC" "1.9.0"
|
||||
github "Pushwoosh/pushwoosh-ios-sdk" "5.9.0"
|
||||
github "facebook/Facebook-SDK-Swift" "0.4.0"
|
||||
github "facebook/facebook-objc-sdk" "sdk-version-4.36.0"
|
||||
github "skywinder/ActionSheetPicker-3.0" "2.3.0"
|
1
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Alamofire
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Alamofire
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Alamofire
|
1
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Modules
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Modules
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
1
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Resources
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Resources
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
BIN
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Versions/A/Alamofire
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Versions/A/Alamofire
generated
vendored
Binary file not shown.
|
@ -1,468 +0,0 @@
|
|||
// Generated by Apple Swift version 4.2 effective-3.4 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wgcc-compat"
|
||||
|
||||
#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_include(<swift/objc-prologue.h>)
|
||||
# include <swift/objc-prologue.h>
|
||||
#endif
|
||||
|
||||
#pragma clang diagnostic ignored "-Wauto-import"
|
||||
#include <objc/NSObject.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#if !defined(SWIFT_TYPEDEFS)
|
||||
# define SWIFT_TYPEDEFS 1
|
||||
# if __has_include(<uchar.h>)
|
||||
# include <uchar.h>
|
||||
# elif !defined(__cplusplus)
|
||||
typedef uint_least16_t char16_t;
|
||||
typedef uint_least32_t char32_t;
|
||||
# endif
|
||||
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_PASTE)
|
||||
# define SWIFT_PASTE_HELPER(x, y) x##y
|
||||
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
||||
#endif
|
||||
#if !defined(SWIFT_METATYPE)
|
||||
# define SWIFT_METATYPE(X) Class
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS_PROPERTY)
|
||||
# if __has_feature(objc_class_property)
|
||||
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
||||
# else
|
||||
# define SWIFT_CLASS_PROPERTY(...)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if __has_attribute(objc_runtime_name)
|
||||
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
||||
#else
|
||||
# define SWIFT_RUNTIME_NAME(X)
|
||||
#endif
|
||||
#if __has_attribute(swift_name)
|
||||
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
||||
#else
|
||||
# define SWIFT_COMPILE_NAME(X)
|
||||
#endif
|
||||
#if __has_attribute(objc_method_family)
|
||||
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
||||
#else
|
||||
# define SWIFT_METHOD_FAMILY(X)
|
||||
#endif
|
||||
#if __has_attribute(noescape)
|
||||
# define SWIFT_NOESCAPE __attribute__((noescape))
|
||||
#else
|
||||
# define SWIFT_NOESCAPE
|
||||
#endif
|
||||
#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
|
||||
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
||||
# define SWIFT_PROTOCOL_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM_EXTRA)
|
||||
# define SWIFT_ENUM_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS)
|
||||
# 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
|
||||
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_PROTOCOL)
|
||||
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
||||
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_EXTENSION)
|
||||
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
||||
#endif
|
||||
|
||||
#if !defined(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(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
||||
# else
|
||||
# define SWIFT_ENUM_ATTR(_extensibility)
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM)
|
||||
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
||||
# if __has_feature(generalized_swift_name)
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
||||
# else
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_UNAVAILABLE)
|
||||
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
||||
#endif
|
||||
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
||||
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
||||
#endif
|
||||
#if !defined(SWIFT_AVAILABILITY)
|
||||
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
||||
#endif
|
||||
#if !defined(SWIFT_DEPRECATED)
|
||||
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
||||
#endif
|
||||
#if !defined(SWIFT_DEPRECATED_MSG)
|
||||
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
||||
#endif
|
||||
#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"
|
||||
#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"
|
||||
|
||||
#if __has_attribute(external_source_symbol)
|
||||
# pragma push_macro("any")
|
||||
# undef any
|
||||
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Alamofire",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
||||
# pragma pop_macro("any")
|
||||
#endif
|
||||
|
||||
@class NSURLSession;
|
||||
@class NSURLSessionTask;
|
||||
@class NSHTTPURLResponse;
|
||||
@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
|
||||
- (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;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didCompleteWithError:(NSError * _Nullable)error;
|
||||
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
||||
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
|
||||
@end
|
||||
|
||||
@class NSURLSessionDataTask;
|
||||
@class NSURLResponse;
|
||||
@class NSURLSessionDownloadTask;
|
||||
@class NSCachedURLResponse;
|
||||
|
||||
SWIFT_CLASS("_TtC9Alamofire16DataTaskDelegate")
|
||||
@interface DataTaskDelegate : TaskDelegate <NSURLSessionDataDelegate>
|
||||
- (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;
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask willCacheResponse:(NSCachedURLResponse * _Nonnull)proposedResponse completionHandler:(void (^ _Nonnull)(NSCachedURLResponse * _Nullable))completionHandler;
|
||||
@end
|
||||
|
||||
|
||||
SWIFT_CLASS("_TtC9Alamofire20DownloadTaskDelegate")
|
||||
@interface DownloadTaskDelegate : TaskDelegate <NSURLSessionDownloadDelegate>
|
||||
- (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
|
||||
|
||||
|
||||
|
||||
|
||||
/// Responsible for handling all delegate callbacks for the underlying session.
|
||||
SWIFT_CLASS("_TtC9Alamofire15SessionDelegate")
|
||||
@interface SessionDelegate : NSObject
|
||||
/// Initializes the <code>SessionDelegate</code> instance.
|
||||
///
|
||||
/// returns:
|
||||
/// The new <code>SessionDelegate</code> instance.
|
||||
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
||||
/// Returns a <code>Bool</code> indicating whether the <code>SessionDelegate</code> implements or inherits a method that can respond
|
||||
/// to a specified message.
|
||||
/// \param selector A selector that identifies a message.
|
||||
///
|
||||
///
|
||||
/// returns:
|
||||
/// <code>true</code> if the receiver implements or inherits a method that can respond to selector, otherwise <code>false</code>.
|
||||
- (BOOL)respondsToSelector:(SEL _Nonnull)selector SWIFT_WARN_UNUSED_RESULT;
|
||||
@end
|
||||
|
||||
|
||||
@interface SessionDelegate (SWIFT_EXTENSION(Alamofire)) <NSURLSessionDelegate>
|
||||
/// Tells the delegate that the session has been invalidated.
|
||||
/// \param session The session object that was invalidated.
|
||||
///
|
||||
/// \param error The error that caused invalidation, or nil if the invalidation was explicit.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session didBecomeInvalidWithError:(NSError * _Nullable)error;
|
||||
/// Requests credentials from the delegate in response to a session-level authentication request from the
|
||||
/// remote server.
|
||||
/// \param session The session containing the task that requested authentication.
|
||||
///
|
||||
/// \param challenge An object that contains the request for authentication.
|
||||
///
|
||||
/// \param completionHandler A handler that your delegate method must call providing the disposition
|
||||
/// and credential.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session didReceiveChallenge:(NSURLAuthenticationChallenge * _Nonnull)challenge completionHandler:(void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable))completionHandler;
|
||||
@end
|
||||
|
||||
|
||||
@interface SessionDelegate (SWIFT_EXTENSION(Alamofire)) <NSURLSessionDownloadDelegate>
|
||||
/// Tells the delegate that a download task has finished downloading.
|
||||
/// \param session The session containing the download task that finished.
|
||||
///
|
||||
/// \param downloadTask The download task that finished.
|
||||
///
|
||||
/// \param location A file URL for the temporary file. Because the file is temporary, you must either
|
||||
/// open the file for reading or move it to a permanent location in your app’s sandbox
|
||||
/// container directory before returning from this delegate method.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didFinishDownloadingToURL:(NSURL * _Nonnull)location;
|
||||
/// Periodically informs the delegate about the download’s progress.
|
||||
/// \param session The session containing the download task.
|
||||
///
|
||||
/// \param downloadTask The download task.
|
||||
///
|
||||
/// \param bytesWritten The number of bytes transferred since the last time this delegate
|
||||
/// method was called.
|
||||
///
|
||||
/// \param totalBytesWritten The total number of bytes transferred so far.
|
||||
///
|
||||
/// \param totalBytesExpectedToWrite The expected length of the file, as provided by the Content-Length
|
||||
/// header. If this header was not provided, the value is
|
||||
/// <code>NSURLSessionTransferSizeUnknown</code>.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite;
|
||||
/// Tells the delegate that the download task has resumed downloading.
|
||||
/// \param session The session containing the download task that finished.
|
||||
///
|
||||
/// \param downloadTask The download task that resumed. See explanation in the discussion.
|
||||
///
|
||||
/// \param fileOffset If the file’s cache policy or last modified date prevents reuse of the
|
||||
/// existing content, then this value is zero. Otherwise, this value is an
|
||||
/// integer representing the number of bytes on disk that do not need to be
|
||||
/// retrieved again.
|
||||
///
|
||||
/// \param expectedTotalBytes The expected length of the file, as provided by the Content-Length header.
|
||||
/// If this header was not provided, the value is NSURLSessionTransferSizeUnknown.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didResumeAtOffset:(int64_t)fileOffset expectedTotalBytes:(int64_t)expectedTotalBytes;
|
||||
@end
|
||||
|
||||
@class NSURLSessionStreamTask;
|
||||
@class NSOutputStream;
|
||||
|
||||
SWIFT_AVAILABILITY(tvos,introduced=9.0) SWIFT_AVAILABILITY(macos,introduced=10.11) SWIFT_AVAILABILITY(ios,introduced=9.0)
|
||||
@interface SessionDelegate (SWIFT_EXTENSION(Alamofire)) <NSURLSessionStreamDelegate>
|
||||
/// Tells the delegate that the read side of the connection has been closed.
|
||||
/// \param session The session.
|
||||
///
|
||||
/// \param streamTask The stream task.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session readClosedForStreamTask:(NSURLSessionStreamTask * _Nonnull)streamTask;
|
||||
/// Tells the delegate that the write side of the connection has been closed.
|
||||
/// \param session The session.
|
||||
///
|
||||
/// \param streamTask The stream task.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session writeClosedForStreamTask:(NSURLSessionStreamTask * _Nonnull)streamTask;
|
||||
/// Tells the delegate that the system has determined that a better route to the host is available.
|
||||
/// \param session The session.
|
||||
///
|
||||
/// \param streamTask The stream task.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session betterRouteDiscoveredForStreamTask:(NSURLSessionStreamTask * _Nonnull)streamTask;
|
||||
/// Tells the delegate that the stream task has been completed and provides the unopened stream objects.
|
||||
/// \param session The session.
|
||||
///
|
||||
/// \param streamTask The stream task.
|
||||
///
|
||||
/// \param inputStream The new input stream.
|
||||
///
|
||||
/// \param outputStream The new output stream.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session streamTask:(NSURLSessionStreamTask * _Nonnull)streamTask didBecomeInputStream:(NSInputStream * _Nonnull)inputStream outputStream:(NSOutputStream * _Nonnull)outputStream;
|
||||
@end
|
||||
|
||||
|
||||
@interface SessionDelegate (SWIFT_EXTENSION(Alamofire)) <NSURLSessionDataDelegate>
|
||||
/// Tells the delegate that the data task received the initial reply (headers) from the server.
|
||||
/// \param session The session containing the data task that received an initial reply.
|
||||
///
|
||||
/// \param dataTask The data task that received an initial reply.
|
||||
///
|
||||
/// \param response A URL response object populated with headers.
|
||||
///
|
||||
/// \param completionHandler A completion handler that your code calls to continue the transfer, passing a
|
||||
/// constant to indicate whether the transfer should continue as a data task or
|
||||
/// should become a download task.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didReceiveResponse:(NSURLResponse * _Nonnull)response completionHandler:(void (^ _Nonnull)(NSURLSessionResponseDisposition))completionHandler;
|
||||
/// Tells the delegate that the data task was changed to a download task.
|
||||
/// \param session The session containing the task that was replaced by a download task.
|
||||
///
|
||||
/// \param dataTask The data task that was replaced by a download task.
|
||||
///
|
||||
/// \param downloadTask The new download task that replaced the data task.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didBecomeDownloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask;
|
||||
/// Tells the delegate that the data task has received some of the expected data.
|
||||
/// \param session The session containing the data task that provided data.
|
||||
///
|
||||
/// \param dataTask The data task that provided data.
|
||||
///
|
||||
/// \param data A data object containing the transferred data.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didReceiveData:(NSData * _Nonnull)data;
|
||||
/// Asks the delegate whether the data (or upload) task should store the response in the cache.
|
||||
/// \param session The session containing the data (or upload) task.
|
||||
///
|
||||
/// \param dataTask The data (or upload) task.
|
||||
///
|
||||
/// \param proposedResponse The default caching behavior. This behavior is determined based on the current
|
||||
/// caching policy and the values of certain received headers, such as the Pragma
|
||||
/// and Cache-Control headers.
|
||||
///
|
||||
/// \param completionHandler A block that your handler must call, providing either the original proposed
|
||||
/// response, a modified version of that response, or NULL to prevent caching the
|
||||
/// response. If your delegate implements this method, it must call this completion
|
||||
/// handler; otherwise, your app leaks memory.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask willCacheResponse:(NSCachedURLResponse * _Nonnull)proposedResponse completionHandler:(void (^ _Nonnull)(NSCachedURLResponse * _Nullable))completionHandler;
|
||||
@end
|
||||
|
||||
@class NSURLSessionTaskMetrics;
|
||||
|
||||
@interface SessionDelegate (SWIFT_EXTENSION(Alamofire)) <NSURLSessionTaskDelegate>
|
||||
/// Tells the delegate that the remote server requested an HTTP redirect.
|
||||
/// \param session The session containing the task whose request resulted in a redirect.
|
||||
///
|
||||
/// \param task The task whose request resulted in a redirect.
|
||||
///
|
||||
/// \param response An object containing the server’s response to the original request.
|
||||
///
|
||||
/// \param request A URL request object filled out with the new location.
|
||||
///
|
||||
/// \param completionHandler A closure that your handler should call with either the value of the request
|
||||
/// parameter, a modified URL request object, or NULL to refuse the redirect and
|
||||
/// return the body of the redirect response.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task willPerformHTTPRedirection:(NSHTTPURLResponse * _Nonnull)response newRequest:(NSURLRequest * _Nonnull)request completionHandler:(void (^ _Nonnull)(NSURLRequest * _Nullable))completionHandler;
|
||||
/// Requests credentials from the delegate in response to an authentication request from the remote server.
|
||||
/// \param session The session containing the task whose request requires authentication.
|
||||
///
|
||||
/// \param task The task whose request requires authentication.
|
||||
///
|
||||
/// \param challenge An object that contains the request for authentication.
|
||||
///
|
||||
/// \param completionHandler A handler that your delegate method must call providing the disposition
|
||||
/// and credential.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didReceiveChallenge:(NSURLAuthenticationChallenge * _Nonnull)challenge completionHandler:(void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable))completionHandler;
|
||||
/// Tells the delegate when a task requires a new request body stream to send to the remote server.
|
||||
/// \param session The session containing the task that needs a new body stream.
|
||||
///
|
||||
/// \param task The task that needs a new body stream.
|
||||
///
|
||||
/// \param completionHandler A completion handler that your delegate method should call with the new body stream.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task needNewBodyStream:(void (^ _Nonnull)(NSInputStream * _Nullable))completionHandler;
|
||||
/// Periodically informs the delegate of the progress of sending body content to the server.
|
||||
/// \param session The session containing the data task.
|
||||
///
|
||||
/// \param task The data task.
|
||||
///
|
||||
/// \param bytesSent The number of bytes sent since the last time this delegate method was called.
|
||||
///
|
||||
/// \param totalBytesSent The total number of bytes sent so far.
|
||||
///
|
||||
/// \param totalBytesExpectedToSend The expected length of the body data.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend;
|
||||
/// Tells the delegate that the session finished collecting metrics for the task.
|
||||
/// \param session The session collecting the metrics.
|
||||
///
|
||||
/// \param task The task whose metrics have been collected.
|
||||
///
|
||||
/// \param metrics The collected metrics.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didFinishCollectingMetrics:(NSURLSessionTaskMetrics * _Nonnull)metrics SWIFT_AVAILABILITY(tvos,introduced=10.0) SWIFT_AVAILABILITY(macos,introduced=10.12) SWIFT_AVAILABILITY(ios,introduced=10.0);
|
||||
/// Tells the delegate that the task finished transferring data.
|
||||
/// \param session The session containing the task whose request finished transferring data.
|
||||
///
|
||||
/// \param task The task whose request finished transferring data.
|
||||
///
|
||||
/// \param error If an error occurred, an error object indicating how the transfer failed, otherwise nil.
|
||||
///
|
||||
- (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didCompleteWithError:(NSError * _Nullable)error;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
SWIFT_CLASS("_TtC9Alamofire18UploadTaskDelegate")
|
||||
@interface UploadTaskDelegate : DataTaskDelegate
|
||||
@end
|
||||
|
||||
#if __has_attribute(external_source_symbol)
|
||||
# pragma clang attribute pop
|
||||
#endif
|
||||
#pragma clang diagnostic pop
|
28
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Versions/A/Headers/Alamofire.h
generated
vendored
28
iphone/Maps/3party/Carthage/Build/Mac/Alamofire.framework/Versions/A/Headers/Alamofire.h
generated
vendored
|
@ -1,28 +0,0 @@
|
|||
//
|
||||
// Alamofire.h
|
||||
//
|
||||
// Copyright (c) 2014-2018 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
|
||||
// in the Software without restriction, including without limitation the rights
|
||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
// copies of the Software, and to permit persons to whom the Software is
|
||||
// furnished to do so, subject to the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be included in
|
||||
// all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
// THE SOFTWARE.
|
||||
//
|
||||
|
||||
@import Foundation;
|
||||
|
||||
FOUNDATION_EXPORT double AlamofireVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char AlamofireVersionString[];
|
Binary file not shown.
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
framework module Alamofire {
|
||||
umbrella header "Alamofire.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
module Alamofire.Swift {
|
||||
header "Alamofire-Swift.h"
|
||||
requires objc
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>18A391</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Alamofire</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.alamofire.Alamofire</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Alamofire</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.7.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18A384</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1000</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
1
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/AlamofireImage
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/AlamofireImage
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/AlamofireImage
|
1
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/Modules
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/Modules
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
1
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/Resources
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/Resources
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
BIN
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/Versions/A/AlamofireImage
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/Mac/AlamofireImage.framework/Versions/A/AlamofireImage
generated
vendored
Binary file not shown.
|
@ -1,186 +0,0 @@
|
|||
// Generated by Apple Swift version 4.2 effective-3.4 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wgcc-compat"
|
||||
|
||||
#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_include(<swift/objc-prologue.h>)
|
||||
# include <swift/objc-prologue.h>
|
||||
#endif
|
||||
|
||||
#pragma clang diagnostic ignored "-Wauto-import"
|
||||
#include <objc/NSObject.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#if !defined(SWIFT_TYPEDEFS)
|
||||
# define SWIFT_TYPEDEFS 1
|
||||
# if __has_include(<uchar.h>)
|
||||
# include <uchar.h>
|
||||
# elif !defined(__cplusplus)
|
||||
typedef uint_least16_t char16_t;
|
||||
typedef uint_least32_t char32_t;
|
||||
# endif
|
||||
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_PASTE)
|
||||
# define SWIFT_PASTE_HELPER(x, y) x##y
|
||||
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
||||
#endif
|
||||
#if !defined(SWIFT_METATYPE)
|
||||
# define SWIFT_METATYPE(X) Class
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS_PROPERTY)
|
||||
# if __has_feature(objc_class_property)
|
||||
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
||||
# else
|
||||
# define SWIFT_CLASS_PROPERTY(...)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if __has_attribute(objc_runtime_name)
|
||||
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
||||
#else
|
||||
# define SWIFT_RUNTIME_NAME(X)
|
||||
#endif
|
||||
#if __has_attribute(swift_name)
|
||||
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
||||
#else
|
||||
# define SWIFT_COMPILE_NAME(X)
|
||||
#endif
|
||||
#if __has_attribute(objc_method_family)
|
||||
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
||||
#else
|
||||
# define SWIFT_METHOD_FAMILY(X)
|
||||
#endif
|
||||
#if __has_attribute(noescape)
|
||||
# define SWIFT_NOESCAPE __attribute__((noescape))
|
||||
#else
|
||||
# define SWIFT_NOESCAPE
|
||||
#endif
|
||||
#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
|
||||
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
||||
# define SWIFT_PROTOCOL_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM_EXTRA)
|
||||
# define SWIFT_ENUM_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS)
|
||||
# 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
|
||||
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_PROTOCOL)
|
||||
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
||||
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_EXTENSION)
|
||||
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
||||
#endif
|
||||
|
||||
#if !defined(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(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
||||
# else
|
||||
# define SWIFT_ENUM_ATTR(_extensibility)
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM)
|
||||
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
||||
# if __has_feature(generalized_swift_name)
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
||||
# else
|
||||
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(SWIFT_UNAVAILABLE)
|
||||
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
||||
#endif
|
||||
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
||||
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
||||
#endif
|
||||
#if !defined(SWIFT_AVAILABILITY)
|
||||
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
||||
#endif
|
||||
#if !defined(SWIFT_DEPRECATED)
|
||||
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
||||
#endif
|
||||
#if !defined(SWIFT_DEPRECATED_MSG)
|
||||
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
||||
#endif
|
||||
#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)
|
||||
#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"
|
||||
|
||||
#if __has_attribute(external_source_symbol)
|
||||
# pragma push_macro("any")
|
||||
# undef any
|
||||
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="AlamofireImage",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
||||
# pragma pop_macro("any")
|
||||
#endif
|
||||
|
||||
#if __has_attribute(external_source_symbol)
|
||||
# pragma clang attribute pop
|
||||
#endif
|
||||
#pragma clang diagnostic pop
|
|
@ -1,28 +0,0 @@
|
|||
//
|
||||
// AlamofireImage.h
|
||||
//
|
||||
// Copyright (c) 2015-2018 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
|
||||
// in the Software without restriction, including without limitation the rights
|
||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
// copies of the Software, and to permit persons to whom the Software is
|
||||
// furnished to do so, subject to the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be included in
|
||||
// all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
// THE SOFTWARE.
|
||||
//
|
||||
|
||||
@import Foundation;
|
||||
|
||||
FOUNDATION_EXPORT double AlamofireImageVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char AlamofireImageVersionString[];
|
Binary file not shown.
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
framework module AlamofireImage {
|
||||
umbrella header "AlamofireImage.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
module AlamofireImage.Swift {
|
||||
header "AlamofireImage-Swift.h"
|
||||
requires objc
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>18A391</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>AlamofireImage</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.alamofire.AlamofireImage</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>AlamofireImage</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.4.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18A384</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1000</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Bolts
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Bolts
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Bolts
|
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Headers
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Headers
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Headers
|
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Modules
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Modules
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Resources
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Resources
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
BIN
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Versions/A/Bolts
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Versions/A/Bolts
generated
vendored
Binary file not shown.
44
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Versions/A/Resources/Info.plist
generated
vendored
44
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Versions/A/Resources/Info.plist
generated
vendored
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>18A391</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Bolts</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.bolts.macos</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Bolts</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.9.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.9.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18A384</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1000</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10A255</string>
|
||||
</dict>
|
||||
</plist>
|
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Versions/Current
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Bolts.framework/Versions/Current
generated
vendored
|
@ -1 +0,0 @@
|
|||
A
|
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Headers
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Headers
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Headers
|
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Modules
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Modules
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Resources
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Resources
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
BIN
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Versions/A/Pushwoosh
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Versions/A/Pushwoosh
generated
vendored
Binary file not shown.
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>17G65</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Pushwoosh</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.pushwoosh.PushwooshMac</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Pushwoosh</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>18A384</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.14</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1000</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>10A255</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 Pushwoosh. All rights reserved.</string>
|
||||
</dict>
|
||||
</plist>
|
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Versions/Current
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Pushwoosh.framework/Versions/Current
generated
vendored
|
@ -1 +0,0 @@
|
|||
A
|
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Headers
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Headers
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Headers
|
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Modules
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Modules
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Modules
|
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Resources
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Resources
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Resources
|
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Timepiece
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Timepiece
generated
vendored
|
@ -1 +0,0 @@
|
|||
Versions/Current/Timepiece
|
|
@ -1,187 +0,0 @@
|
|||
// Generated by Apple Swift version 4.0.2 effective-3.2.2 (swiftlang-900.0.69.2 clang-900.0.38)
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wgcc-compat"
|
||||
|
||||
#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
|
||||
|
||||
#pragma clang diagnostic ignored "-Wauto-import"
|
||||
#include <objc/NSObject.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#if !defined(SWIFT_TYPEDEFS)
|
||||
# define SWIFT_TYPEDEFS 1
|
||||
# if __has_include(<uchar.h>)
|
||||
# include <uchar.h>
|
||||
# elif !defined(__cplusplus) || __cplusplus < 201103L
|
||||
typedef uint_least16_t char16_t;
|
||||
typedef uint_least32_t char32_t;
|
||||
# endif
|
||||
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
||||
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
||||
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
||||
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_PASTE)
|
||||
# define SWIFT_PASTE_HELPER(x, y) x##y
|
||||
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
||||
#endif
|
||||
#if !defined(SWIFT_METATYPE)
|
||||
# define SWIFT_METATYPE(X) Class
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS_PROPERTY)
|
||||
# if __has_feature(objc_class_property)
|
||||
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
||||
# else
|
||||
# define SWIFT_CLASS_PROPERTY(...)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if __has_attribute(objc_runtime_name)
|
||||
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
||||
#else
|
||||
# define SWIFT_RUNTIME_NAME(X)
|
||||
#endif
|
||||
#if __has_attribute(swift_name)
|
||||
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
||||
#else
|
||||
# define SWIFT_COMPILE_NAME(X)
|
||||
#endif
|
||||
#if __has_attribute(objc_method_family)
|
||||
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
||||
#else
|
||||
# define SWIFT_METHOD_FAMILY(X)
|
||||
#endif
|
||||
#if __has_attribute(noescape)
|
||||
# define SWIFT_NOESCAPE __attribute__((noescape))
|
||||
#else
|
||||
# define SWIFT_NOESCAPE
|
||||
#endif
|
||||
#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
|
||||
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
||||
# define SWIFT_PROTOCOL_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_ENUM_EXTRA)
|
||||
# define SWIFT_ENUM_EXTRA
|
||||
#endif
|
||||
#if !defined(SWIFT_CLASS)
|
||||
# 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
|
||||
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_PROTOCOL)
|
||||
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
||||
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
||||
#endif
|
||||
|
||||
#if !defined(SWIFT_EXTENSION)
|
||||
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
||||
#endif
|
||||
|
||||
#if !defined(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_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
|
||||
#endif
|
||||
#if !defined(SWIFT_UNAVAILABLE)
|
||||
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
||||
#endif
|
||||
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
||||
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
||||
#endif
|
||||
#if !defined(SWIFT_AVAILABILITY)
|
||||
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
||||
#endif
|
||||
#if !defined(SWIFT_DEPRECATED)
|
||||
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
||||
#endif
|
||||
#if !defined(SWIFT_DEPRECATED_MSG)
|
||||
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
||||
#endif
|
||||
#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)
|
||||
#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"
|
||||
|
||||
SWIFT_MODULE_NAMESPACE_PUSH("Timepiece")
|
||||
SWIFT_MODULE_NAMESPACE_POP
|
||||
#pragma clang diagnostic pop
|
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
|||
framework module Timepiece {
|
||||
header "Timepiece-Swift.h"
|
||||
requires objc
|
||||
}
|
|
@ -1,49 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>17B48</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Timepiece</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>naoty.Timepiece</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Timepiece</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>9B55</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>17B41</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.13</string>
|
||||
<key>DTXcode</key>
|
||||
<string>0910</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>9B55</string>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
BIN
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Versions/A/Timepiece
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Versions/A/Timepiece
generated
vendored
Binary file not shown.
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Versions/Current
generated
vendored
1
iphone/Maps/3party/Carthage/Build/Mac/Timepiece.framework/Versions/Current
generated
vendored
|
@ -1 +0,0 @@
|
|||
A
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/AppsFlyerTracker.framework/AppsFlyerTracker
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/AppsFlyerTracker.framework/AppsFlyerTracker
generated
vendored
Binary file not shown.
|
@ -1,10 +0,0 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'AppsFlyerLib' target in the 'AppsFlyerLib' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#define kAppsFlyerSDKBuildNumber @"4.8.9"
|
||||
#define kJenkinsBuildNumber @"728"
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/AppsFlyerTracker.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/AppsFlyerTracker.framework/Info.plist
generated
vendored
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
framework module AppsFlyerTracker {
|
||||
umbrella header "AppsFlyerTracker.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Bolts
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Bolts
generated
vendored
Binary file not shown.
42
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFCancellationToken.h
generated
vendored
42
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFCancellationToken.h
generated
vendored
|
@ -1,42 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <Bolts/BFCancellationTokenRegistration.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/*!
|
||||
A block that will be called when a token is cancelled.
|
||||
*/
|
||||
typedef void(^BFCancellationBlock)(void);
|
||||
|
||||
/*!
|
||||
The consumer view of a CancellationToken.
|
||||
Propagates notification that operations should be canceled.
|
||||
A BFCancellationToken has methods to inspect whether the token has been cancelled.
|
||||
*/
|
||||
@interface BFCancellationToken : NSObject
|
||||
|
||||
/*!
|
||||
Whether cancellation has been requested for this token source.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly, getter=isCancellationRequested) BOOL cancellationRequested;
|
||||
|
||||
/*!
|
||||
Register a block to be notified when the token is cancelled.
|
||||
If the token is already cancelled the delegate will be notified immediately.
|
||||
*/
|
||||
- (BFCancellationTokenRegistration *)registerCancellationObserverWithBlock:(BFCancellationBlock)block;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/*!
|
||||
Represents the registration of a cancellation observer with a cancellation token.
|
||||
Can be used to unregister the observer at a later time.
|
||||
*/
|
||||
@interface BFCancellationTokenRegistration : NSObject
|
||||
|
||||
/*!
|
||||
Removes the cancellation observer registered with the token
|
||||
and releases all resources associated with this registration.
|
||||
*/
|
||||
- (void)dispose;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
|
@ -1,60 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class BFCancellationToken;
|
||||
|
||||
/*!
|
||||
BFCancellationTokenSource represents the producer side of a CancellationToken.
|
||||
Signals to a CancellationToken that it should be canceled.
|
||||
It is a cancellation token that also has methods
|
||||
for changing the state of a token by cancelling it.
|
||||
*/
|
||||
@interface BFCancellationTokenSource : NSObject
|
||||
|
||||
/*!
|
||||
Creates a new cancellation token source.
|
||||
*/
|
||||
+ (instancetype)cancellationTokenSource;
|
||||
|
||||
/*!
|
||||
The cancellation token associated with this CancellationTokenSource.
|
||||
*/
|
||||
@property (nonatomic, strong, readonly) BFCancellationToken *token;
|
||||
|
||||
/*!
|
||||
Whether cancellation has been requested for this token source.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly, getter=isCancellationRequested) BOOL cancellationRequested;
|
||||
|
||||
/*!
|
||||
Cancels the token if it has not already been cancelled.
|
||||
*/
|
||||
- (void)cancel;
|
||||
|
||||
/*!
|
||||
Schedules a cancel operation on this CancellationTokenSource after the specified number of milliseconds.
|
||||
@param millis The number of milliseconds to wait before completing the returned task.
|
||||
If delay is `0` the cancel is executed immediately. If delay is `-1` any scheduled cancellation is stopped.
|
||||
*/
|
||||
- (void)cancelAfterDelay:(int)millis;
|
||||
|
||||
/*!
|
||||
Releases all resources associated with this token source,
|
||||
including disposing of all registrations.
|
||||
*/
|
||||
- (void)dispose;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
62
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFExecutor.h
generated
vendored
62
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFExecutor.h
generated
vendored
|
@ -1,62 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/*!
|
||||
An object that can run a given block.
|
||||
*/
|
||||
@interface BFExecutor : NSObject
|
||||
|
||||
/*!
|
||||
Returns a default executor, which runs continuations immediately until the call stack gets too
|
||||
deep, then dispatches to a new GCD queue.
|
||||
*/
|
||||
+ (instancetype)defaultExecutor;
|
||||
|
||||
/*!
|
||||
Returns an executor that runs continuations on the thread where the previous task was completed.
|
||||
*/
|
||||
+ (instancetype)immediateExecutor;
|
||||
|
||||
/*!
|
||||
Returns an executor that runs continuations on the main thread.
|
||||
*/
|
||||
+ (instancetype)mainThreadExecutor;
|
||||
|
||||
/*!
|
||||
Returns a new executor that uses the given block to execute continuations.
|
||||
@param block The block to use.
|
||||
*/
|
||||
+ (instancetype)executorWithBlock:(void(^)(void(^block)(void)))block;
|
||||
|
||||
/*!
|
||||
Returns a new executor that runs continuations on the given queue.
|
||||
@param queue The instance of `dispatch_queue_t` to dispatch all continuations onto.
|
||||
*/
|
||||
+ (instancetype)executorWithDispatchQueue:(dispatch_queue_t)queue;
|
||||
|
||||
/*!
|
||||
Returns a new executor that runs continuations on the given queue.
|
||||
@param queue The instance of `NSOperationQueue` to run all continuations on.
|
||||
*/
|
||||
+ (instancetype)executorWithOperationQueue:(NSOperationQueue *)queue;
|
||||
|
||||
/*!
|
||||
Runs the given block using this executor's particular strategy.
|
||||
@param block The block to execute.
|
||||
*/
|
||||
- (void)execute:(void(^)(void))block;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
25
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFGeneric.h
generated
vendored
25
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFGeneric.h
generated
vendored
|
@ -1,25 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
This exists to use along with `BFTask` and `BFTaskCompletionSource`.
|
||||
|
||||
Instead of returning a `BFTask` with no generic type, or a generic type of 'NSNull'
|
||||
when there is no usable result from a task, we use the type 'BFVoid', which will always have a value of `nil`.
|
||||
|
||||
This allows you to provide a more enforced API contract to the caller,
|
||||
as sending any message to `BFVoid` will result in a compile time error.
|
||||
*/
|
||||
@class _BFVoid_Nonexistant;
|
||||
typedef _BFVoid_Nonexistant *BFVoid;
|
266
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFTask.h
generated
vendored
266
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFTask.h
generated
vendored
|
@ -1,266 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <Bolts/BFCancellationToken.h>
|
||||
#import <Bolts/BFGeneric.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/*!
|
||||
Error domain used if there was multiple errors on <BFTask taskForCompletionOfAllTasks:>.
|
||||
*/
|
||||
extern NSString *const BFTaskErrorDomain;
|
||||
|
||||
/*!
|
||||
An error code used for <BFTask taskForCompletionOfAllTasks:>, if there were multiple errors.
|
||||
*/
|
||||
extern NSInteger const kBFMultipleErrorsError;
|
||||
|
||||
/*!
|
||||
An error userInfo key used if there were multiple errors on <BFTask taskForCompletionOfAllTasks:>.
|
||||
Value type is `NSArray<NSError *> *`.
|
||||
*/
|
||||
extern NSString *const BFTaskMultipleErrorsUserInfoKey;
|
||||
|
||||
@class BFExecutor;
|
||||
@class BFTask;
|
||||
|
||||
/*!
|
||||
The consumer view of a Task. A BFTask has methods to
|
||||
inspect the state of the task, and to add continuations to
|
||||
be run once the task is complete.
|
||||
*/
|
||||
@interface BFTask<__covariant ResultType> : NSObject
|
||||
|
||||
/*!
|
||||
A block that can act as a continuation for a task.
|
||||
*/
|
||||
typedef __nullable id(^BFContinuationBlock)(BFTask<ResultType> *t);
|
||||
|
||||
/*!
|
||||
Creates a task that is already completed with the given result.
|
||||
@param result The result for the task.
|
||||
*/
|
||||
+ (instancetype)taskWithResult:(nullable ResultType)result;
|
||||
|
||||
/*!
|
||||
Creates a task that is already completed with the given error.
|
||||
@param error The error for the task.
|
||||
*/
|
||||
+ (instancetype)taskWithError:(NSError *)error;
|
||||
|
||||
/*!
|
||||
Creates a task that is already cancelled.
|
||||
*/
|
||||
+ (instancetype)cancelledTask;
|
||||
|
||||
/*!
|
||||
Returns a task that will be completed (with result == nil) once
|
||||
all of the input tasks have completed.
|
||||
@param tasks An `NSArray` of the tasks to use as an input.
|
||||
*/
|
||||
+ (instancetype)taskForCompletionOfAllTasks:(nullable NSArray<BFTask *> *)tasks;
|
||||
|
||||
/*!
|
||||
Returns a task that will be completed once all of the input tasks have completed.
|
||||
If all tasks complete successfully without being faulted or cancelled the result will be
|
||||
an `NSArray` of all task results in the order they were provided.
|
||||
@param tasks An `NSArray` of the tasks to use as an input.
|
||||
*/
|
||||
+ (instancetype)taskForCompletionOfAllTasksWithResults:(nullable NSArray<BFTask *> *)tasks;
|
||||
|
||||
/*!
|
||||
Returns a task that will be completed once there is at least one successful task.
|
||||
The first task to successuly complete will set the result, all other tasks results are
|
||||
ignored.
|
||||
@param tasks An `NSArray` of the tasks to use as an input.
|
||||
*/
|
||||
+ (instancetype)taskForCompletionOfAnyTask:(nullable NSArray<BFTask *> *)tasks;
|
||||
|
||||
/*!
|
||||
Returns a task that will be completed a certain amount of time in the future.
|
||||
@param millis The approximate number of milliseconds to wait before the
|
||||
task will be finished (with result == nil).
|
||||
*/
|
||||
+ (BFTask<BFVoid> *)taskWithDelay:(int)millis;
|
||||
|
||||
/*!
|
||||
Returns a task that will be completed a certain amount of time in the future.
|
||||
@param millis The approximate number of milliseconds to wait before the
|
||||
task will be finished (with result == nil).
|
||||
@param token The cancellation token (optional).
|
||||
*/
|
||||
+ (BFTask<BFVoid> *)taskWithDelay:(int)millis cancellationToken:(nullable BFCancellationToken *)token;
|
||||
|
||||
/*!
|
||||
Returns a task that will be completed after the given block completes with
|
||||
the specified executor.
|
||||
@param executor A BFExecutor responsible for determining how the
|
||||
continuation block will be run.
|
||||
@param block The block to immediately schedule to run with the given executor.
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
+ (instancetype)taskFromExecutor:(BFExecutor *)executor withBlock:(nullable id (^)(void))block;
|
||||
|
||||
// Properties that will be set on the task once it is completed.
|
||||
|
||||
/*!
|
||||
The result of a successful task.
|
||||
*/
|
||||
@property (nullable, nonatomic, strong, readonly) ResultType result;
|
||||
|
||||
/*!
|
||||
The error of a failed task.
|
||||
*/
|
||||
@property (nullable, nonatomic, strong, readonly) NSError *error;
|
||||
|
||||
/*!
|
||||
Whether this task has been cancelled.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly, getter=isCancelled) BOOL cancelled;
|
||||
|
||||
/*!
|
||||
Whether this task has completed due to an error.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly, getter=isFaulted) BOOL faulted;
|
||||
|
||||
/*!
|
||||
Whether this task has completed.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly, getter=isCompleted) BOOL completed;
|
||||
|
||||
/*!
|
||||
Enqueues the given block to be run once this task is complete.
|
||||
This method uses a default execution strategy. The block will be
|
||||
run on the thread where the previous task completes, unless the
|
||||
the stack depth is too deep, in which case it will be run on a
|
||||
dispatch queue with default priority.
|
||||
@param block The block to be run once this task is complete.
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithBlock:(BFContinuationBlock)block NS_SWIFT_NAME(continueWith(block:));
|
||||
|
||||
/*!
|
||||
Enqueues the given block to be run once this task is complete.
|
||||
This method uses a default execution strategy. The block will be
|
||||
run on the thread where the previous task completes, unless the
|
||||
the stack depth is too deep, in which case it will be run on a
|
||||
dispatch queue with default priority.
|
||||
@param block The block to be run once this task is complete.
|
||||
@param cancellationToken The cancellation token (optional).
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithBlock:(BFContinuationBlock)block
|
||||
cancellationToken:(nullable BFCancellationToken *)cancellationToken NS_SWIFT_NAME(continueWith(block:cancellationToken:));
|
||||
|
||||
/*!
|
||||
Enqueues the given block to be run once this task is complete.
|
||||
@param executor A BFExecutor responsible for determining how the
|
||||
continuation block will be run.
|
||||
@param block The block to be run once this task is complete.
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithExecutor:(BFExecutor *)executor
|
||||
withBlock:(BFContinuationBlock)block NS_SWIFT_NAME(continueWith(executor:block:));
|
||||
|
||||
/*!
|
||||
Enqueues the given block to be run once this task is complete.
|
||||
@param executor A BFExecutor responsible for determining how the
|
||||
continuation block will be run.
|
||||
@param block The block to be run once this task is complete.
|
||||
@param cancellationToken The cancellation token (optional).
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
his method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithExecutor:(BFExecutor *)executor
|
||||
block:(BFContinuationBlock)block
|
||||
cancellationToken:(nullable BFCancellationToken *)cancellationToken
|
||||
NS_SWIFT_NAME(continueWith(executor:block:cancellationToken:));
|
||||
|
||||
/*!
|
||||
Identical to continueWithBlock:, except that the block is only run
|
||||
if this task did not produce a cancellation or an error.
|
||||
If it did, then the failure will be propagated to the returned
|
||||
task.
|
||||
@param block The block to be run once this task is complete.
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithSuccessBlock:(BFContinuationBlock)block NS_SWIFT_NAME(continueOnSuccessWith(block:));
|
||||
|
||||
/*!
|
||||
Identical to continueWithBlock:, except that the block is only run
|
||||
if this task did not produce a cancellation or an error.
|
||||
If it did, then the failure will be propagated to the returned
|
||||
task.
|
||||
@param block The block to be run once this task is complete.
|
||||
@param cancellationToken The cancellation token (optional).
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithSuccessBlock:(BFContinuationBlock)block
|
||||
cancellationToken:(nullable BFCancellationToken *)cancellationToken
|
||||
NS_SWIFT_NAME(continueOnSuccessWith(block:cancellationToken:));
|
||||
|
||||
/*!
|
||||
Identical to continueWithExecutor:withBlock:, except that the block
|
||||
is only run if this task did not produce a cancellation, error, or an error.
|
||||
If it did, then the failure will be propagated to the returned task.
|
||||
@param executor A BFExecutor responsible for determining how the
|
||||
continuation block will be run.
|
||||
@param block The block to be run once this task is complete.
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithExecutor:(BFExecutor *)executor
|
||||
withSuccessBlock:(BFContinuationBlock)block NS_SWIFT_NAME(continueOnSuccessWith(executor:block:));
|
||||
|
||||
/*!
|
||||
Identical to continueWithExecutor:withBlock:, except that the block
|
||||
is only run if this task did not produce a cancellation or an error.
|
||||
If it did, then the failure will be propagated to the returned task.
|
||||
@param executor A BFExecutor responsible for determining how the
|
||||
continuation block will be run.
|
||||
@param block The block to be run once this task is complete.
|
||||
@param cancellationToken The cancellation token (optional).
|
||||
@returns A task that will be completed after block has run.
|
||||
If block returns a BFTask, then the task returned from
|
||||
this method will not be completed until that task is completed.
|
||||
*/
|
||||
- (BFTask *)continueWithExecutor:(BFExecutor *)executor
|
||||
successBlock:(BFContinuationBlock)block
|
||||
cancellationToken:(nullable BFCancellationToken *)cancellationToken
|
||||
NS_SWIFT_NAME(continueOnSuccessWith(executor:block:cancellationToken:));
|
||||
|
||||
/*!
|
||||
Waits until this operation is completed.
|
||||
This method is inefficient and consumes a thread resource while
|
||||
it's running. It should be avoided. This method logs a warning
|
||||
message if it is used on the main thread.
|
||||
*/
|
||||
- (void)waitUntilFinished;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
75
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFTaskCompletionSource.h
generated
vendored
75
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/BFTaskCompletionSource.h
generated
vendored
|
@ -1,75 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class BFTask<__covariant ResultType>;
|
||||
|
||||
/*!
|
||||
A BFTaskCompletionSource represents the producer side of tasks.
|
||||
It is a task that also has methods for changing the state of the
|
||||
task by settings its completion values.
|
||||
*/
|
||||
@interface BFTaskCompletionSource<__covariant ResultType> : NSObject
|
||||
|
||||
/*!
|
||||
Creates a new unfinished task.
|
||||
*/
|
||||
+ (instancetype)taskCompletionSource;
|
||||
|
||||
/*!
|
||||
The task associated with this TaskCompletionSource.
|
||||
*/
|
||||
@property (nonatomic, strong, readonly) BFTask<ResultType> *task;
|
||||
|
||||
/*!
|
||||
Completes the task by setting the result.
|
||||
Attempting to set this for a completed task will raise an exception.
|
||||
@param result The result of the task.
|
||||
*/
|
||||
- (void)setResult:(nullable ResultType)result NS_SWIFT_NAME(set(result:));
|
||||
|
||||
/*!
|
||||
Completes the task by setting the error.
|
||||
Attempting to set this for a completed task will raise an exception.
|
||||
@param error The error for the task.
|
||||
*/
|
||||
- (void)setError:(NSError *)error NS_SWIFT_NAME(set(error:));
|
||||
|
||||
/*!
|
||||
Completes the task by marking it as cancelled.
|
||||
Attempting to set this for a completed task will raise an exception.
|
||||
*/
|
||||
- (void)cancel;
|
||||
|
||||
/*!
|
||||
Sets the result of the task if it wasn't already completed.
|
||||
@returns whether the new value was set.
|
||||
*/
|
||||
- (BOOL)trySetResult:(nullable ResultType)result NS_SWIFT_NAME(trySet(result:));
|
||||
|
||||
/*!
|
||||
Sets the error of the task if it wasn't already completed.
|
||||
@param error The error for the task.
|
||||
@returns whether the new value was set.
|
||||
*/
|
||||
- (BOOL)trySetError:(NSError *)error NS_SWIFT_NAME(trySet(error:));
|
||||
|
||||
/*!
|
||||
Sets the cancellation state of the task if it wasn't already completed.
|
||||
@returns whether the new value was set.
|
||||
*/
|
||||
- (BOOL)trySetCancelled;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
39
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/Bolts.h
generated
vendored
39
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Headers/Bolts.h
generated
vendored
|
@ -1,39 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2014, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#import <Bolts/BFCancellationToken.h>
|
||||
#import <Bolts/BFCancellationTokenRegistration.h>
|
||||
#import <Bolts/BFCancellationTokenSource.h>
|
||||
#import <Bolts/BFExecutor.h>
|
||||
#import <Bolts/BFGeneric.h>
|
||||
#import <Bolts/BFTask.h>
|
||||
#import <Bolts/BFTaskCompletionSource.h>
|
||||
|
||||
#if __has_include(<Bolts/BFAppLink.h>) && TARGET_OS_IPHONE && !TARGET_OS_WATCH && !TARGET_OS_TV
|
||||
#import <Bolts/BFAppLink.h>
|
||||
#import <Bolts/BFAppLinkNavigation.h>
|
||||
#import <Bolts/BFAppLinkResolving.h>
|
||||
#import <Bolts/BFAppLinkReturnToRefererController.h>
|
||||
#import <Bolts/BFAppLinkReturnToRefererView.h>
|
||||
#import <Bolts/BFAppLinkTarget.h>
|
||||
#import <Bolts/BFMeasurementEvent.h>
|
||||
#import <Bolts/BFURL.h>
|
||||
#import <Bolts/BFWebViewAppLinkResolver.h>
|
||||
#endif
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/**
|
||||
A string containing the version of the Bolts Framework used by the current application.
|
||||
*/
|
||||
extern NSString *const BoltsFrameworkVersionString;
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Info.plist
generated
vendored
Binary file not shown.
15
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Modules/module.modulemap
generated
vendored
15
iphone/Maps/3party/Carthage/Build/iOS/Bolts.framework/Modules/module.modulemap
generated
vendored
|
@ -1,15 +0,0 @@
|
|||
framework module Bolts {
|
||||
umbrella header "Bolts.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
|
||||
explicit module BFAppLinkResolving {
|
||||
header "BFAppLinkResolving.h"
|
||||
export *
|
||||
}
|
||||
explicit module BFWebViewAppLinkResolver {
|
||||
header "BFWebViewAppLinkResolver.h"
|
||||
export *
|
||||
}
|
||||
}
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/CoreActionSheetPicker.framework/CoreActionSheetPicker
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/CoreActionSheetPicker.framework/CoreActionSheetPicker
generated
vendored
Binary file not shown.
|
@ -1,28 +0,0 @@
|
|||
//
|
||||
// CoreActionSheetPicker.h
|
||||
// CoreActionSheetPicker
|
||||
//
|
||||
// Created by Petr Korolev on 17/04/15.
|
||||
// Copyright (c) 2015 Petr Korolev. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
//! Project version number for CoreActionSheetPicker.
|
||||
FOUNDATION_EXPORT double CoreActionSheetPickerVersionNumber;
|
||||
|
||||
//! Project version string for CoreActionSheetPicker.
|
||||
FOUNDATION_EXPORT const unsigned char CoreActionSheetPickerVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <CoreActionSheetPicker/PublicHeader.h>
|
||||
|
||||
|
||||
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetCustomPicker.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetDatePicker.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetDistancePicker.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetLocalePicker.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetStringPicker.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetMultipleStringPicker.h>
|
||||
#import <CoreActionSheetPicker/DistancePickerView.h>
|
||||
#import <CoreActionSheetPicker/ActionSheetPicker.h>
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/CoreActionSheetPicker.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/CoreActionSheetPicker.framework/Info.plist
generated
vendored
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
framework module CoreActionSheetPicker {
|
||||
umbrella header "CoreActionSheetPicker.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/FBSDKCoreKit
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/FBSDKCoreKit
generated
vendored
Binary file not shown.
225
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/Headers/FBSDKConstants.h
generated
vendored
225
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/Headers/FBSDKConstants.h
generated
vendored
|
@ -1,225 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKMacros.h>
|
||||
|
||||
/**
|
||||
The error domain for all errors from FBSDKCoreKit.
|
||||
|
||||
Error codes from the SDK in the range 0-99 are reserved for this domain.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorDomain;
|
||||
|
||||
/**
|
||||
NS_ENUM(NSInteger, FBSDKErrorCode)
|
||||
Error codes for FBSDKErrorDomain.
|
||||
*/
|
||||
typedef NS_ENUM(NSInteger, FBSDKErrorCode)
|
||||
{
|
||||
/**
|
||||
Reserved.
|
||||
*/
|
||||
FBSDKReservedErrorCode = 0,
|
||||
|
||||
/**
|
||||
The error code for errors from invalid encryption on incoming encryption URLs.
|
||||
*/
|
||||
FBSDKEncryptionErrorCode,
|
||||
|
||||
/**
|
||||
The error code for errors from invalid arguments to SDK methods.
|
||||
*/
|
||||
FBSDKInvalidArgumentErrorCode,
|
||||
|
||||
/**
|
||||
The error code for unknown errors.
|
||||
*/
|
||||
FBSDKUnknownErrorCode,
|
||||
|
||||
/**
|
||||
A request failed due to a network error. Use NSUnderlyingErrorKey to retrieve
|
||||
the error object from the NSURLConnection for more information.
|
||||
*/
|
||||
FBSDKNetworkErrorCode,
|
||||
|
||||
/**
|
||||
The error code for errors encountered during an App Events flush.
|
||||
*/
|
||||
FBSDKAppEventsFlushErrorCode,
|
||||
|
||||
/**
|
||||
An endpoint that returns a binary response was used with FBSDKGraphRequestConnection.
|
||||
|
||||
Endpoints that return image/jpg, etc. should be accessed using NSURLRequest
|
||||
*/
|
||||
FBSDKGraphRequestNonTextMimeTypeReturnedErrorCode,
|
||||
|
||||
/**
|
||||
The operation failed because the server returned an unexpected response.
|
||||
|
||||
You can get this error if you are not using the most recent SDK, or you are accessing a version of the
|
||||
Graph API incompatible with the current SDK.
|
||||
*/
|
||||
FBSDKGraphRequestProtocolMismatchErrorCode,
|
||||
|
||||
/**
|
||||
The Graph API returned an error.
|
||||
|
||||
See below for useful userInfo keys (beginning with FBSDKGraphRequestError*)
|
||||
*/
|
||||
FBSDKGraphRequestGraphAPIErrorCode,
|
||||
|
||||
/**
|
||||
The specified dialog configuration is not available.
|
||||
|
||||
This error may signify that the configuration for the dialogs has not yet been downloaded from the server
|
||||
or that the dialog is unavailable. Subsequent attempts to use the dialog may succeed as the configuration is loaded.
|
||||
*/
|
||||
FBSDKDialogUnavailableErrorCode,
|
||||
|
||||
/**
|
||||
Indicates an operation failed because a required access token was not found.
|
||||
*/
|
||||
FBSDKAccessTokenRequiredErrorCode,
|
||||
|
||||
/**
|
||||
Indicates an app switch (typically for a dialog) failed because the destination app is out of date.
|
||||
*/
|
||||
FBSDKAppVersionUnsupportedErrorCode,
|
||||
|
||||
/**
|
||||
Indicates an app switch to the browser (typically for a dialog) failed.
|
||||
*/
|
||||
FBSDKBrowserUnavailableErrorCode,
|
||||
|
||||
/**
|
||||
|
||||
@warning use FBSDKBrowserUnavailableErrorCode instead
|
||||
*/
|
||||
FBSDKBrowswerUnavailableErrorCode __attribute__ ((deprecated("use FBSDKBrowserUnavailableErrorCode instead"))) = FBSDKBrowserUnavailableErrorCode,
|
||||
};
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKGraphRequestErrorCategory)
|
||||
Describes the category of Facebook error. See `FBSDKGraphRequestErrorCategoryKey`.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKGraphRequestErrorCategory)
|
||||
{
|
||||
/** The default error category that is not known to be recoverable. Check `FBSDKLocalizedErrorDescriptionKey` for a user facing message. */
|
||||
FBSDKGraphRequestErrorCategoryOther = 0,
|
||||
/** Indicates the error is temporary (such as server throttling). While a recoveryAttempter will be provided with the error instance, the attempt is guaranteed to succeed so you can simply retry the operation if you do not want to present an alert. */
|
||||
FBSDKGraphRequestErrorCategoryTransient = 1,
|
||||
/** Indicates the error can be recovered (such as requiring a login). A recoveryAttempter will be provided with the error instance that can take UI action. */
|
||||
FBSDKGraphRequestErrorCategoryRecoverable = 2
|
||||
};
|
||||
|
||||
/*
|
||||
@methodgroup error userInfo keys
|
||||
*/
|
||||
|
||||
/**
|
||||
The userInfo key for the invalid collection for errors with FBSDKInvalidArgumentErrorCode.
|
||||
|
||||
If the invalid argument is a collection, the collection can be found with this key and the individual
|
||||
invalid item can be found with FBSDKErrorArgumentValueKey.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorArgumentCollectionKey;
|
||||
|
||||
/**
|
||||
The userInfo key for the invalid argument name for errors with FBSDKInvalidArgumentErrorCode.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorArgumentNameKey;
|
||||
|
||||
/**
|
||||
The userInfo key for the invalid argument value for errors with FBSDKInvalidArgumentErrorCode.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorArgumentValueKey;
|
||||
|
||||
/**
|
||||
The userInfo key for the message for developers in NSErrors that originate from the SDK.
|
||||
|
||||
The developer message will not be localized and is not intended to be presented within the app.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorDeveloperMessageKey;
|
||||
|
||||
/**
|
||||
The userInfo key describing a localized description that can be presented to the user.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorLocalizedDescriptionKey;
|
||||
|
||||
/**
|
||||
The userInfo key describing a localized title that can be presented to the user, used with `FBSDKLocalizedErrorDescriptionKey`.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKErrorLocalizedTitleKey;
|
||||
|
||||
/*
|
||||
@methodgroup FBSDKGraphRequest error userInfo keys
|
||||
*/
|
||||
|
||||
/**
|
||||
The userInfo key describing the error category, for error recovery purposes.
|
||||
|
||||
See `FBSDKGraphErrorRecoveryProcessor` and `[FBSDKGraphRequest disableErrorRecovery]`.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKGraphRequestErrorCategoryKey;
|
||||
|
||||
/*
|
||||
The userInfo key for the Graph API error code.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKGraphRequestErrorGraphErrorCode;
|
||||
|
||||
/*
|
||||
The userInfo key for the Graph API error subcode.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKGraphRequestErrorGraphErrorSubcode;
|
||||
|
||||
/*
|
||||
The userInfo key for the HTTP status code.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKGraphRequestErrorHTTPStatusCodeKey;
|
||||
|
||||
/*
|
||||
The userInfo key for the raw JSON response.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKGraphRequestErrorParsedJSONResponseKey;
|
||||
|
||||
/**
|
||||
a formal protocol very similar to the informal protocol NSErrorRecoveryAttempting
|
||||
*/
|
||||
@protocol FBSDKErrorRecoveryAttempting<NSObject>
|
||||
|
||||
/**
|
||||
attempt the recovery
|
||||
@param error the error
|
||||
@param recoveryOptionIndex the selected option index
|
||||
@param delegate the delegate
|
||||
@param didRecoverSelector the callback selector, see discussion.
|
||||
@param contextInfo context info to pass back to callback selector, see discussion.
|
||||
|
||||
|
||||
Given that an error alert has been presented document-modally to the user, and the user has chosen one of the error's recovery options, attempt recovery from the error, and send the selected message to the specified delegate. The option index is an index into the error's array of localized recovery options. The method selected by didRecoverSelector must have the same signature as:
|
||||
|
||||
- (void)didPresentErrorWithRecovery:(BOOL)didRecover contextInfo:(void *)contextInfo;
|
||||
|
||||
The value passed for didRecover must be YES if error recovery was completely successful, NO otherwise.
|
||||
*/
|
||||
- (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(id)delegate didRecoverSelector:(SEL)didRecoverSelector contextInfo:(void *)contextInfo;
|
||||
|
||||
@end
|
39
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/Headers/FBSDKMacros.h
generated
vendored
39
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/Headers/FBSDKMacros.h
generated
vendored
|
@ -1,39 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define FBSDK_EXTERN extern "C" __attribute__((visibility ("default")))
|
||||
#else
|
||||
#define FBSDK_EXTERN extern __attribute__((visibility ("default")))
|
||||
#endif
|
||||
|
||||
#define FBSDK_STATIC_INLINE static inline
|
||||
|
||||
#define FBSDK_NO_DESIGNATED_INITIALIZER() \
|
||||
@throw [NSException exceptionWithName:NSInvalidArgumentException \
|
||||
reason:[NSString stringWithFormat:@"unrecognized selector sent to instance %p", self] \
|
||||
userInfo:nil]
|
||||
|
||||
#define FBSDK_NOT_DESIGNATED_INITIALIZER(DESIGNATED_INITIALIZER) \
|
||||
@throw [NSException exceptionWithName:NSInvalidArgumentException \
|
||||
reason:[NSString stringWithFormat:@"Please use the designated initializer [%p %@]", \
|
||||
self, \
|
||||
NSStringFromSelector(@selector(DESIGNATED_INITIALIZER))] \
|
||||
userInfo:nil]
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKCoreKit.framework/Info.plist
generated
vendored
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
framework module FBSDKCoreKit {
|
||||
umbrella header "FBSDKCoreKit.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKLoginKit.framework/FBSDKLoginKit
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKLoginKit.framework/FBSDKLoginKit
generated
vendored
Binary file not shown.
|
@ -1,99 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKMacros.h>
|
||||
|
||||
/**
|
||||
The error domain for all errors from FBSDKLoginKit
|
||||
|
||||
Error codes from the SDK in the range 300-399 are reserved for this domain.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKLoginErrorDomain;
|
||||
|
||||
/**
|
||||
NS_ENUM(NSInteger, FBSDKLoginErrorCode)
|
||||
Error codes for FBSDKLoginErrorDomain.
|
||||
*/
|
||||
typedef NS_ENUM(NSInteger, FBSDKLoginErrorCode)
|
||||
{
|
||||
/**
|
||||
Reserved.
|
||||
*/
|
||||
FBSDKLoginReservedErrorCode = 300,
|
||||
/**
|
||||
The error code for unknown errors.
|
||||
*/
|
||||
FBSDKLoginUnknownErrorCode,
|
||||
|
||||
/**
|
||||
The user's password has changed and must log in again
|
||||
*/
|
||||
FBSDKLoginPasswordChangedErrorCode,
|
||||
/**
|
||||
The user must log in to their account on www.facebook.com to restore access
|
||||
*/
|
||||
FBSDKLoginUserCheckpointedErrorCode,
|
||||
/**
|
||||
Indicates a failure to request new permissions because the user has changed.
|
||||
*/
|
||||
FBSDKLoginUserMismatchErrorCode,
|
||||
/**
|
||||
The user must confirm their account with Facebook before logging in
|
||||
*/
|
||||
FBSDKLoginUnconfirmedUserErrorCode,
|
||||
|
||||
/**
|
||||
The Accounts framework failed without returning an error, indicating the
|
||||
app's slider in the iOS Facebook Settings (device Settings -> Facebook -> App Name) has
|
||||
been disabled.
|
||||
*/
|
||||
FBSDKLoginSystemAccountAppDisabledErrorCode,
|
||||
/**
|
||||
An error occurred related to Facebook system Account store
|
||||
*/
|
||||
FBSDKLoginSystemAccountUnavailableErrorCode,
|
||||
/**
|
||||
The login response was missing a valid challenge string.
|
||||
*/
|
||||
FBSDKLoginBadChallengeString,
|
||||
};
|
||||
|
||||
/**
|
||||
NS_ENUM(NSInteger, FBSDKDeviceLoginErrorCode)
|
||||
Error codes for FBSDKDeviceLoginErrorDomain.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKDeviceLoginErrorSubcode) {
|
||||
/**
|
||||
Your device is polling too frequently.
|
||||
*/
|
||||
FBSDKDeviceLoginExcessivePollingErrorSubcode = 1349172,
|
||||
/**
|
||||
User has declined to authorize your application.
|
||||
*/
|
||||
FBSDKDeviceLoginAuthorizationDeclinedErrorSubcode = 1349173,
|
||||
/**
|
||||
User has not yet authorized your application. Continue polling.
|
||||
*/
|
||||
FBSDKDeviceLoginAuthorizationPendingErrorSubcode = 1349174,
|
||||
/**
|
||||
The code you entered has expired.
|
||||
*/
|
||||
FBSDKDeviceLoginCodeExpiredErrorSubcode = 1349152
|
||||
};
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKLoginKit.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKLoginKit.framework/Info.plist
generated
vendored
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
framework module FBSDKLoginKit {
|
||||
umbrella header "FBSDKLoginKit.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKPlacesKit.framework/FBSDKPlacesKit
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKPlacesKit.framework/FBSDKPlacesKit
generated
vendored
Binary file not shown.
|
@ -1,296 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/**
|
||||
These are the fields currently exposed by FBSDKPlacesKit. They map to the fields on
|
||||
Place objects returned by the Graph API, which can be found here:
|
||||
https://developers.facebook.com/docs/places. Should fields be added to the Graph API in
|
||||
the future, you can use strings found in the online documenation in addition to
|
||||
these string constants.
|
||||
*/
|
||||
|
||||
/**
|
||||
Field Key for information about the Place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyAbout;
|
||||
|
||||
/**
|
||||
Field Key for AppLinks for the Place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyAppLinks;
|
||||
|
||||
/**
|
||||
Field Key for the Place's categories.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyCategories;
|
||||
|
||||
/**
|
||||
Field Key for the number of checkins at the Place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyCheckins;
|
||||
|
||||
/**
|
||||
Field Key for the confidence level for a current place estimate candidate.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyConfidence;
|
||||
|
||||
/**
|
||||
Field Key for the Place's cover photo. Note that this is not the actual photo data,
|
||||
but rather URLs and other metadata.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyCoverPhoto;
|
||||
|
||||
/**
|
||||
Field Key for the description of the Place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyDescription;
|
||||
|
||||
/**
|
||||
Field Key for the social sentence and like count information for this place. This is
|
||||
the same information used for the Like button.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyEngagement;
|
||||
|
||||
/**
|
||||
Field Key for hour ranges for when the Place is open. Each day can have two different
|
||||
hours ranges. The keys in the dictionary are in the form of {day}_{number}_{status}.
|
||||
{day} should be the first 3 characters of the day of the week, {number} should be
|
||||
either 1 or 2 to allow for the two different hours ranges per day. {status} should be
|
||||
either open or close, to delineate the start or end of a time range. An example would
|
||||
be mon_1_open with value 17:00 and mon_1_close with value 21:15 which would represent
|
||||
a single opening range of 5 PM to 9:15 PM on Mondays. You can find an example of hours
|
||||
being parsed out in the Sample App.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyHours;
|
||||
|
||||
/**
|
||||
Field Key for a value indicating whether this place is always open.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyIsAlwaysOpen;
|
||||
|
||||
/**
|
||||
Field Key for a value indicating whether this place is permanently closed.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyIsPermanentlyClosed;
|
||||
|
||||
/**
|
||||
Pages with a large number of followers can be manually verified by Facebook as having an
|
||||
authentic identity. This field indicates whether the page is verified by this process.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyIsVerified;
|
||||
|
||||
/**
|
||||
Field Key for address and latitude/longitude information for the place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyLocation;
|
||||
|
||||
/**
|
||||
Field Key for a link to Place's Facebook page.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyLink;
|
||||
|
||||
/**
|
||||
Field Key for the name of the place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyName;
|
||||
|
||||
/**
|
||||
Field Key for the overall page rating based on rating surveys from users on a scale
|
||||
from 1-5. This value is normalized, and is not guaranteed to be a strict average of
|
||||
user ratings.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyOverallStarRating;
|
||||
|
||||
/**
|
||||
Field Key for the Facebook Page information.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyPage;
|
||||
|
||||
/**
|
||||
Field Key for PageParking information for the Place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyParking;
|
||||
|
||||
/**
|
||||
Field Key for available payment options.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyPaymentOptions;
|
||||
|
||||
/**
|
||||
Field Key for the unique Facebook ID of the place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyPlaceID;
|
||||
|
||||
/**
|
||||
Field Key for the Place's phone number.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyPhone;
|
||||
|
||||
/**
|
||||
Field Key for the Place's photos. Note that this is not the actual photo data, but
|
||||
rather URLs and other metadata.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyPhotos;
|
||||
|
||||
/**
|
||||
Field Key for the price range of the business, expressed as a string. Applicable to
|
||||
Restaurants or Nightlife. Can be one of $ (0-10), $$ (10-30), $$$ (30-50), $$$$ (50+),
|
||||
or Unspecified.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyPriceRange;
|
||||
|
||||
/**
|
||||
Field Key for the Place's profile photo. Note that this is not the actual photo data,
|
||||
but rather URLs and other metadata.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyProfilePhoto;
|
||||
|
||||
/**
|
||||
Field Key for the number of ratings for the place.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyRatingCount;
|
||||
|
||||
/**
|
||||
Field Key for restaurant services e.g: delivery, takeout.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyRestaurantServices;
|
||||
|
||||
/**
|
||||
Field Key for restaurant specialties.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyRestaurantSpecialties;
|
||||
|
||||
/**
|
||||
Field Key for the address in a single line.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeySingleLineAddress;
|
||||
|
||||
/**
|
||||
Field Key for the string of the Place's website URL.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyWebsite;
|
||||
|
||||
/**
|
||||
Field Key for the Workflows.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesFieldKeyWorkflows;
|
||||
|
||||
/**
|
||||
Response Key for the place's city field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyCity;
|
||||
|
||||
/**
|
||||
Response Key for the place's city ID field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyCityID;
|
||||
|
||||
/**
|
||||
Response Key for the place's country field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyCountry;
|
||||
|
||||
/**
|
||||
Response Key for the place's country code field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyCountryCode;
|
||||
|
||||
/**
|
||||
Response Key for the place's latitude field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyLatitude;
|
||||
|
||||
/**
|
||||
Response Key for the place's longitude field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyLongitude;
|
||||
|
||||
/**
|
||||
Response Key for the place's region field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyRegion;
|
||||
|
||||
/**
|
||||
Response Key for the place's region ID field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyRegionID;
|
||||
|
||||
/**
|
||||
Response Key for the place's state field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyState;
|
||||
|
||||
/**
|
||||
Response Key for the place's street field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyStreet;
|
||||
|
||||
/**
|
||||
Response Key for the place's zip code field.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyZip;
|
||||
|
||||
/**
|
||||
Response Key for the categories that this place matched.
|
||||
To be used on the search request if the categories parameter is specified.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyMatchedCategories;
|
||||
|
||||
/**
|
||||
Response Key for the photo source dictionary.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyPhotoSource;
|
||||
|
||||
/**
|
||||
Response Key for response data.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyData;
|
||||
|
||||
/**
|
||||
Response Key for a URL.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesResponseKeyUrl;
|
||||
|
||||
/**
|
||||
Parameter Key for the current place summary.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesParameterKeySummary;
|
||||
|
||||
/**
|
||||
Summary Key for the current place tracking ID.
|
||||
*/
|
||||
extern NSString *const FBSDKPlacesSummaryKeyTracking;
|
||||
|
||||
/**
|
||||
The level of confidence the Facebook SDK has that a Place is the correct one for the
|
||||
user's current location.
|
||||
|
||||
- FBSDKPlaceLocationConfidenceNotApplicable: Used to indicate that any level is
|
||||
acceptable as a minimum threshold
|
||||
- FBSDKPlaceLocationConfidenceLow: Low confidence level.
|
||||
- FBSDKPlaceLocationConfidenceMedium: Medium confidence level.
|
||||
- FBSDKPlaceLocationConfidenceHigh: High confidence level.
|
||||
*/
|
||||
typedef NS_ENUM(NSInteger) {
|
||||
FBSDKPlaceLocationConfidenceNotApplicable,
|
||||
FBSDKPlaceLocationConfidenceLow,
|
||||
FBSDKPlaceLocationConfidenceMedium,
|
||||
FBSDKPlaceLocationConfidenceHigh
|
||||
} FBSDKPlaceLocationConfidence;
|
199
iphone/Maps/3party/Carthage/Build/iOS/FBSDKPlacesKit.framework/Headers/FBSDKPlacesManager.h
generated
vendored
199
iphone/Maps/3party/Carthage/Build/iOS/FBSDKPlacesKit.framework/Headers/FBSDKPlacesManager.h
generated
vendored
|
@ -1,199 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <CoreLocation/CoreLocation.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKCoreKit.h>
|
||||
|
||||
#import "FBSDKPlacesKitConstants.h"
|
||||
|
||||
/**
|
||||
Completion block for aysnchronous place request generation.
|
||||
|
||||
@param graphRequest An `FBSDKGraphRequest` with the parameters supplied to the
|
||||
original method call.
|
||||
|
||||
@param location A CLLocation representing the current location of the device at the time
|
||||
of the method call, which you can cache for later use.
|
||||
|
||||
@param error An error indicating a failure in a location services request.
|
||||
*/
|
||||
typedef void (^FBSDKPlaceGraphRequestCompletion)(FBSDKGraphRequest *_Nullable graphRequest, CLLocation *_Nullable location, NSError *_Nullable error);
|
||||
|
||||
/**
|
||||
Completion block for aysnchronous current place request generation.
|
||||
|
||||
@param graphRequest An `FBSDKGraphRequest` with the parameters supplied to the
|
||||
original method call.
|
||||
|
||||
@param error An error indicating a failure in a location services request.
|
||||
*/
|
||||
typedef void (^FBSDKCurrentPlaceGraphRequestCompletion)(FBSDKGraphRequest *_Nullable graphRequest, NSError *_Nullable error);
|
||||
|
||||
/**
|
||||
`FBSDKPlacesManager` provides methods for searching for nearby places, as well as for
|
||||
determining the current place where a person might be.
|
||||
|
||||
To use some features of the `FBSDKPlacesManager`, your app must be configured to allow
|
||||
either the `CoreLocation` permission for `kCLAuthorizationStatusAuthorizedWhenInUse`,
|
||||
or for `kCLAuthorizationStatusAuthorizedAlways`. For information about enabling these
|
||||
for your app, see:
|
||||
https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html.
|
||||
*/
|
||||
@interface FBSDKPlacesManager : NSObject
|
||||
|
||||
|
||||
/**
|
||||
Method for generating a graph request for searching the Places Graph using the device's
|
||||
current location. This is an asynchronous call, due to the need to fetch the current
|
||||
location from the device.
|
||||
|
||||
@param searchTerm The term to search for in the Places Graph.
|
||||
|
||||
@param categories The categories for the place. Each string in this array must be a
|
||||
category recognized by the SDK. See `FBSDKPlacesKitConstants.h` for the categories
|
||||
exposed by the SDK, and see https://developers.facebook.com/docs/places/web/search#categories
|
||||
for the most up to date list.
|
||||
|
||||
@param fields A list of fields that you might want the request to return. See
|
||||
`FBSDKPlacesKitConstants.h` for the fields exposed by the SDK, and see
|
||||
https://developers.facebook.com/docs/places/fields" for the most up to date list.
|
||||
|
||||
@param distance The search radius. For an unlimited radius, use 0.
|
||||
|
||||
@param cursor A pagination cursor.
|
||||
|
||||
@param completion An `FBSDKPlaceGraphRequestCompletion` block. Note that this block will
|
||||
return the location, which you can choose to cache and use on calls to the synchronous
|
||||
`placesGraphRequestForLocation` method.
|
||||
*/
|
||||
- (void)generatePlaceSearchRequestForSearchTerm:(nullable NSString *)searchTerm
|
||||
categories:(nullable NSArray<NSString *> *)categories
|
||||
fields:(nullable NSArray<NSString *> *)fields
|
||||
distance:(CLLocationDistance)distance
|
||||
cursor:(nullable NSString *)cursor
|
||||
completion:(nonnull FBSDKPlaceGraphRequestCompletion)completion;
|
||||
|
||||
/**
|
||||
Method for generating a graph request for searching the Places API.
|
||||
|
||||
@param location The location for the search. If you do not wish to provide a location,
|
||||
you must provide a search term.
|
||||
|
||||
@param searchTerm The term to search the Places Graph for.
|
||||
|
||||
@param categories The categories of the place. Each string in this array must be a
|
||||
category recognized by the SDK. See `FBSDKPlacesKitConstants.h` for the categories
|
||||
exposed by the SDK, and see https://developers.facebook.com/docs/places/web/search#categories
|
||||
for the most up to date list.
|
||||
|
||||
@param fields A list of fields that you might want the request to return. See
|
||||
`FBSDKPlacesKitConstants.h` for the fields exposed by the SDK, and see https://developers.facebook.com/docs/places/fields
|
||||
for the most up to date list.
|
||||
|
||||
@param distance The search radius. For an unlimited radius, use 0.
|
||||
|
||||
@param cursor A pagination cursor
|
||||
|
||||
@return An `FBSDKGraphRequest` for the given parameters.
|
||||
*/
|
||||
- (nullable FBSDKGraphRequest *)placeSearchRequestForLocation:(nullable CLLocation *)location
|
||||
searchTerm:(nullable NSString *)searchTerm
|
||||
categories:(nullable NSArray<NSString *> *)categories
|
||||
fields:(nullable NSArray<NSString *> *)fields
|
||||
distance:(CLLocationDistance)distance
|
||||
cursor:(nullable NSString *)cursor;
|
||||
|
||||
/**
|
||||
Method for generating a graph request to query for places the device is likely
|
||||
located in. This is an asynchronous call, due to the need to fetch the current location
|
||||
from the device. Note that the results of the graph request are improved if the user has
|
||||
both Wi-Fi and Bluetooth enabled.
|
||||
|
||||
@param minimumConfidence The Minimum Confidence level place estimate candidates must meet.
|
||||
|
||||
@param fields A list of fields that you might want the request to return. See
|
||||
`FBSDKPlacesKitConstants.h` for the fields exposed by the SDK, and see https://developers.facebook.com/docs/places/fields
|
||||
for the most up to date list.
|
||||
|
||||
@param completion A `FBSDKCurrentPlaceGraphRequestCompletion` block, that contains the graph request.
|
||||
*/
|
||||
- (void)generateCurrentPlaceRequestWithMinimumConfidenceLevel:(FBSDKPlaceLocationConfidence)minimumConfidence
|
||||
fields:(nullable NSArray<NSString *> *)fields
|
||||
completion:(nonnull FBSDKCurrentPlaceGraphRequestCompletion)completion;
|
||||
|
||||
/**
|
||||
Method for generating a graph request to query for places the device is likely
|
||||
located in. This method allows the user to pass in a CLLocation, as the above method
|
||||
can be real-world slow at obtaining a location from device (on the order of multiple
|
||||
seconds). This is still an asynchronous call, as the bluetooth scan still needs to
|
||||
happen, however it is relatively fast (0.5 seconds). Note that the results of the
|
||||
graph request are improved if the user has both Wi-Fi and Bluetooth enabled.
|
||||
|
||||
@param currentLocation The current location of the device. If the location passed in here
|
||||
isn't actually the current location, accuracy of results will be diminished.
|
||||
|
||||
@param minimumConfidence The Minimum Confidence level place estimate candidates must meet.
|
||||
|
||||
@param fields A list of fields that you might want the request to return. See
|
||||
`FBSDKPlacesKitConstants.h` for the fields exposed by the SDK, and see https://developers.facebook.com/docs/places/fields
|
||||
for the most up to date list.
|
||||
|
||||
@param completion A `FBSDKCurrentPlaceGraphRequestCompletion` block, that contains the graph request.
|
||||
*/
|
||||
- (void)generateCurrentPlaceRequestForCurrentLocation:(nonnull CLLocation *)currentLocation
|
||||
withMinimumConfidenceLevel:(FBSDKPlaceLocationConfidence)minimumConfidence
|
||||
fields:(nullable NSArray<NSString *> *)fields
|
||||
completion:(nonnull FBSDKCurrentPlaceGraphRequestCompletion)completion;
|
||||
|
||||
/**
|
||||
Method for generating a graph request to provide feedback to the Places Graph about
|
||||
the accuracy of current place estimate candidates. We'd very much appreciate it if
|
||||
you'd give us feedback about our current place results. If a user indicates that a place
|
||||
returned by a current place estimate either is, or is not where they currently are,
|
||||
then this method generates a graph request to allow you to pass that feedback back to us.
|
||||
|
||||
@param placeID The place ID returned by the current place request.
|
||||
|
||||
@param tracking The tracking value returned by the current place request.
|
||||
|
||||
@param wasHere A boolean value indicating whether the user is actually at the place.
|
||||
|
||||
@return An `FBSDKGraphRequest` for the given parameters.
|
||||
*/
|
||||
- (nonnull FBSDKGraphRequest *)currentPlaceFeedbackRequestForPlaceID:(nonnull NSString *)placeID
|
||||
tracking:(nonnull NSString *)tracking
|
||||
wasHere:(BOOL)wasHere;
|
||||
|
||||
/**
|
||||
Method for generating a graph request to fetch additional information for a given place.
|
||||
|
||||
@param placeID The ID of the place.
|
||||
|
||||
@param fields A list of fields that you might want the request to return. See
|
||||
`FBSDKPlacesKitConstants.h` for the fields exposed by the SDK, and see https://developers.facebook.com/docs/places/fields
|
||||
for the most up to date list.
|
||||
|
||||
@return An `FBSDKGraphRequest` for the given parameters.
|
||||
*/
|
||||
- (nonnull FBSDKGraphRequest *)placeInfoRequestForPlaceID:(nonnull NSString *)placeID
|
||||
fields:(nullable NSArray<NSString *> *)fields;
|
||||
|
||||
|
||||
@end
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKPlacesKit.framework/Info.plist
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKPlacesKit.framework/Info.plist
generated
vendored
Binary file not shown.
|
@ -1,6 +0,0 @@
|
|||
framework module FBSDKPlacesKit {
|
||||
umbrella header "FBSDKPlacesKit.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/FBSDKShareKit
generated
vendored
BIN
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/FBSDKShareKit
generated
vendored
Binary file not shown.
|
@ -1,96 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKAppGroupContent.h>
|
||||
|
||||
@protocol FBSDKAppGroupAddDialogDelegate;
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
__attribute__ ((deprecated))
|
||||
@interface FBSDKAppGroupAddDialog : NSObject
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
+ (instancetype)showWithContent:(FBSDKAppGroupContent *)content
|
||||
delegate:(id<FBSDKAppGroupAddDialogDelegate>)delegate __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
@property (nonatomic, weak) id<FBSDKAppGroupAddDialogDelegate> delegate __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
@property (nonatomic, copy) FBSDKAppGroupContent *content __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (BOOL)canShow __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (BOOL)show __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef __attribute__ ((deprecated));
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
__attribute__ ((deprecated))
|
||||
@protocol FBSDKAppGroupAddDialogDelegate <NSObject>
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didCompleteWithResults:(NSDictionary *)results __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didFailWithError:(NSError *)error __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (void)appGroupAddDialogDidCancel:(FBSDKAppGroupAddDialog *)appGroupAddDialog __attribute__ ((deprecated));
|
||||
|
||||
@end
|
|
@ -1,68 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKCopying.h>
|
||||
#import <FBSDKCoreKit/FBSDKMacros.h>
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy)
|
||||
Specifies the privacy of a group.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy)
|
||||
{
|
||||
/** Anyone can see the group, who's in it and what members post. */
|
||||
FBSDKAppGroupPrivacyOpen = 0,
|
||||
/** Anyone can see the group and who's in it, but only members can see posts. */
|
||||
FBSDKAppGroupPrivacyClosed,
|
||||
};
|
||||
|
||||
/**
|
||||
Converts an FBSDKAppGroupPrivacy to an NSString.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *NSStringFromFBSDKAppGroupPrivacy(FBSDKAppGroupPrivacy privacy);
|
||||
|
||||
/**
|
||||
A model for creating an app group.
|
||||
*/
|
||||
@interface FBSDKAppGroupContent : NSObject <FBSDKCopying, NSSecureCoding>
|
||||
|
||||
/**
|
||||
The description of the group.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *groupDescription;
|
||||
|
||||
/**
|
||||
The name of the group.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *name;
|
||||
|
||||
/**
|
||||
The privacy for the group.
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
|
||||
|
||||
/**
|
||||
Compares the receiver to another app group content.
|
||||
@param content The other content
|
||||
@return YES if the receiver's values are equal to the other content's values; otherwise NO
|
||||
*/
|
||||
- (BOOL)isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
|
||||
|
||||
@end
|
|
@ -1,92 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol FBSDKAppGroupJoinDialogDelegate;
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
__attribute__ ((deprecated))
|
||||
@interface FBSDKAppGroupJoinDialog : NSObject
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
+ (instancetype)showWithGroupID:(NSString *)groupID
|
||||
delegate:(id<FBSDKAppGroupJoinDialogDelegate>)delegate __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */
|
||||
@property (nonatomic, weak) id<FBSDKAppGroupJoinDialogDelegate> delegate __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. */
|
||||
@property (nonatomic, copy) NSString *groupID __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (BOOL)canShow __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (BOOL)show __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef __attribute__ ((deprecated));
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
__attribute__ ((deprecated))
|
||||
@protocol FBSDKAppGroupJoinDialogDelegate <NSObject>
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (void)appGroupJoinDialog:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog didCompleteWithResults:(NSDictionary *)results __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (void)appGroupJoinDialog:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog didFailWithError:(NSError *)error __attribute__ ((deprecated));
|
||||
|
||||
/**
|
||||
|
||||
@warning App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
|
||||
*/
|
||||
- (void)appGroupJoinDialogDidCancel:(FBSDKAppGroupJoinDialog *)appGroupJoinDialog __attribute__ ((deprecated));
|
||||
|
||||
@end
|
|
@ -1,96 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKCopying.h>
|
||||
#import <FBSDKShareKit/FBSDKSharingValidation.h>
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKAppInviteDestination)
|
||||
Specifies the privacy of a group.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKAppInviteDestination)
|
||||
{
|
||||
/** Deliver to Facebook. */
|
||||
FBSDKAppInviteDestinationFacebook = 0,
|
||||
/** Deliver to Messenger. */
|
||||
FBSDKAppInviteDestinationMessenger,
|
||||
};
|
||||
|
||||
/**
|
||||
A model for app invite.
|
||||
*/
|
||||
@interface FBSDKAppInviteContent : NSObject <FBSDKCopying, FBSDKSharingValidation, NSSecureCoding>
|
||||
|
||||
/**
|
||||
A URL to a preview image that will be displayed with the app invite
|
||||
|
||||
|
||||
This is optional. If you don't include it a fallback image will be used.
|
||||
*/
|
||||
@property (nonatomic, copy) NSURL *appInvitePreviewImageURL;
|
||||
|
||||
/**
|
||||
An app link target that will be used as a target when the user accept the invite.
|
||||
|
||||
|
||||
This is a requirement.
|
||||
*/
|
||||
@property (nonatomic, copy) NSURL *appLinkURL;
|
||||
|
||||
/**
|
||||
|
||||
@warning Use `appInvitePreviewImageURL` instead.
|
||||
*/
|
||||
@property (nonatomic, copy) NSURL *previewImageURL __attribute__ ((deprecated("use appInvitePreviewImageURL instead")));
|
||||
|
||||
/**
|
||||
Promotional code to be displayed while sending and receiving the invite.
|
||||
|
||||
|
||||
This is optional. This can be between 0 and 10 characters long and can contain
|
||||
alphanumeric characters only. To set a promo code, you need to set promo text.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *promotionCode;
|
||||
|
||||
/**
|
||||
Promotional text to be displayed while sending and receiving the invite.
|
||||
|
||||
|
||||
This is optional. This can be between 0 and 80 characters long and can contain
|
||||
alphanumeric and spaces only.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *promotionText;
|
||||
|
||||
/**
|
||||
Destination for the app invite.
|
||||
|
||||
|
||||
This is optional and for declaring destination of the invite.
|
||||
*/
|
||||
@property FBSDKAppInviteDestination destination;
|
||||
|
||||
/**
|
||||
Compares the receiver to another app invite content.
|
||||
@param content The other content
|
||||
@return YES if the receiver's values are equal to the other content's values; otherwise NO
|
||||
*/
|
||||
- (BOOL)isEqualToAppInviteContent:(FBSDKAppInviteContent *)content;
|
||||
|
||||
@end
|
118
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h
generated
vendored
118
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h
generated
vendored
|
@ -1,118 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKAppInviteContent.h>
|
||||
|
||||
@protocol FBSDKAppInviteDialogDelegate;
|
||||
|
||||
/**
|
||||
A dialog for sending App Invites.
|
||||
*/
|
||||
@interface FBSDKAppInviteDialog : NSObject
|
||||
|
||||
/**
|
||||
Convenience method to show a FBSDKAppInviteDialog
|
||||
@param viewController A UIViewController to present the dialog from.
|
||||
@param content The content for the app invite.
|
||||
@param delegate The receiver's delegate.
|
||||
@warning This method is deprecated.
|
||||
*/
|
||||
+ (instancetype)showFromViewController:(UIViewController *)viewController
|
||||
withContent:(FBSDKAppInviteContent *)content
|
||||
delegate:(id<FBSDKAppInviteDialogDelegate>)delegate
|
||||
__attribute__ ((deprecated("App Invites no longer supported")));
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@warning use showFromViewController:withContent:delegate: instead
|
||||
*/
|
||||
+ (instancetype)showWithContent:(FBSDKAppInviteContent *)content delegate:(id<FBSDKAppInviteDialogDelegate>)delegate
|
||||
__attribute__ ((deprecated("use showFromViewController:withContent:delegate: instead")));
|
||||
|
||||
/**
|
||||
A UIViewController to present the dialog from.
|
||||
|
||||
If not specified, the top most view controller will be automatically determined as best as possible.
|
||||
*/
|
||||
@property (nonatomic, weak) UIViewController *fromViewController;
|
||||
|
||||
/**
|
||||
The receiver's delegate or nil if it doesn't have a delegate.
|
||||
*/
|
||||
@property (nonatomic, weak) id<FBSDKAppInviteDialogDelegate> delegate;
|
||||
|
||||
/**
|
||||
The content for app invite.
|
||||
*/
|
||||
@property (nonatomic, copy) FBSDKAppInviteContent *content;
|
||||
|
||||
/**
|
||||
A Boolean value that indicates whether the receiver can initiate an app invite.
|
||||
|
||||
May return NO if the appropriate Facebook app is not installed and is required or an access token is
|
||||
required but not available. This method does not validate the content on the receiver, so this can be checked before
|
||||
building up the content.
|
||||
|
||||
@see validateWithError:
|
||||
@return YES if the receiver can show the dialog, otherwise NO.
|
||||
*/
|
||||
- (BOOL)canShow;
|
||||
|
||||
/**
|
||||
Begins the app invite from the receiver.
|
||||
@return YES if the receiver was able to show the dialog, otherwise NO.
|
||||
*/
|
||||
- (BOOL)show;
|
||||
|
||||
/**
|
||||
Validates the content on the receiver.
|
||||
@param errorRef If an error occurs, upon return contains an NSError object that describes the problem.
|
||||
@return YES if the content is valid, otherwise NO.
|
||||
*/
|
||||
- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
A delegate for FBSDKAppInviteDialog.
|
||||
|
||||
The delegate is notified with the results of the app invite as long as the application has permissions to
|
||||
receive the information. For example, if the person is not signed into the containing app, the shower may not be able
|
||||
to distinguish between completion of an app invite and cancellation.
|
||||
*/
|
||||
@protocol FBSDKAppInviteDialogDelegate <NSObject>
|
||||
|
||||
/**
|
||||
Sent to the delegate when the app invite completes without error.
|
||||
@param appInviteDialog The FBSDKAppInviteDialog that completed.
|
||||
@param results The results from the dialog. This may be nil or empty.
|
||||
*/
|
||||
- (void)appInviteDialog:(FBSDKAppInviteDialog *)appInviteDialog didCompleteWithResults:(NSDictionary *)results;
|
||||
|
||||
/**
|
||||
Sent to the delegate when the app invite encounters an error.
|
||||
@param appInviteDialog The FBSDKAppInviteDialog that completed.
|
||||
@param error The error.
|
||||
*/
|
||||
- (void)appInviteDialog:(FBSDKAppInviteDialog *)appInviteDialog didFailWithError:(NSError *)error;
|
||||
|
||||
@end
|
|
@ -1,140 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKCopying.h>
|
||||
#import <FBSDKShareKit/FBSDKSharingValidation.h>
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKGameRequestActionType)
|
||||
Additional context about the nature of the request.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKGameRequestActionType)
|
||||
{
|
||||
/** No action type */
|
||||
FBSDKGameRequestActionTypeNone = 0,
|
||||
/** Send action type: The user is sending an object to the friends. */
|
||||
FBSDKGameRequestActionTypeSend,
|
||||
/** Ask For action type: The user is asking for an object from friends. */
|
||||
FBSDKGameRequestActionTypeAskFor,
|
||||
/** Turn action type: It is the turn of the friends to play against the user in a match. (no object) */
|
||||
FBSDKGameRequestActionTypeTurn,
|
||||
};
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKGameRequestFilters)
|
||||
Filter for who can be displayed in the multi-friend selector.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKGameRequestFilter)
|
||||
{
|
||||
/** No filter, all friends can be displayed. */
|
||||
FBSDKGameRequestFilterNone = 0,
|
||||
/** Friends using the app can be displayed. */
|
||||
FBSDKGameRequestFilterAppUsers,
|
||||
/** Friends not using the app can be displayed. */
|
||||
FBSDKGameRequestFilterAppNonUsers,
|
||||
};
|
||||
|
||||
/**
|
||||
A model for a game request.
|
||||
*/
|
||||
@interface FBSDKGameRequestContent : NSObject <FBSDKCopying, FBSDKSharingValidation, NSSecureCoding>
|
||||
|
||||
/**
|
||||
Used when defining additional context about the nature of the request.
|
||||
|
||||
The parameter 'objectID' is required if the action type is either
|
||||
'FBSDKGameRequestSendActionType' or 'FBSDKGameRequestAskForActionType'.
|
||||
|
||||
- SeeAlso:objectID
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKGameRequestActionType actionType;
|
||||
|
||||
/**
|
||||
Compares the receiver to another game request content.
|
||||
@param content The other content
|
||||
@return YES if the receiver's values are equal to the other content's values; otherwise NO
|
||||
*/
|
||||
- (BOOL)isEqualToGameRequestContent:(FBSDKGameRequestContent *)content;
|
||||
|
||||
/**
|
||||
Additional freeform data you may pass for tracking. This will be stored as part of
|
||||
the request objects created. The maximum length is 255 characters.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *data;
|
||||
|
||||
/**
|
||||
This controls the set of friends someone sees if a multi-friend selector is shown.
|
||||
It is FBSDKGameRequestNoFilter by default, meaning that all friends can be shown.
|
||||
If specify as FBSDKGameRequestAppUsersFilter, only friends who use the app will be shown.
|
||||
On the other hands, use FBSDKGameRequestAppNonUsersFilter to filter only friends who do not use the app.
|
||||
|
||||
The parameter name is preserved to be consistent with the counter part on desktop.
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKGameRequestFilter filters;
|
||||
|
||||
/**
|
||||
A plain-text message to be sent as part of the request. This text will surface in the App Center view
|
||||
of the request, but not on the notification jewel. Required parameter.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *message;
|
||||
|
||||
/**
|
||||
The Open Graph object ID of the object being sent.
|
||||
|
||||
- SeeAlso:actionType
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *objectID;
|
||||
|
||||
/**
|
||||
An array of user IDs, usernames or invite tokens (NSString) of people to send request.
|
||||
|
||||
These may or may not be a friend of the sender. If this is specified by the app,
|
||||
the sender will not have a choice of recipients. If not, the sender will see a multi-friend selector
|
||||
|
||||
This is equivalent to the "to" parameter when using the web game request dialog.
|
||||
*/
|
||||
@property (nonatomic, copy) NSArray *recipients;
|
||||
|
||||
/**
|
||||
An array of user IDs that will be included in the dialog as the first suggested friends.
|
||||
Cannot be used together with filters.
|
||||
|
||||
This is equivalent to the "suggestions" parameter when using the web game request dialog.
|
||||
*/
|
||||
@property (nonatomic, copy) NSArray *recipientSuggestions;
|
||||
|
||||
/**
|
||||
|
||||
@warning Use `recipientSuggestions` instead.
|
||||
*/
|
||||
@property (nonatomic, copy) NSArray *suggestions __attribute__ ((deprecated("use recipientSuggestions instead")));
|
||||
|
||||
/**
|
||||
The title for the dialog.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *title;
|
||||
|
||||
/**
|
||||
|
||||
@warning Use `recipients` instead.
|
||||
*/
|
||||
@property (nonatomic, copy) NSArray *to __attribute__ ((deprecated("use recipients instead")));
|
||||
|
||||
@end
|
|
@ -1,108 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKGameRequestContent.h>
|
||||
|
||||
@protocol FBSDKGameRequestDialogDelegate;
|
||||
|
||||
/**
|
||||
A dialog for sending game requests.
|
||||
*/
|
||||
@interface FBSDKGameRequestDialog : NSObject
|
||||
|
||||
/**
|
||||
Convenience method to build up a game request with content and a delegate.
|
||||
@param content The content for the game request.
|
||||
@param delegate The receiver's delegate.
|
||||
*/
|
||||
+ (instancetype)showWithContent:(FBSDKGameRequestContent *)content delegate:(id<FBSDKGameRequestDialogDelegate>)delegate;
|
||||
|
||||
/**
|
||||
The receiver's delegate or nil if it doesn't have a delegate.
|
||||
*/
|
||||
@property (nonatomic, weak) id<FBSDKGameRequestDialogDelegate> delegate;
|
||||
|
||||
/**
|
||||
The content for game request.
|
||||
*/
|
||||
@property (nonatomic, copy) FBSDKGameRequestContent *content;
|
||||
|
||||
/**
|
||||
Specifies whether frictionless requests are enabled.
|
||||
*/
|
||||
@property (nonatomic, assign) BOOL frictionlessRequestsEnabled;
|
||||
|
||||
/**
|
||||
A Boolean value that indicates whether the receiver can initiate a game request.
|
||||
|
||||
May return NO if the appropriate Facebook app is not installed and is required or an access token is
|
||||
required but not available. This method does not validate the content on the receiver, so this can be checked before
|
||||
building up the content.
|
||||
|
||||
@see validateWithError:
|
||||
@return YES if the receiver can share, otherwise NO.
|
||||
*/
|
||||
- (BOOL)canShow;
|
||||
|
||||
/**
|
||||
Begins the game request from the receiver.
|
||||
@return YES if the receiver was able to show the dialog, otherwise NO.
|
||||
*/
|
||||
- (BOOL)show;
|
||||
|
||||
/**
|
||||
Validates the content on the receiver.
|
||||
@param errorRef If an error occurs, upon return contains an NSError object that describes the problem.
|
||||
@return YES if the content is valid, otherwise NO.
|
||||
*/
|
||||
- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
A delegate for FBSDKGameRequestDialog.
|
||||
|
||||
The delegate is notified with the results of the game request as long as the application has permissions to
|
||||
receive the information. For example, if the person is not signed into the containing app, the shower may not be able
|
||||
to distinguish between completion of a game request and cancellation.
|
||||
*/
|
||||
@protocol FBSDKGameRequestDialogDelegate <NSObject>
|
||||
|
||||
/**
|
||||
Sent to the delegate when the game request completes without error.
|
||||
@param gameRequestDialog The FBSDKGameRequestDialog that completed.
|
||||
@param results The results from the dialog. This may be nil or empty.
|
||||
*/
|
||||
- (void)gameRequestDialog:(FBSDKGameRequestDialog *)gameRequestDialog didCompleteWithResults:(NSDictionary *)results;
|
||||
|
||||
/**
|
||||
Sent to the delegate when the game request encounters an error.
|
||||
@param gameRequestDialog The FBSDKGameRequestDialog that completed.
|
||||
@param error The error.
|
||||
*/
|
||||
- (void)gameRequestDialog:(FBSDKGameRequestDialog *)gameRequestDialog didFailWithError:(NSError *)error;
|
||||
|
||||
/**
|
||||
Sent to the delegate when the game request dialog is cancelled.
|
||||
@param gameRequestDialog The FBSDKGameRequestDialog that completed.
|
||||
*/
|
||||
- (void)gameRequestDialogDidCancel:(FBSDKGameRequestDialog *)gameRequestDialog;
|
||||
|
||||
@end
|
61
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKHashtag.h
generated
vendored
61
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKHashtag.h
generated
vendored
|
@ -1,61 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKCopying.h>
|
||||
|
||||
/**
|
||||
Represents a single hashtag that can be used with the share dialog.
|
||||
*/
|
||||
@interface FBSDKHashtag : NSObject <FBSDKCopying, NSSecureCoding>
|
||||
|
||||
/**
|
||||
Convenience method to build a new hashtag with a string identifier. Equivalent to setting the
|
||||
`stringRepresentation` property.
|
||||
@param hashtagString The hashtag string.
|
||||
*/
|
||||
+ (instancetype)hashtagWithString:(NSString *)hashtagString;
|
||||
|
||||
/**
|
||||
The hashtag string.
|
||||
|
||||
You are responsible for making sure that `stringRepresentation` is a valid hashtag (a single '#' followed
|
||||
by one or more word characters). Invalid hashtags are ignored when sharing content. You can check validity with the
|
||||
`valid` property.
|
||||
@return The hashtag string.
|
||||
*/
|
||||
@property (nonatomic, readwrite, copy) NSString *stringRepresentation;
|
||||
|
||||
/**
|
||||
Tests if a hashtag is valid.
|
||||
|
||||
A valid hashtag matches the regular expression "#\w+": A single '#' followed by one or more
|
||||
word characters.
|
||||
@return YES if the hashtag is valid, NO otherwise.
|
||||
*/
|
||||
@property (nonatomic, readonly, assign, getter=isValid) BOOL valid;
|
||||
|
||||
/**
|
||||
Compares the receiver to another hashtag.
|
||||
@param hashtag The other hashtag
|
||||
@return YES if the receiver is equal to the other hashtag; otherwise NO
|
||||
*/
|
||||
- (BOOL)isEqualToHashtag:(FBSDKHashtag *)hashtag;
|
||||
|
||||
@end
|
144
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h
generated
vendored
144
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h
generated
vendored
|
@ -1,144 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKMacros.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKLikeObjectType.h>
|
||||
#import <FBSDKShareKit/FBSDKLiking.h>
|
||||
|
||||
/**
|
||||
NS_ENUM (NSUInteger, FBSDKLikeControlAuxiliaryPosition)
|
||||
|
||||
Specifies the position of the auxiliary view relative to the like button.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKLikeControlAuxiliaryPosition)
|
||||
{
|
||||
/** The auxiliary view is inline with the like button. */
|
||||
FBSDKLikeControlAuxiliaryPositionInline,
|
||||
/** The auxiliary view is above the like button. */
|
||||
FBSDKLikeControlAuxiliaryPositionTop,
|
||||
/** The auxiliary view is below the like button. */
|
||||
FBSDKLikeControlAuxiliaryPositionBottom,
|
||||
};
|
||||
|
||||
/**
|
||||
Converts an FBSDKLikeControlAuxiliaryPosition to an NSString.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlAuxiliaryPosition(FBSDKLikeControlAuxiliaryPosition auxiliaryPosition);
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKLikeControlHorizontalAlignment)
|
||||
|
||||
Specifies the horizontal alignment for FBSDKLikeControlStyleStandard with
|
||||
FBSDKLikeControlAuxiliaryPositionTop or FBSDKLikeControlAuxiliaryPositionBottom.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKLikeControlHorizontalAlignment)
|
||||
{
|
||||
/** The subviews are left aligned. */
|
||||
FBSDKLikeControlHorizontalAlignmentLeft,
|
||||
/** The subviews are center aligned. */
|
||||
FBSDKLikeControlHorizontalAlignmentCenter,
|
||||
/** The subviews are right aligned. */
|
||||
FBSDKLikeControlHorizontalAlignmentRight,
|
||||
};
|
||||
|
||||
/**
|
||||
Converts an FBSDKLikeControlHorizontalAlignment to an NSString.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlHorizontalAlignment(FBSDKLikeControlHorizontalAlignment horizontalAlignment);
|
||||
|
||||
/**
|
||||
NS_ENUM (NSUInteger, FBSDKLikeControlStyle)
|
||||
|
||||
Specifies the style of a like control.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKLikeControlStyle)
|
||||
{
|
||||
/** Displays the button and the social sentence. */
|
||||
FBSDKLikeControlStyleStandard = 0,
|
||||
/** Displays the button and a box that contains the like count. */
|
||||
FBSDKLikeControlStyleBoxCount,
|
||||
};
|
||||
|
||||
/**
|
||||
Converts an FBSDKLikeControlStyle to an NSString.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlStyle(FBSDKLikeControlStyle style);
|
||||
|
||||
/**
|
||||
Warning: This class is deprecated.
|
||||
UI control to like an object in the Facebook graph.
|
||||
|
||||
|
||||
Taps on the like button within this control will invoke an API call to the Facebook app through a
|
||||
fast-app-switch that allows the user to like the object. Upon return to the calling app, the view will update
|
||||
with the new state and send actions for the UIControlEventValueChanged event.
|
||||
*/
|
||||
__attribute__ ((deprecated))
|
||||
@interface FBSDKLikeControl : UIControl <FBSDKLiking>
|
||||
|
||||
/**
|
||||
The foreground color to use for the content of the receiver.
|
||||
*/
|
||||
@property (nonatomic, strong) UIColor *foregroundColor;
|
||||
|
||||
/**
|
||||
The position for the auxiliary view for the receiver.
|
||||
|
||||
|
||||
@see FBSDKLikeControlAuxiliaryPosition
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKLikeControlAuxiliaryPosition likeControlAuxiliaryPosition;
|
||||
|
||||
/**
|
||||
The text alignment of the social sentence.
|
||||
|
||||
|
||||
This value is only valid for FBSDKLikeControlStyleStandard with
|
||||
FBSDKLikeControlAuxiliaryPositionTop|Bottom.
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKLikeControlHorizontalAlignment likeControlHorizontalAlignment;
|
||||
|
||||
/**
|
||||
The style to use for the receiver.
|
||||
|
||||
|
||||
@see FBSDKLikeControlStyle
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKLikeControlStyle likeControlStyle;
|
||||
|
||||
/**
|
||||
The preferred maximum width (in points) for autolayout.
|
||||
|
||||
|
||||
This property affects the size of the receiver when layout constraints are applied to it. During layout,
|
||||
if the text extends beyond the width specified by this property, the additional text is flowed to one or more new
|
||||
lines, thereby increasing the height of the receiver.
|
||||
*/
|
||||
@property (nonatomic, assign) CGFloat preferredMaxLayoutWidth;
|
||||
|
||||
/**
|
||||
If YES, a sound is played when the receiver is toggled.
|
||||
|
||||
@default YES
|
||||
*/
|
||||
@property (nonatomic, assign, getter = isSoundEnabled) BOOL soundEnabled;
|
||||
|
||||
@end
|
94
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h
generated
vendored
94
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h
generated
vendored
|
@ -1,94 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKAccessToken.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKShareOpenGraphObject.h>
|
||||
#import <FBSDKShareKit/FBSDKSharing.h>
|
||||
|
||||
/**
|
||||
A utility class for sharing through the graph API. Using this class requires an access token that
|
||||
has been granted the "publish_actions" permission.
|
||||
|
||||
FBSDKShareAPI network requests are scheduled on the current run loop in the default run loop mode
|
||||
(like NSURLConnection). If you want to use FBSDKShareAPI in a background thread, you must manage the run loop
|
||||
yourself.
|
||||
*/
|
||||
@interface FBSDKShareAPI : NSObject <FBSDKSharing>
|
||||
|
||||
/**
|
||||
Convenience method to build up a share API with content and a delegate.
|
||||
@param content The content to be shared.
|
||||
@param delegate The receiver's delegate.
|
||||
*/
|
||||
+ (instancetype)shareWithContent:(id<FBSDKSharingContent>)content delegate:(id<FBSDKSharingDelegate>)delegate;
|
||||
|
||||
/**
|
||||
The message the person has provided through the custom dialog that will accompany the share content.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *message;
|
||||
|
||||
/**
|
||||
The graph node to which content should be shared.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *graphNode;
|
||||
|
||||
/**
|
||||
The access token used when performing a share. The access token must have the "publish_actions"
|
||||
permission granted.
|
||||
|
||||
Defaults to [FBSDKAccessToken currentAccessToken]. Setting this to nil will revert the access token to
|
||||
[FBSDKAccessToken currentAccessToken].
|
||||
*/
|
||||
@property (nonatomic, strong) FBSDKAccessToken *accessToken;
|
||||
|
||||
/**
|
||||
A Boolean value that indicates whether the receiver can send the share.
|
||||
|
||||
May return NO if the appropriate Facebook app is not installed and is required or an access token is
|
||||
required but not available. This method does not validate the content on the receiver, so this can be checked before
|
||||
building up the content.
|
||||
|
||||
@see [FBSDKSharing validateWithError:]
|
||||
@return YES if the receiver can send, otherwise NO.
|
||||
*/
|
||||
- (BOOL)canShare;
|
||||
|
||||
/**
|
||||
Creates an User Owned Open Graph object without an action.
|
||||
@param openGraphObject The open graph object to create.
|
||||
|
||||
Use this method to create an object alone, when an action is not going to be posted with the object. If
|
||||
the object will be used within an action, just put the object in the action and share that as the shareContent and the
|
||||
object will be created in the process. The delegate will be messaged with the results.
|
||||
|
||||
Also see https://developers.facebook.com/docs/sharing/opengraph/object-api#objectapi-creatinguser
|
||||
|
||||
@return YES if the receiver was able to send the request to create the object, otherwise NO.
|
||||
*/
|
||||
- (BOOL)createOpenGraphObject:(FBSDKShareOpenGraphObject *)openGraphObject;
|
||||
|
||||
/**
|
||||
Begins the send from the receiver.
|
||||
@return YES if the receiver was able to send the share, otherwise NO.
|
||||
*/
|
||||
- (BOOL)share;
|
||||
|
||||
@end
|
|
@ -1,57 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKMacros.h>
|
||||
|
||||
/**
|
||||
The error domain for all errors from FBSDKShareKit.
|
||||
|
||||
Error codes from the SDK in the range 200-299 are reserved for this domain.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *const FBSDKShareErrorDomain;
|
||||
|
||||
/**
|
||||
NS_ENUM(NSInteger, FBSDKShareErrorCode)
|
||||
Error codes for FBSDKShareErrorDomain.
|
||||
*/
|
||||
typedef NS_ENUM(NSInteger, FBSDKShareErrorCode)
|
||||
{
|
||||
/**
|
||||
Reserved.
|
||||
*/
|
||||
FBSDKShareReservedErrorCode = 200,
|
||||
|
||||
/**
|
||||
The error code for errors from uploading open graph objects.
|
||||
*/
|
||||
FBSDKShareOpenGraphErrorCode,
|
||||
|
||||
/**
|
||||
The error code for when a sharing dialog is not available.
|
||||
|
||||
Use the canShare methods to check for this case before calling show.
|
||||
*/
|
||||
FBSDKShareDialogNotAvailableErrorCode,
|
||||
|
||||
/**
|
||||
@The error code for unknown errors.
|
||||
*/
|
||||
FBSDKShareUnknownErrorCode,
|
||||
};
|
54
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h
generated
vendored
54
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h
generated
vendored
|
@ -1,54 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKShareDialogMode.h>
|
||||
#import <FBSDKShareKit/FBSDKSharing.h>
|
||||
#import <FBSDKShareKit/FBSDKSharingContent.h>
|
||||
|
||||
/**
|
||||
A dialog for sharing content on Facebook.
|
||||
*/
|
||||
@interface FBSDKShareDialog : NSObject <FBSDKSharingDialog>
|
||||
|
||||
/**
|
||||
Convenience method to show an FBSDKShareDialog with a fromViewController, content and a delegate.
|
||||
@param viewController A UIViewController to present the dialog from, if appropriate.
|
||||
@param content The content to be shared.
|
||||
@param delegate The receiver's delegate.
|
||||
*/
|
||||
+ (instancetype)showFromViewController:(UIViewController *)viewController
|
||||
withContent:(id<FBSDKSharingContent>)content
|
||||
delegate:(id<FBSDKSharingDelegate>)delegate;
|
||||
|
||||
/**
|
||||
A UIViewController to present the dialog from.
|
||||
|
||||
If not specified, the top most view controller will be automatically determined as best as possible.
|
||||
*/
|
||||
@property (nonatomic, weak) UIViewController *fromViewController;
|
||||
|
||||
/**
|
||||
The mode with which to display the dialog.
|
||||
|
||||
Defaults to FBSDKShareDialogModeAutomatic, which will automatically choose the best available mode.
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKShareDialogMode mode;
|
||||
|
||||
@end
|
|
@ -1,65 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKMacros.h>
|
||||
|
||||
/**
|
||||
NS_ENUM(NSUInteger, FBSDKShareDialogMode)
|
||||
Modes for the FBSDKShareDialog.
|
||||
|
||||
The automatic mode will progressively check the availability of different modes and open the most
|
||||
appropriate mode for the dialog that is available.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, FBSDKShareDialogMode)
|
||||
{
|
||||
/**
|
||||
Acts with the most appropriate mode that is available.
|
||||
*/
|
||||
FBSDKShareDialogModeAutomatic = 0,
|
||||
/**
|
||||
@Displays the dialog in the main native Facebook app.
|
||||
*/
|
||||
FBSDKShareDialogModeNative,
|
||||
/**
|
||||
@Displays the dialog in the iOS integrated share sheet.
|
||||
*/
|
||||
FBSDKShareDialogModeShareSheet,
|
||||
/**
|
||||
@Displays the dialog in Safari.
|
||||
*/
|
||||
FBSDKShareDialogModeBrowser,
|
||||
/**
|
||||
@Displays the dialog in a UIWebView within the app.
|
||||
*/
|
||||
FBSDKShareDialogModeWeb,
|
||||
/**
|
||||
@Displays the feed dialog in Safari.
|
||||
*/
|
||||
FBSDKShareDialogModeFeedBrowser,
|
||||
/**
|
||||
@Displays the feed dialog in a UIWebView within the app.
|
||||
*/
|
||||
FBSDKShareDialogModeFeedWeb,
|
||||
};
|
||||
|
||||
/**
|
||||
Converts an FBSDKShareDialogMode to an NSString.
|
||||
*/
|
||||
FBSDK_EXTERN NSString *NSStringFromFBSDKShareDialogMode(FBSDKShareDialogMode dialogMode);
|
62
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKShareKit.h
generated
vendored
62
iphone/Maps/3party/Carthage/Build/iOS/FBSDKShareKit.framework/Headers/FBSDKShareKit.h
generated
vendored
|
@ -1,62 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKHashtag.h>
|
||||
#import <FBSDKShareKit/FBSDKShareAPI.h>
|
||||
#import <FBSDKShareKit/FBSDKShareConstants.h>
|
||||
#import <FBSDKShareKit/FBSDKShareLinkContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMediaContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerActionButton.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerGenericTemplateContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerGenericTemplateElement.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerMediaTemplateContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerOpenGraphMusicTemplateContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerURLActionButton.h>
|
||||
#import <FBSDKShareKit/FBSDKShareOpenGraphAction.h>
|
||||
#import <FBSDKShareKit/FBSDKShareOpenGraphContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareOpenGraphObject.h>
|
||||
#import <FBSDKShareKit/FBSDKSharePhoto.h>
|
||||
#import <FBSDKShareKit/FBSDKSharePhotoContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareVideo.h>
|
||||
#import <FBSDKShareKit/FBSDKShareVideoContent.h>
|
||||
#import <FBSDKShareKit/FBSDKSharing.h>
|
||||
#import <FBSDKShareKit/FBSDKSharingContent.h>
|
||||
|
||||
#if !TARGET_OS_TV
|
||||
#import <FBSDKShareKit/FBSDKAppGroupAddDialog.h>
|
||||
#import <FBSDKShareKit/FBSDKAppGroupContent.h>
|
||||
#import <FBSDKShareKit/FBSDKAppGroupJoinDialog.h>
|
||||
#import <FBSDKShareKit/FBSDKAppInviteContent.h>
|
||||
#import <FBSDKShareKit/FBSDKAppInviteDialog.h>
|
||||
#import <FBSDKShareKit/FBSDKGameRequestContent.h>
|
||||
#import <FBSDKShareKit/FBSDKGameRequestDialog.h>
|
||||
#import <FBSDKShareKit/FBSDKLikeButton.h>
|
||||
#import <FBSDKShareKit/FBSDKLikeControl.h>
|
||||
#import <FBSDKShareKit/FBSDKLikeObjectType.h>
|
||||
#import <FBSDKShareKit/FBSDKMessageDialog.h>
|
||||
#import <FBSDKShareKit/FBSDKShareButton.h>
|
||||
#import <FBSDKShareKit/FBSDKShareCameraEffectContent.h>
|
||||
#import <FBSDKShareKit/FBSDKShareDialog.h>
|
||||
#import <FBSDKShareKit/FBSDKShareDialogMode.h>
|
||||
#import <FBSDKShareKit/FBSDKSendButton.h>
|
||||
#else
|
||||
#import <FBSDKShareKit/FBSDKDeviceShareViewController.h>
|
||||
#import <FBSDKShareKit/FBSDKDeviceShareButton.h>
|
||||
#endif
|
|
@ -1,78 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKSharingContent.h>
|
||||
|
||||
/**
|
||||
A model for status and link content to be shared.
|
||||
*/
|
||||
@interface FBSDKShareLinkContent : NSObject <FBSDKSharingContent>
|
||||
|
||||
/**
|
||||
The description of the link.
|
||||
|
||||
If not specified, this field is automatically populated by information scraped from the contentURL,
|
||||
typically the title of the page. This value may be discarded for specially handled links (ex: iTunes URLs).
|
||||
@return The description of the link
|
||||
|
||||
@deprecated `contentDescription` is deprecated from Graph API 2.9.
|
||||
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations.
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *contentDescription
|
||||
DEPRECATED_MSG_ATTRIBUTE("`contentDescription` is deprecated from Graph API 2.9");
|
||||
|
||||
/**
|
||||
The title to display for this link.
|
||||
|
||||
This value may be discarded for specially handled links (ex: iTunes URLs).
|
||||
@return The link title
|
||||
|
||||
@deprecated `contentTitle` is deprecated from Graph API 2.9.
|
||||
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *contentTitle
|
||||
DEPRECATED_MSG_ATTRIBUTE("`contentTitle` is deprecated from Graph API 2.9");
|
||||
|
||||
/**
|
||||
The URL of a picture to attach to this content.
|
||||
@return The network URL of an image
|
||||
|
||||
@deprecated `imageURL` is deprecated from Graph API 2.9.
|
||||
For more information, see https://developers.facebook.com/docs/apps/changelog#v2_9_deprecations
|
||||
*/
|
||||
@property (nonatomic, readonly) NSURL *imageURL
|
||||
DEPRECATED_MSG_ATTRIBUTE("`imageURL` is deprecated from Graph API 2.9");
|
||||
|
||||
/**
|
||||
Some quote text of the link.
|
||||
|
||||
If specified, the quote text will render with custom styling on top of the link.
|
||||
@return The quote text of a link
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *quote;
|
||||
|
||||
/**
|
||||
Compares the receiver to another link content.
|
||||
@param content The other content
|
||||
@return YES if the receiver's values are equal to the other content's values; otherwise NO
|
||||
*/
|
||||
- (BOOL)isEqualToShareLinkContent:(FBSDKShareLinkContent *)content;
|
||||
|
||||
@end
|
|
@ -1,55 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKSharingContent.h>
|
||||
|
||||
@class FBSDKShareMessengerGenericTemplateElement;
|
||||
|
||||
typedef NS_ENUM(NSUInteger, FBSDKShareMessengerGenericTemplateImageAspectRatio) {
|
||||
FBSDKShareMessengerGenericTemplateImageAspectRatioHorizontal = 0,
|
||||
FBSDKShareMessengerGenericTemplateImageAspectRatioSquare
|
||||
};
|
||||
|
||||
/**
|
||||
A model for sharing a generic template element to Messenger. This wrapper element allows
|
||||
specifying whether or not the bubble is sharable and what aspect to render the images.
|
||||
See https://developers.facebook.com/docs/messenger-platform/send-messages/template/generic
|
||||
for more details.
|
||||
*/
|
||||
@interface FBSDKShareMessengerGenericTemplateContent : NSObject <FBSDKSharingContent>
|
||||
|
||||
/**
|
||||
This specifies whether or not this generic template message can be shared again after the
|
||||
initial share. Defaults to false.
|
||||
*/
|
||||
@property (nonatomic, assign) BOOL isSharable;
|
||||
|
||||
/**
|
||||
The aspect ratio for when the image is rendered in the generic template bubble after being
|
||||
shared. Defaults to horizontal.
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKShareMessengerGenericTemplateImageAspectRatio imageAspectRatio;
|
||||
|
||||
/**
|
||||
A generic template element with a title, optional subtitle, optional image, etc. Required.
|
||||
*/
|
||||
@property (nonatomic, copy) FBSDKShareMessengerGenericTemplateElement *element;
|
||||
|
||||
@end
|
|
@ -1,56 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKCoreKit/FBSDKCopying.h>
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerActionButton.h>
|
||||
|
||||
/**
|
||||
A model for sharing a generic template element to Messenger. This allows specifying title, subtitle,
|
||||
image, default action, and any other buttons. Title is required. See
|
||||
https://developers.facebook.com/docs/messenger-platform/send-messages/template/generic for more details.
|
||||
*/
|
||||
@interface FBSDKShareMessengerGenericTemplateElement : NSObject <FBSDKCopying, NSSecureCoding>
|
||||
|
||||
/**
|
||||
The rendered title for the shared generic template element. Required.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *title;
|
||||
|
||||
/**
|
||||
The rendered subtitle for the shared generic template element. Optional.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *subtitle;
|
||||
|
||||
/**
|
||||
The image url that will be downloaded and rendered at the top of the generic template. Optional.
|
||||
*/
|
||||
@property (nonatomic, copy) NSURL *imageURL;
|
||||
|
||||
/**
|
||||
The default action executed when this shared generic tempate is tapped. Title for this button is ignored. Optional.
|
||||
*/
|
||||
@property (nonatomic, copy) id<FBSDKShareMessengerActionButton> defaultAction;
|
||||
|
||||
/**
|
||||
This specifies what action button to show below the generic template. Optional.
|
||||
*/
|
||||
@property (nonatomic, copy) id<FBSDKShareMessengerActionButton> button;
|
||||
|
||||
@end
|
|
@ -1,69 +0,0 @@
|
|||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
//
|
||||
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
// copy, modify, and distribute this software in source code or binary form for use
|
||||
// in connection with the web services and APIs provided by Facebook.
|
||||
//
|
||||
// As with any software that integrates with the Facebook platform, your use of
|
||||
// this software is subject to the Facebook Developer Principles and Policies
|
||||
// [http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
// included in all copies or substantial portions of the software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <FBSDKShareKit/FBSDKShareMessengerActionButton.h>
|
||||
#import <FBSDKShareKit/FBSDKSharingContent.h>
|
||||
|
||||
typedef NS_ENUM(NSUInteger, FBSDKShareMessengerMediaTemplateMediaType) {
|
||||
FBSDKShareMessengerMediaTemplateMediaTypeImage = 0,
|
||||
FBSDKShareMessengerMediaTemplateMediaTypeVideo
|
||||
};
|
||||
|
||||
/**
|
||||
A model for sharing media template content. See
|
||||
https://developers.facebook.com/docs/messenger-platform/send-messages/template/media for details.
|
||||
*/
|
||||
@interface FBSDKShareMessengerMediaTemplateContent : NSObject <FBSDKSharingContent>
|
||||
|
||||
/**
|
||||
The media type (image or video) for this content. This must match the media type specified in the
|
||||
attachmentID/mediaURL to avoid an error when sharing. Defaults to image.
|
||||
*/
|
||||
@property (nonatomic, assign) FBSDKShareMessengerMediaTemplateMediaType mediaType;
|
||||
|
||||
/**
|
||||
The attachmentID of the item to share. Optional, but either attachmentID or mediaURL must be specified.
|
||||
*/
|
||||
@property (nonatomic, copy, readonly) NSString *attachmentID;
|
||||
|
||||
/**
|
||||
The Facebook url for this piece of media. External urls will not work; this must be a Facebook url.
|
||||
See https://developers.facebook.com/docs/messenger-platform/send-messages/template/media for details.
|
||||
Optional, but either attachmentID or mediaURL must be specified.
|
||||
*/
|
||||
@property (nonatomic, copy, readonly) NSURL *mediaURL;
|
||||
|
||||
/**
|
||||
This specifies what action button to show below the media. Optional.
|
||||
*/
|
||||
@property (nonatomic, copy) id<FBSDKShareMessengerActionButton> button;
|
||||
|
||||
/**
|
||||
Custom initializer to create media template share with attachment id.
|
||||
*/
|
||||
- (instancetype)initWithAttachmentID:(NSString *)attachmentID;
|
||||
|
||||
/**
|
||||
Custom initializer to create media template share with media url. This must be a Facebook url
|
||||
and cannot be an external url.
|
||||
*/
|
||||
- (instancetype)initWithMediaURL:(NSURL *)mediaURL;
|
||||
|
||||
@end
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue