Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxi87 committed Jun 15, 2021
1 parent f52b8d8 commit a908f37
Show file tree
Hide file tree
Showing 96 changed files with 5,539 additions and 1,897 deletions.
3 changes: 2 additions & 1 deletion FlyBuy.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FlyBuy.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand Down
Binary file modified FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
#ifndef FLYBUY_SWIFT_H
#define FLYBUY_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -217,7 +219,6 @@ SWIFT_CLASS_NAMED("BeaconList")
@end



@class FlyBuyCustomerInfo;

SWIFT_CLASS_NAMED("ClaimOrderInfo")
Expand Down Expand Up @@ -273,7 +274,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyLogger
@end



@class FlyBuyPickupWindow;

SWIFT_CLASS_NAMED("CreateOrderInfo")
Expand Down Expand Up @@ -401,34 +401,28 @@ SWIFT_CLASS_NAMED("CustomerManager")
@end


SWIFT_CLASS("_TtC6FlyBuy11FlyBuyError")
@interface FlyBuyError : NSObject
SWIFT_CLASS_NAMED("CustomerManagerError")
@interface FlyBuyCustomerManagerError : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end


SWIFT_CLASS_NAMED("CustomerManagerError")
@interface FlyBuyCustomerManagerError : FlyBuyError
@end
enum FlyBuyAPIErrorType : NSInteger;




SWIFT_CLASS("_TtC6FlyBuy14FlyBuyAPIError")
@interface FlyBuyAPIError : FlyBuyError
@end



SWIFT_CLASS("_TtC6FlyBuy26FlyBuyErrorInvalidResponse")
@interface FlyBuyErrorInvalidResponse : FlyBuyError
SWIFT_CLASS_NAMED("FlyBuyAPIError")
@interface FlyBuyAPIError : NSObject
@property (nonatomic, readonly) enum FlyBuyAPIErrorType type;
@property (nonatomic, readonly) NSInteger statusCodeInt;
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end


SWIFT_CLASS("_TtC6FlyBuy21FlyBuyErrorInvalidURL")
@interface FlyBuyErrorInvalidURL : FlyBuyError
@end
typedef SWIFT_ENUM(NSInteger, FlyBuyAPIErrorType, open) {
FlyBuyAPIErrorTypeInvalidResponse = 0,
FlyBuyAPIErrorTypeResponseError = 1,
};


SWIFT_CLASS_NAMED("Geofence")
Expand All @@ -439,7 +433,6 @@ SWIFT_CLASS_NAMED("Geofence")
@end



typedef SWIFT_ENUM(NSInteger, LocationAuthStatus, open) {
LocationAuthStatusNotDetermined = 0,
LocationAuthStatusRestricted = 1,
Expand Down Expand Up @@ -467,8 +460,6 @@ SWIFT_CLASS_NAMED("Logger")





SWIFT_CLASS_NAMED("LoginInfo")
@interface FlyBuyLoginInfo : NSObject
@property (nonatomic, readonly, copy) NSString * _Nonnull emailAddress;
Expand Down Expand Up @@ -538,9 +529,6 @@ SWIFT_CLASS_NAMED("Order")






SWIFT_CLASS_NAMED("OrderEvent")
@interface FlyBuyOrderEvent : NSObject
- (nonnull instancetype)initWithOrderID:(NSInteger)orderID customerState:(NSString * _Nonnull)customerState etaSeconds:(NSNumber * _Nullable)etaSeconds OBJC_DESIGNATED_INITIALIZER;
Expand Down Expand Up @@ -650,10 +638,10 @@ SWIFT_CLASS_NAMED("OrdersManager")





SWIFT_CLASS_NAMED("OrdersManagerError")
@interface FlyBuyOrdersManagerError : FlyBuyError
@interface FlyBuyOrdersManagerError : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end


Expand Down Expand Up @@ -777,6 +765,12 @@ SWIFT_CLASS_NAMED("SitesManager")



SWIFT_CLASS_NAMED("SitesManagerError")
@interface FlyBuySitesManagerError : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end


SWIFT_CLASS_NAMED("UpdateOrderInfo")
@interface FlyBuyUpdateOrderInfo : NSObject
Expand All @@ -787,9 +781,8 @@ SWIFT_CLASS_NAMED("UpdateOrderInfo")





#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif
Binary file modified FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuy
import CoreLocation
@_exported import FlyBuy
Expand Down Expand Up @@ -58,11 +58,11 @@ extension PickupLocationFilterData {
open func encode(to encoder: Swift.Encoder) throws
}
public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable {
public init(from decoder: Swift.Decoder) throws
public var hashValue: Swift.Int {
get
}
public func hash(into hasher: inout Swift.Hasher)
public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool
}
Expand All @@ -72,7 +72,7 @@ extension Beacon : Swift.Encodable {
public func encode(to encoder: Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @objc(FlyBuyBeaconList) public class BeaconList : ObjectiveC.NSObject {
public var beacons: Swift.Dictionary<FlyBuy.BeaconIdentifiers, FlyBuy.Beacon>
public var beacons: [FlyBuy.BeaconIdentifiers : FlyBuy.Beacon]
public func addScan(identifiers ids: FlyBuy.BeaconIdentifiers, rssi: Swift.Int, distance: Swift.Float)
public func addScan(_ beacon: CoreLocation.CLBeacon)
public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon])
Expand Down Expand Up @@ -178,32 +178,32 @@ open class EncodableRequest<EncodableObject> where EncodableObject : Swift.Encod
@objc deinit
@objc override dynamic public init()
}
@objc open class FlyBuyError : ObjectiveC.NSObject, Foundation.LocalizedError {
public var errorDescription: Swift.String? {
public protocol FlyBuyError : Foundation.LocalizedError {
var description: Swift.String { get }
var errorDescription: Swift.String? { get }
}
@objc public enum FlyBuyAPIErrorType : Swift.Int {
case invalidResponse
case responseError
public var description: Swift.String {
get
}
public typealias RawValue = Swift.Int
public init?(rawValue: Swift.Int)
public var rawValue: Swift.Int {
get
}
final public let title: Swift.String
public init(_ description: Swift.String?, context: Any? = nil)
convenience public init(_ error: Swift.Error?, context: Any? = nil)
@objc override dynamic public init()
@objc deinit
}
@_hasMissingDesignatedInitializers @objc public class FlyBuyErrorInvalidURL : FlyBuy.FlyBuyError {
@objc deinit
override public init(_ description: Swift.String?, context: Any? = super)
}
@_hasMissingDesignatedInitializers @objc public class FlyBuyErrorInvalidResponse : FlyBuy.FlyBuyError {
@objc deinit
override public init(_ description: Swift.String?, context: Any? = super)
}
@_hasMissingDesignatedInitializers @objc public class FlyBuyAPIError : FlyBuy.FlyBuyError {
@_hasMissingDesignatedInitializers @objc(FlyBuyAPIError) public class FlyBuyAPIError : ObjectiveC.NSObject, FlyBuy.FlyBuyError {
@objc final public let type: FlyBuy.FlyBuyAPIErrorType
@objc final public let statusCodeInt: Swift.Int
final public let statusCode: FlyBuy.HTTPStatusCode?
public var errors: [Swift.String : [Swift.String]]? {
get
public var errorDescription: Swift.String?
@objc override dynamic public var description: Swift.String {
@objc get
}
final public let appUpgradeURL: Foundation.URL?
@objc deinit
override public init(_ description: Swift.String?, context: Any? = super)
@objc override dynamic public init()
}
@objc(FlyBuyClaimOrderInfo) open class ClaimOrderInfo : ObjectiveC.NSObject, Swift.Codable {
@objc public init(customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String)
Expand Down Expand Up @@ -248,6 +248,7 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable {
}
public protocol FlyBuyModuleManager {
func configUpdated(_ config: FlyBuy.AppConfig)
func set(logLevel: FlyBuy.LogLevel)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject {
@objc public static let orders: FlyBuy.OrdersManager
Expand Down Expand Up @@ -393,6 +394,10 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc override dynamic public init()
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError {
@objc deinit
@objc override dynamic public init()
}
extension Optional where Wrapped == Swift.String {
public var presence: Swift.String? {
get
Expand Down Expand Up @@ -453,9 +458,10 @@ extension NSNotification.Name {
public static let orderUpdated: Foundation.Notification.Name
public static let orderEventError: Foundation.Notification.Name
}
@_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : FlyBuy.FlyBuyError {
@_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError {
public var errorDescription: Swift.String?
@objc deinit
override public init(_ description: Swift.String?, context: Any? = super)
@objc override dynamic public init()
}
@_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject {
@objc public var current: FlyBuy.Customer? {
Expand All @@ -473,8 +479,9 @@ extension NSNotification.Name {
@objc override dynamic public init()
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(FlyBuyCustomerManagerError) public class CustomerManagerError : FlyBuy.FlyBuyError {
override public init(_ description: Swift.String?, context: Any? = super)
@_hasMissingDesignatedInitializers @objc(FlyBuyCustomerManagerError) public class CustomerManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError {
public var errorDescription: Swift.String?
@objc override dynamic public init()
@objc deinit
}
@objc public enum LogLevel : Swift.Int {
Expand All @@ -490,8 +497,9 @@ extension NSNotification.Name {
get
}
}
@_hasMissingDesignatedInitializers @objc(FlyBuyLogger) final public class Logger : ObjectiveC.NSObject {
@objc(FlyBuyLogger) final public class Logger : ObjectiveC.NSObject {
final public var logLevel: FlyBuy.LogLevel
public init(name: Swift.String = "FlyBuySDK")
final public func verbose(_ message: Any = "", filename: Swift.String = #file, function: Swift.String = #function, line: Swift.Int = #line)
final public func debug(_ message: Any = "", filename: Swift.String = #file, function: Swift.String = #function, line: Swift.Int = #line)
final public func info(_ message: Any = "", filename: Swift.String = #file, function: Swift.String = #function, line: Swift.Int = #line)
Expand Down Expand Up @@ -585,6 +593,9 @@ extension Order {
extension FlyBuy.LocationAuthStatus : Swift.Equatable {}
extension FlyBuy.LocationAuthStatus : Swift.Hashable {}
extension FlyBuy.LocationAuthStatus : Swift.RawRepresentable {}
extension FlyBuy.FlyBuyAPIErrorType : Swift.Equatable {}
extension FlyBuy.FlyBuyAPIErrorType : Swift.Hashable {}
extension FlyBuy.FlyBuyAPIErrorType : Swift.RawRepresentable {}
extension FlyBuy.HTTPStatusCode : Swift.Equatable {}
extension FlyBuy.HTTPStatusCode : Swift.Hashable {}
extension FlyBuy.HTTPStatusCode : Swift.RawRepresentable {}
Expand Down
Binary file not shown.
Loading

0 comments on commit a908f37

Please sign in to comment.