diff --git a/FlyBuy.xcframework/Info.plist b/FlyBuy.xcframework/Info.plist index fa9c621..132059a 100644 --- a/FlyBuy.xcframework/Info.plist +++ b/FlyBuy.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath FlyBuy.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath FlyBuy.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy index 9e9689b..206fbb0 100644 Binary files a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy and b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy differ diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h index 4b3a9b5..1367753 100644 --- a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h +++ b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h @@ -1,4 +1,4 @@ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 @@ -219,7 +219,6 @@ SWIFT_CLASS_NAMED("BeaconList") @end -@class NSString; @class FlyBuyCustomerInfo; SWIFT_CLASS_NAMED("ClaimOrderInfo") @@ -240,7 +239,6 @@ SWIFT_CLASS_NAMED("ConfigurationManager") @class FlyBuyCustomerManager; @class FlyBuySitesManager; @class FlyBuyLogger; -@class NSData; SWIFT_CLASS_NAMED("Core") @interface FlyBuyCore : NSObject @@ -276,7 +274,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyLogger @end -@class NSNumber; @class FlyBuyPickupWindow; SWIFT_CLASS_NAMED("CreateOrderInfo") @@ -472,8 +469,8 @@ SWIFT_CLASS_NAMED("LoginInfo") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSDate; @class CLLocation; +@class NSNumber; SWIFT_CLASS_NAMED("Order") @interface FlyBuyOrder : NSObject diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist index 9505704..c7ea2a3 100644 Binary files a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist and b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist differ diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftdoc b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftdoc index 9a8b1aa..8e6630c 100644 Binary files a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftdoc and b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftinterface b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftinterface index f7167b2..61d8999 100644 --- a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftinterface +++ b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 @@ -9,13 +9,13 @@ import Swift import UIKit public struct AppConfig : Swift.Codable { public let data: FlyBuy.AppConfigData? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupLocationFilters : Swift.Codable { public let ios: [FlyBuy.PickupLocationFilterData]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public class PickupLocationFilterData : Swift.Codable { final public let proximityToSite: Swift.Int @@ -24,9 +24,9 @@ public class PickupLocationFilterData : Swift.Codable { final public let distanceFilterCharging: Swift.Double final public let distanceFilterNotCharging: Swift.Double public init(proximityToSite: Swift.Int, desiredAccuracy: Swift.String, activityType: Swift.String, distanceFilterCharging: Swift.Double, distanceFilterNotCharging: Swift.Double) + required public init(from decoder: Swift.Decoder) throws @objc deinit public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } extension PickupLocationFilterData { public static var defaultLocationFilter: FlyBuy.PickupLocationFilterData { @@ -37,34 +37,34 @@ extension PickupLocationFilterData { @objc final public let termsOfService: Swift.Bool @objc final public let ageVerification: Swift.Bool @objc public init(termsOfService: Swift.Bool, ageVerification: Swift.Bool) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuyUpdateOrderInfo) open class UpdateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(pushToken: Swift.String) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCreateOrderInfo) open class CreateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, state: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable { - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public func encode(to encoder: Swift.Encoder) throws + public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool } public struct Beacon { } @@ -78,8 +78,8 @@ extension Beacon : Swift.Encodable { public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon]) public func removeStale() public func asArray() -> [FlyBuy.Beacon] - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension BeaconList : Swift.Encodable { public func encode(to encoder: Swift.Encoder) throws @@ -149,9 +149,9 @@ open class EncodableRequest where EncodableObject : Swift.Encod @objc final public let phone: Swift.String? @objc public init(name: Swift.String, carType: Swift.String?, carColor: Swift.String?, licensePlate: Swift.String?, phone: Swift.String? = nil) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc public enum LocationAuthStatus : Swift.Int, Swift.Codable { case notDetermined @@ -166,8 +166,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -175,8 +175,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod @_hasMissingDesignatedInitializers @objc(FlyBuyPagination) public class Pagination : ObjectiveC.NSObject { @objc final public let currentPage: Swift.Int @objc final public let totalPages: Swift.Int - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } public protocol FlyBuyError : Foundation.LocalizedError { var description: Swift.String { get } @@ -188,8 +188,8 @@ public protocol FlyBuyError : Foundation.LocalizedError { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -202,15 +202,15 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @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) @objc public init(customerInfo: FlyBuy.CustomerInfo, pushToken: Swift.String, pickupType: Swift.String?) public func encode(to encoder: Swift.Encoder) throws - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrderEvent) open class OrderEvent : ObjectiveC.NSObject, Swift.Encodable { @@ -219,32 +219,31 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc public init(orderID: Swift.Int, state: Swift.String) @objc public init(orderID: Swift.Int, locationAuthStatus: FlyBuy.LocationAuthStatus) @objc public init(orderID: Swift.Int, customerRating: Swift.Int, customerComments: Swift.String?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() open func encode(to encoder: Swift.Encoder) throws } public struct AppConfigData : Swift.Codable { - public let name: Swift.String? public let pickupLocationFilters: FlyBuy.PickupLocationFilters? public let pickupStates: FlyBuy.PickupStates? public let notifyMaxSites: Swift.Int? public let nearbySitesFeatureUrl: Swift.String? public let upgrade: FlyBuy.AppUpgrade? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct BeaconRegion : Swift.Codable, Swift.Hashable { public let uuid: Foundation.UUID public let major: Swift.UInt16? public let minor: Swift.UInt16? public func region() -> CoreLocation.CLBeaconRegion - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool + public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool } public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) @@ -271,17 +270,17 @@ extension _AnyDecodable { public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyRequestPasswordReset) open class RequestPasswordReset : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuySetNewPassword) open class SetNewPassword : ObjectiveC.NSObject, Swift.Codable { @objc public init(resetPasswordToken: Swift.String, password: Swift.String, confirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCustomer) open class Customer : ObjectiveC.NSObject, Swift.Decodable { @objc final public let token: Swift.String @@ -377,8 +376,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { case loopDetected case notExtended case networkAuthenticationRequired - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -395,8 +394,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { @objc deinit } @_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Optional where Wrapped == Swift.String { public var presence: Swift.String? { @@ -417,16 +416,16 @@ extension String { final public let version: Swift.String final public let message: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupStates : Swift.Codable { public let order: [Swift.String]? public let openOrder: [Swift.String]? public let customer: [Swift.String]? public let openCustomer: [Swift.String]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } @_inheritsConvenienceInitializers @objc(FlyBuyOrdersManager) open class OrdersManager : ObjectiveC.NSObject { @objc public var all: [FlyBuy.Order] { @@ -460,8 +459,8 @@ extension NSNotification.Name { } @_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { public var errorDescription: Swift.String? - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject { @objc public var current: FlyBuy.Customer? { @@ -491,8 +490,8 @@ extension NSNotification.Name { case warning case error case none - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -517,18 +516,18 @@ public struct CustomerResponse : Swift.Decodable { @objc final public let passwordConfirmation: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String, passwordConfirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyLoginInfo) open class LoginInfo : ObjectiveC.NSObject, Swift.Codable { @objc final public let emailAddress: Swift.String @objc final public let password: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrder) open class Order : ObjectiveC.NSObject { @objc final public let id: Swift.Int @@ -584,8 +583,8 @@ public struct CustomerResponse : Swift.Decodable { @objc public var customerID: Foundation.NSNumber? { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Order { public func isOpen() -> Swift.Bool diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc index 9a8b1aa..8e6630c 100644 Binary files a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc and b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface index f7167b2..61d8999 100644 --- a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface +++ b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 @@ -9,13 +9,13 @@ import Swift import UIKit public struct AppConfig : Swift.Codable { public let data: FlyBuy.AppConfigData? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupLocationFilters : Swift.Codable { public let ios: [FlyBuy.PickupLocationFilterData]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public class PickupLocationFilterData : Swift.Codable { final public let proximityToSite: Swift.Int @@ -24,9 +24,9 @@ public class PickupLocationFilterData : Swift.Codable { final public let distanceFilterCharging: Swift.Double final public let distanceFilterNotCharging: Swift.Double public init(proximityToSite: Swift.Int, desiredAccuracy: Swift.String, activityType: Swift.String, distanceFilterCharging: Swift.Double, distanceFilterNotCharging: Swift.Double) + required public init(from decoder: Swift.Decoder) throws @objc deinit public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } extension PickupLocationFilterData { public static var defaultLocationFilter: FlyBuy.PickupLocationFilterData { @@ -37,34 +37,34 @@ extension PickupLocationFilterData { @objc final public let termsOfService: Swift.Bool @objc final public let ageVerification: Swift.Bool @objc public init(termsOfService: Swift.Bool, ageVerification: Swift.Bool) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuyUpdateOrderInfo) open class UpdateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(pushToken: Swift.String) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCreateOrderInfo) open class CreateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, state: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable { - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public func encode(to encoder: Swift.Encoder) throws + public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool } public struct Beacon { } @@ -78,8 +78,8 @@ extension Beacon : Swift.Encodable { public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon]) public func removeStale() public func asArray() -> [FlyBuy.Beacon] - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension BeaconList : Swift.Encodable { public func encode(to encoder: Swift.Encoder) throws @@ -149,9 +149,9 @@ open class EncodableRequest where EncodableObject : Swift.Encod @objc final public let phone: Swift.String? @objc public init(name: Swift.String, carType: Swift.String?, carColor: Swift.String?, licensePlate: Swift.String?, phone: Swift.String? = nil) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc public enum LocationAuthStatus : Swift.Int, Swift.Codable { case notDetermined @@ -166,8 +166,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -175,8 +175,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod @_hasMissingDesignatedInitializers @objc(FlyBuyPagination) public class Pagination : ObjectiveC.NSObject { @objc final public let currentPage: Swift.Int @objc final public let totalPages: Swift.Int - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } public protocol FlyBuyError : Foundation.LocalizedError { var description: Swift.String { get } @@ -188,8 +188,8 @@ public protocol FlyBuyError : Foundation.LocalizedError { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -202,15 +202,15 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @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) @objc public init(customerInfo: FlyBuy.CustomerInfo, pushToken: Swift.String, pickupType: Swift.String?) public func encode(to encoder: Swift.Encoder) throws - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrderEvent) open class OrderEvent : ObjectiveC.NSObject, Swift.Encodable { @@ -219,32 +219,31 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc public init(orderID: Swift.Int, state: Swift.String) @objc public init(orderID: Swift.Int, locationAuthStatus: FlyBuy.LocationAuthStatus) @objc public init(orderID: Swift.Int, customerRating: Swift.Int, customerComments: Swift.String?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() open func encode(to encoder: Swift.Encoder) throws } public struct AppConfigData : Swift.Codable { - public let name: Swift.String? public let pickupLocationFilters: FlyBuy.PickupLocationFilters? public let pickupStates: FlyBuy.PickupStates? public let notifyMaxSites: Swift.Int? public let nearbySitesFeatureUrl: Swift.String? public let upgrade: FlyBuy.AppUpgrade? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct BeaconRegion : Swift.Codable, Swift.Hashable { public let uuid: Foundation.UUID public let major: Swift.UInt16? public let minor: Swift.UInt16? public func region() -> CoreLocation.CLBeaconRegion - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool + public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool } public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) @@ -271,17 +270,17 @@ extension _AnyDecodable { public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyRequestPasswordReset) open class RequestPasswordReset : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuySetNewPassword) open class SetNewPassword : ObjectiveC.NSObject, Swift.Codable { @objc public init(resetPasswordToken: Swift.String, password: Swift.String, confirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCustomer) open class Customer : ObjectiveC.NSObject, Swift.Decodable { @objc final public let token: Swift.String @@ -377,8 +376,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { case loopDetected case notExtended case networkAuthenticationRequired - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -395,8 +394,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { @objc deinit } @_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Optional where Wrapped == Swift.String { public var presence: Swift.String? { @@ -417,16 +416,16 @@ extension String { final public let version: Swift.String final public let message: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupStates : Swift.Codable { public let order: [Swift.String]? public let openOrder: [Swift.String]? public let customer: [Swift.String]? public let openCustomer: [Swift.String]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } @_inheritsConvenienceInitializers @objc(FlyBuyOrdersManager) open class OrdersManager : ObjectiveC.NSObject { @objc public var all: [FlyBuy.Order] { @@ -460,8 +459,8 @@ extension NSNotification.Name { } @_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { public var errorDescription: Swift.String? - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject { @objc public var current: FlyBuy.Customer? { @@ -491,8 +490,8 @@ extension NSNotification.Name { case warning case error case none - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -517,18 +516,18 @@ public struct CustomerResponse : Swift.Decodable { @objc final public let passwordConfirmation: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String, passwordConfirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyLoginInfo) open class LoginInfo : ObjectiveC.NSObject, Swift.Codable { @objc final public let emailAddress: Swift.String @objc final public let password: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrder) open class Order : ObjectiveC.NSObject { @objc final public let id: Swift.Int @@ -584,8 +583,8 @@ public struct CustomerResponse : Swift.Decodable { @objc public var customerID: Foundation.NSNumber? { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Order { public func isOpen() -> Swift.Bool diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/FlyBuy b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/FlyBuy index a3d3f68..6d271b4 100644 Binary files a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/FlyBuy and b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/FlyBuy differ diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h index 2d1f8b9..05fc124 100644 --- a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h +++ b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 @@ -221,7 +221,6 @@ SWIFT_CLASS_NAMED("BeaconList") @end -@class NSString; @class FlyBuyCustomerInfo; SWIFT_CLASS_NAMED("ClaimOrderInfo") @@ -242,7 +241,6 @@ SWIFT_CLASS_NAMED("ConfigurationManager") @class FlyBuyCustomerManager; @class FlyBuySitesManager; @class FlyBuyLogger; -@class NSData; SWIFT_CLASS_NAMED("Core") @interface FlyBuyCore : NSObject @@ -278,7 +276,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyLogger @end -@class NSNumber; @class FlyBuyPickupWindow; SWIFT_CLASS_NAMED("CreateOrderInfo") @@ -474,8 +471,8 @@ SWIFT_CLASS_NAMED("LoginInfo") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSDate; @class CLLocation; +@class NSNumber; SWIFT_CLASS_NAMED("Order") @interface FlyBuyOrder : NSObject @@ -793,7 +790,7 @@ SWIFT_CLASS_NAMED("UpdateOrderInfo") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 @@ -1014,7 +1011,6 @@ SWIFT_CLASS_NAMED("BeaconList") @end -@class NSString; @class FlyBuyCustomerInfo; SWIFT_CLASS_NAMED("ClaimOrderInfo") @@ -1035,7 +1031,6 @@ SWIFT_CLASS_NAMED("ConfigurationManager") @class FlyBuyCustomerManager; @class FlyBuySitesManager; @class FlyBuyLogger; -@class NSData; SWIFT_CLASS_NAMED("Core") @interface FlyBuyCore : NSObject @@ -1071,7 +1066,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyLogger @end -@class NSNumber; @class FlyBuyPickupWindow; SWIFT_CLASS_NAMED("CreateOrderInfo") @@ -1267,8 +1261,8 @@ SWIFT_CLASS_NAMED("LoginInfo") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSDate; @class CLLocation; +@class NSNumber; SWIFT_CLASS_NAMED("Order") @interface FlyBuyOrder : NSObject diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Info.plist b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Info.plist index 70e5aaf..9d8a42c 100644 Binary files a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Info.plist and b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Info.plist differ diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 58241ba..0511b80 100644 Binary files a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface index f930d6e..4bbd7a3 100644 --- a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuy import CoreLocation @_exported import FlyBuy @@ -9,13 +9,13 @@ import Swift import UIKit public struct AppConfig : Swift.Codable { public let data: FlyBuy.AppConfigData? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupLocationFilters : Swift.Codable { public let ios: [FlyBuy.PickupLocationFilterData]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public class PickupLocationFilterData : Swift.Codable { final public let proximityToSite: Swift.Int @@ -24,9 +24,9 @@ public class PickupLocationFilterData : Swift.Codable { final public let distanceFilterCharging: Swift.Double final public let distanceFilterNotCharging: Swift.Double public init(proximityToSite: Swift.Int, desiredAccuracy: Swift.String, activityType: Swift.String, distanceFilterCharging: Swift.Double, distanceFilterNotCharging: Swift.Double) + required public init(from decoder: Swift.Decoder) throws @objc deinit public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } extension PickupLocationFilterData { public static var defaultLocationFilter: FlyBuy.PickupLocationFilterData { @@ -37,34 +37,34 @@ extension PickupLocationFilterData { @objc final public let termsOfService: Swift.Bool @objc final public let ageVerification: Swift.Bool @objc public init(termsOfService: Swift.Bool, ageVerification: Swift.Bool) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuyUpdateOrderInfo) open class UpdateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(pushToken: Swift.String) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCreateOrderInfo) open class CreateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, state: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable { - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public func encode(to encoder: Swift.Encoder) throws + public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool } public struct Beacon { } @@ -78,8 +78,8 @@ extension Beacon : Swift.Encodable { public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon]) public func removeStale() public func asArray() -> [FlyBuy.Beacon] - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension BeaconList : Swift.Encodable { public func encode(to encoder: Swift.Encoder) throws @@ -149,9 +149,9 @@ open class EncodableRequest where EncodableObject : Swift.Encod @objc final public let phone: Swift.String? @objc public init(name: Swift.String, carType: Swift.String?, carColor: Swift.String?, licensePlate: Swift.String?, phone: Swift.String? = nil) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc public enum LocationAuthStatus : Swift.Int, Swift.Codable { case notDetermined @@ -166,8 +166,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -175,8 +175,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod @_hasMissingDesignatedInitializers @objc(FlyBuyPagination) public class Pagination : ObjectiveC.NSObject { @objc final public let currentPage: Swift.Int @objc final public let totalPages: Swift.Int - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } public protocol FlyBuyError : Foundation.LocalizedError { var description: Swift.String { get } @@ -188,8 +188,8 @@ public protocol FlyBuyError : Foundation.LocalizedError { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -202,15 +202,15 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @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) @objc public init(customerInfo: FlyBuy.CustomerInfo, pushToken: Swift.String, pickupType: Swift.String?) public func encode(to encoder: Swift.Encoder) throws - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrderEvent) open class OrderEvent : ObjectiveC.NSObject, Swift.Encodable { @@ -219,32 +219,31 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc public init(orderID: Swift.Int, state: Swift.String) @objc public init(orderID: Swift.Int, locationAuthStatus: FlyBuy.LocationAuthStatus) @objc public init(orderID: Swift.Int, customerRating: Swift.Int, customerComments: Swift.String?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() open func encode(to encoder: Swift.Encoder) throws } public struct AppConfigData : Swift.Codable { - public let name: Swift.String? public let pickupLocationFilters: FlyBuy.PickupLocationFilters? public let pickupStates: FlyBuy.PickupStates? public let notifyMaxSites: Swift.Int? public let nearbySitesFeatureUrl: Swift.String? public let upgrade: FlyBuy.AppUpgrade? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct BeaconRegion : Swift.Codable, Swift.Hashable { public let uuid: Foundation.UUID public let major: Swift.UInt16? public let minor: Swift.UInt16? public func region() -> CoreLocation.CLBeaconRegion - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool + public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool } public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) @@ -271,17 +270,17 @@ extension _AnyDecodable { public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyRequestPasswordReset) open class RequestPasswordReset : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuySetNewPassword) open class SetNewPassword : ObjectiveC.NSObject, Swift.Codable { @objc public init(resetPasswordToken: Swift.String, password: Swift.String, confirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCustomer) open class Customer : ObjectiveC.NSObject, Swift.Decodable { @objc final public let token: Swift.String @@ -377,8 +376,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { case loopDetected case notExtended case networkAuthenticationRequired - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -395,8 +394,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { @objc deinit } @_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Optional where Wrapped == Swift.String { public var presence: Swift.String? { @@ -417,16 +416,16 @@ extension String { final public let version: Swift.String final public let message: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupStates : Swift.Codable { public let order: [Swift.String]? public let openOrder: [Swift.String]? public let customer: [Swift.String]? public let openCustomer: [Swift.String]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } @_inheritsConvenienceInitializers @objc(FlyBuyOrdersManager) open class OrdersManager : ObjectiveC.NSObject { @objc public var all: [FlyBuy.Order] { @@ -460,8 +459,8 @@ extension NSNotification.Name { } @_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { public var errorDescription: Swift.String? - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject { @objc public var current: FlyBuy.Customer? { @@ -491,8 +490,8 @@ extension NSNotification.Name { case warning case error case none - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -517,18 +516,18 @@ public struct CustomerResponse : Swift.Decodable { @objc final public let passwordConfirmation: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String, passwordConfirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyLoginInfo) open class LoginInfo : ObjectiveC.NSObject, Swift.Codable { @objc final public let emailAddress: Swift.String @objc final public let password: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrder) open class Order : ObjectiveC.NSObject { @objc final public let id: Swift.Int @@ -584,8 +583,8 @@ public struct CustomerResponse : Swift.Decodable { @objc public var customerID: Foundation.NSNumber? { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Order { public func isOpen() -> Swift.Bool diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc index 58241ba..0511b80 100644 Binary files a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc and b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface index f930d6e..4bbd7a3 100644 --- a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface +++ b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuy import CoreLocation @_exported import FlyBuy @@ -9,13 +9,13 @@ import Swift import UIKit public struct AppConfig : Swift.Codable { public let data: FlyBuy.AppConfigData? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupLocationFilters : Swift.Codable { public let ios: [FlyBuy.PickupLocationFilterData]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public class PickupLocationFilterData : Swift.Codable { final public let proximityToSite: Swift.Int @@ -24,9 +24,9 @@ public class PickupLocationFilterData : Swift.Codable { final public let distanceFilterCharging: Swift.Double final public let distanceFilterNotCharging: Swift.Double public init(proximityToSite: Swift.Int, desiredAccuracy: Swift.String, activityType: Swift.String, distanceFilterCharging: Swift.Double, distanceFilterNotCharging: Swift.Double) + required public init(from decoder: Swift.Decoder) throws @objc deinit public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } extension PickupLocationFilterData { public static var defaultLocationFilter: FlyBuy.PickupLocationFilterData { @@ -37,34 +37,34 @@ extension PickupLocationFilterData { @objc final public let termsOfService: Swift.Bool @objc final public let ageVerification: Swift.Bool @objc public init(termsOfService: Swift.Bool, ageVerification: Swift.Bool) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuyUpdateOrderInfo) open class UpdateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(pushToken: Swift.String) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCreateOrderInfo) open class CreateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, state: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable { - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public func encode(to encoder: Swift.Encoder) throws + public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool } public struct Beacon { } @@ -78,8 +78,8 @@ extension Beacon : Swift.Encodable { public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon]) public func removeStale() public func asArray() -> [FlyBuy.Beacon] - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension BeaconList : Swift.Encodable { public func encode(to encoder: Swift.Encoder) throws @@ -149,9 +149,9 @@ open class EncodableRequest where EncodableObject : Swift.Encod @objc final public let phone: Swift.String? @objc public init(name: Swift.String, carType: Swift.String?, carColor: Swift.String?, licensePlate: Swift.String?, phone: Swift.String? = nil) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc public enum LocationAuthStatus : Swift.Int, Swift.Codable { case notDetermined @@ -166,8 +166,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -175,8 +175,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod @_hasMissingDesignatedInitializers @objc(FlyBuyPagination) public class Pagination : ObjectiveC.NSObject { @objc final public let currentPage: Swift.Int @objc final public let totalPages: Swift.Int - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } public protocol FlyBuyError : Foundation.LocalizedError { var description: Swift.String { get } @@ -188,8 +188,8 @@ public protocol FlyBuyError : Foundation.LocalizedError { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -202,15 +202,15 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @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) @objc public init(customerInfo: FlyBuy.CustomerInfo, pushToken: Swift.String, pickupType: Swift.String?) public func encode(to encoder: Swift.Encoder) throws - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrderEvent) open class OrderEvent : ObjectiveC.NSObject, Swift.Encodable { @@ -219,32 +219,31 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc public init(orderID: Swift.Int, state: Swift.String) @objc public init(orderID: Swift.Int, locationAuthStatus: FlyBuy.LocationAuthStatus) @objc public init(orderID: Swift.Int, customerRating: Swift.Int, customerComments: Swift.String?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() open func encode(to encoder: Swift.Encoder) throws } public struct AppConfigData : Swift.Codable { - public let name: Swift.String? public let pickupLocationFilters: FlyBuy.PickupLocationFilters? public let pickupStates: FlyBuy.PickupStates? public let notifyMaxSites: Swift.Int? public let nearbySitesFeatureUrl: Swift.String? public let upgrade: FlyBuy.AppUpgrade? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct BeaconRegion : Swift.Codable, Swift.Hashable { public let uuid: Foundation.UUID public let major: Swift.UInt16? public let minor: Swift.UInt16? public func region() -> CoreLocation.CLBeaconRegion - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool + public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool } public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) @@ -271,17 +270,17 @@ extension _AnyDecodable { public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyRequestPasswordReset) open class RequestPasswordReset : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuySetNewPassword) open class SetNewPassword : ObjectiveC.NSObject, Swift.Codable { @objc public init(resetPasswordToken: Swift.String, password: Swift.String, confirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCustomer) open class Customer : ObjectiveC.NSObject, Swift.Decodable { @objc final public let token: Swift.String @@ -377,8 +376,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { case loopDetected case notExtended case networkAuthenticationRequired - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -395,8 +394,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { @objc deinit } @_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Optional where Wrapped == Swift.String { public var presence: Swift.String? { @@ -417,16 +416,16 @@ extension String { final public let version: Swift.String final public let message: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupStates : Swift.Codable { public let order: [Swift.String]? public let openOrder: [Swift.String]? public let customer: [Swift.String]? public let openCustomer: [Swift.String]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } @_inheritsConvenienceInitializers @objc(FlyBuyOrdersManager) open class OrdersManager : ObjectiveC.NSObject { @objc public var all: [FlyBuy.Order] { @@ -460,8 +459,8 @@ extension NSNotification.Name { } @_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { public var errorDescription: Swift.String? - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject { @objc public var current: FlyBuy.Customer? { @@ -491,8 +490,8 @@ extension NSNotification.Name { case warning case error case none - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -517,18 +516,18 @@ public struct CustomerResponse : Swift.Decodable { @objc final public let passwordConfirmation: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String, passwordConfirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyLoginInfo) open class LoginInfo : ObjectiveC.NSObject, Swift.Codable { @objc final public let emailAddress: Swift.String @objc final public let password: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrder) open class Order : ObjectiveC.NSObject { @objc final public let id: Swift.Int @@ -584,8 +583,8 @@ public struct CustomerResponse : Swift.Decodable { @objc public var customerID: Foundation.NSNumber? { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Order { public func isOpen() -> Swift.Bool diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index fa8cd2c..6254edf 100644 Binary files a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index a97eb99..7f0d61a 100644 --- a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuy import CoreLocation @_exported import FlyBuy @@ -9,13 +9,13 @@ import Swift import UIKit public struct AppConfig : Swift.Codable { public let data: FlyBuy.AppConfigData? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupLocationFilters : Swift.Codable { public let ios: [FlyBuy.PickupLocationFilterData]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public class PickupLocationFilterData : Swift.Codable { final public let proximityToSite: Swift.Int @@ -24,9 +24,9 @@ public class PickupLocationFilterData : Swift.Codable { final public let distanceFilterCharging: Swift.Double final public let distanceFilterNotCharging: Swift.Double public init(proximityToSite: Swift.Int, desiredAccuracy: Swift.String, activityType: Swift.String, distanceFilterCharging: Swift.Double, distanceFilterNotCharging: Swift.Double) + required public init(from decoder: Swift.Decoder) throws @objc deinit public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } extension PickupLocationFilterData { public static var defaultLocationFilter: FlyBuy.PickupLocationFilterData { @@ -37,34 +37,34 @@ extension PickupLocationFilterData { @objc final public let termsOfService: Swift.Bool @objc final public let ageVerification: Swift.Bool @objc public init(termsOfService: Swift.Bool, ageVerification: Swift.Bool) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuyUpdateOrderInfo) open class UpdateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(pushToken: Swift.String) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCreateOrderInfo) open class CreateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, state: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable { - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public func encode(to encoder: Swift.Encoder) throws + public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool } public struct Beacon { } @@ -78,8 +78,8 @@ extension Beacon : Swift.Encodable { public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon]) public func removeStale() public func asArray() -> [FlyBuy.Beacon] - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension BeaconList : Swift.Encodable { public func encode(to encoder: Swift.Encoder) throws @@ -149,9 +149,9 @@ open class EncodableRequest where EncodableObject : Swift.Encod @objc final public let phone: Swift.String? @objc public init(name: Swift.String, carType: Swift.String?, carColor: Swift.String?, licensePlate: Swift.String?, phone: Swift.String? = nil) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc public enum LocationAuthStatus : Swift.Int, Swift.Codable { case notDetermined @@ -166,8 +166,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -175,8 +175,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod @_hasMissingDesignatedInitializers @objc(FlyBuyPagination) public class Pagination : ObjectiveC.NSObject { @objc final public let currentPage: Swift.Int @objc final public let totalPages: Swift.Int - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } public protocol FlyBuyError : Foundation.LocalizedError { var description: Swift.String { get } @@ -188,8 +188,8 @@ public protocol FlyBuyError : Foundation.LocalizedError { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -202,15 +202,15 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @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) @objc public init(customerInfo: FlyBuy.CustomerInfo, pushToken: Swift.String, pickupType: Swift.String?) public func encode(to encoder: Swift.Encoder) throws - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrderEvent) open class OrderEvent : ObjectiveC.NSObject, Swift.Encodable { @@ -219,32 +219,31 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc public init(orderID: Swift.Int, state: Swift.String) @objc public init(orderID: Swift.Int, locationAuthStatus: FlyBuy.LocationAuthStatus) @objc public init(orderID: Swift.Int, customerRating: Swift.Int, customerComments: Swift.String?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() open func encode(to encoder: Swift.Encoder) throws } public struct AppConfigData : Swift.Codable { - public let name: Swift.String? public let pickupLocationFilters: FlyBuy.PickupLocationFilters? public let pickupStates: FlyBuy.PickupStates? public let notifyMaxSites: Swift.Int? public let nearbySitesFeatureUrl: Swift.String? public let upgrade: FlyBuy.AppUpgrade? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct BeaconRegion : Swift.Codable, Swift.Hashable { public let uuid: Foundation.UUID public let major: Swift.UInt16? public let minor: Swift.UInt16? public func region() -> CoreLocation.CLBeaconRegion - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool + public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool } public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) @@ -271,17 +270,17 @@ extension _AnyDecodable { public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyRequestPasswordReset) open class RequestPasswordReset : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuySetNewPassword) open class SetNewPassword : ObjectiveC.NSObject, Swift.Codable { @objc public init(resetPasswordToken: Swift.String, password: Swift.String, confirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCustomer) open class Customer : ObjectiveC.NSObject, Swift.Decodable { @objc final public let token: Swift.String @@ -377,8 +376,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { case loopDetected case notExtended case networkAuthenticationRequired - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -395,8 +394,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { @objc deinit } @_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Optional where Wrapped == Swift.String { public var presence: Swift.String? { @@ -417,16 +416,16 @@ extension String { final public let version: Swift.String final public let message: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupStates : Swift.Codable { public let order: [Swift.String]? public let openOrder: [Swift.String]? public let customer: [Swift.String]? public let openCustomer: [Swift.String]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } @_inheritsConvenienceInitializers @objc(FlyBuyOrdersManager) open class OrdersManager : ObjectiveC.NSObject { @objc public var all: [FlyBuy.Order] { @@ -460,8 +459,8 @@ extension NSNotification.Name { } @_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { public var errorDescription: Swift.String? - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject { @objc public var current: FlyBuy.Customer? { @@ -491,8 +490,8 @@ extension NSNotification.Name { case warning case error case none - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -517,18 +516,18 @@ public struct CustomerResponse : Swift.Decodable { @objc final public let passwordConfirmation: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String, passwordConfirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyLoginInfo) open class LoginInfo : ObjectiveC.NSObject, Swift.Codable { @objc final public let emailAddress: Swift.String @objc final public let password: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrder) open class Order : ObjectiveC.NSObject { @objc final public let id: Swift.Int @@ -584,8 +583,8 @@ public struct CustomerResponse : Swift.Decodable { @objc public var customerID: Foundation.NSNumber? { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Order { public func isOpen() -> Swift.Bool diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftdoc b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftdoc index fa8cd2c..6254edf 100644 Binary files a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftdoc and b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftdoc differ diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface index a97eb99..7f0d61a 100644 --- a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface +++ b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuy import CoreLocation @_exported import FlyBuy @@ -9,13 +9,13 @@ import Swift import UIKit public struct AppConfig : Swift.Codable { public let data: FlyBuy.AppConfigData? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupLocationFilters : Swift.Codable { public let ios: [FlyBuy.PickupLocationFilterData]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public class PickupLocationFilterData : Swift.Codable { final public let proximityToSite: Swift.Int @@ -24,9 +24,9 @@ public class PickupLocationFilterData : Swift.Codable { final public let distanceFilterCharging: Swift.Double final public let distanceFilterNotCharging: Swift.Double public init(proximityToSite: Swift.Int, desiredAccuracy: Swift.String, activityType: Swift.String, distanceFilterCharging: Swift.Double, distanceFilterNotCharging: Swift.Double) + required public init(from decoder: Swift.Decoder) throws @objc deinit public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } extension PickupLocationFilterData { public static var defaultLocationFilter: FlyBuy.PickupLocationFilterData { @@ -37,34 +37,34 @@ extension PickupLocationFilterData { @objc final public let termsOfService: Swift.Bool @objc final public let ageVerification: Swift.Bool @objc public init(termsOfService: Swift.Bool, ageVerification: Swift.Bool) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuyUpdateOrderInfo) open class UpdateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(pushToken: Swift.String) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCreateOrderInfo) open class CreateOrderInfo : ObjectiveC.NSObject, Swift.Codable { @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, state: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) @objc public init(siteID: Swift.Int, partnerIdentifier: Swift.String, customerCarColor: Swift.String?, customerCarType: Swift.String?, customerLicensePlate: Swift.String?, customerName: Swift.String?, customerPhone: Swift.String?, pushToken: Swift.String?, pickupWindow: FlyBuy.PickupWindow? = nil) - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } public struct BeaconIdentifiers : Swift.Hashable, Swift.Codable { - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public func encode(to encoder: Swift.Encoder) throws + public static func == (a: FlyBuy.BeaconIdentifiers, b: FlyBuy.BeaconIdentifiers) -> Swift.Bool } public struct Beacon { } @@ -78,8 +78,8 @@ extension Beacon : Swift.Encodable { public func addScans(_ scannedBeacons: [CoreLocation.CLBeacon]) public func removeStale() public func asArray() -> [FlyBuy.Beacon] - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension BeaconList : Swift.Encodable { public func encode(to encoder: Swift.Encoder) throws @@ -149,9 +149,9 @@ open class EncodableRequest where EncodableObject : Swift.Encod @objc final public let phone: Swift.String? @objc public init(name: Swift.String, carType: Swift.String?, carColor: Swift.String?, licensePlate: Swift.String?, phone: Swift.String? = nil) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc public enum LocationAuthStatus : Swift.Int, Swift.Codable { case notDetermined @@ -166,8 +166,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -175,8 +175,8 @@ open class EncodableRequest where EncodableObject : Swift.Encod @_hasMissingDesignatedInitializers @objc(FlyBuyPagination) public class Pagination : ObjectiveC.NSObject { @objc final public let currentPage: Swift.Int @objc final public let totalPages: Swift.Int - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } public protocol FlyBuyError : Foundation.LocalizedError { var description: Swift.String { get } @@ -188,8 +188,8 @@ public protocol FlyBuyError : Foundation.LocalizedError { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -202,15 +202,15 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @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) @objc public init(customerInfo: FlyBuy.CustomerInfo, pushToken: Swift.String, pickupType: Swift.String?) public func encode(to encoder: Swift.Encoder) throws - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrderEvent) open class OrderEvent : ObjectiveC.NSObject, Swift.Encodable { @@ -219,32 +219,31 @@ public protocol FlyBuyError : Foundation.LocalizedError { @objc public init(orderID: Swift.Int, state: Swift.String) @objc public init(orderID: Swift.Int, locationAuthStatus: FlyBuy.LocationAuthStatus) @objc public init(orderID: Swift.Int, customerRating: Swift.Int, customerComments: Swift.String?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() open func encode(to encoder: Swift.Encoder) throws } public struct AppConfigData : Swift.Codable { - public let name: Swift.String? public let pickupLocationFilters: FlyBuy.PickupLocationFilters? public let pickupStates: FlyBuy.PickupStates? public let notifyMaxSites: Swift.Int? public let nearbySitesFeatureUrl: Swift.String? public let upgrade: FlyBuy.AppUpgrade? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct BeaconRegion : Swift.Codable, Swift.Hashable { public let uuid: Foundation.UUID public let major: Swift.UInt16? public let minor: Swift.UInt16? public func region() -> CoreLocation.CLBeaconRegion - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool + public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws public var hashValue: Swift.Int { get } - public init(from decoder: Swift.Decoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: FlyBuy.BeaconRegion, b: FlyBuy.BeaconRegion) -> Swift.Bool } public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) @@ -271,17 +270,17 @@ extension _AnyDecodable { public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyRequestPasswordReset) open class RequestPasswordReset : ObjectiveC.NSObject, Swift.Codable { - @objc override dynamic public init() @objc deinit - open func encode(to encoder: Swift.Encoder) throws + @objc override dynamic public init() required public init(from decoder: Swift.Decoder) throws + open func encode(to encoder: Swift.Encoder) throws } @objc(FlyBuySetNewPassword) open class SetNewPassword : ObjectiveC.NSObject, Swift.Codable { @objc public init(resetPasswordToken: Swift.String, password: Swift.String, confirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @_hasMissingDesignatedInitializers @objc(FlyBuyCustomer) open class Customer : ObjectiveC.NSObject, Swift.Decodable { @objc final public let token: Swift.String @@ -377,8 +376,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { case loopDetected case notExtended case networkAuthenticationRequired - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -395,8 +394,8 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error { @objc deinit } @_hasMissingDesignatedInitializers @objc(FlyBuySitesManagerError) public class SitesManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Optional where Wrapped == Swift.String { public var presence: Swift.String? { @@ -417,16 +416,16 @@ extension String { final public let version: Swift.String final public let message: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } public struct PickupStates : Swift.Codable { public let order: [Swift.String]? public let openOrder: [Swift.String]? public let customer: [Swift.String]? public let openCustomer: [Swift.String]? - public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws } @_inheritsConvenienceInitializers @objc(FlyBuyOrdersManager) open class OrdersManager : ObjectiveC.NSObject { @objc public var all: [FlyBuy.Order] { @@ -460,8 +459,8 @@ extension NSNotification.Name { } @_hasMissingDesignatedInitializers @objc(FlyBuyOrdersManagerError) public class OrdersManagerError : ObjectiveC.NSObject, FlyBuy.FlyBuyError { public var errorDescription: Swift.String? - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyCustomerManager) public class CustomerManager : ObjectiveC.NSObject { @objc public var current: FlyBuy.Customer? { @@ -491,8 +490,8 @@ extension NSNotification.Name { case warning case error case none - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -517,18 +516,18 @@ public struct CustomerResponse : Swift.Decodable { @objc final public let passwordConfirmation: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String, passwordConfirmation: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyLoginInfo) open class LoginInfo : ObjectiveC.NSObject, Swift.Codable { @objc final public let emailAddress: Swift.String @objc final public let password: Swift.String @objc public init(emailAddress: Swift.String, password: Swift.String) @objc override dynamic public init() + required public init(from decoder: Swift.Decoder) throws @objc deinit open func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } @objc(FlyBuyOrder) open class Order : ObjectiveC.NSObject { @objc final public let id: Swift.Int @@ -584,8 +583,8 @@ public struct CustomerResponse : Swift.Decodable { @objc public var customerID: Foundation.NSNumber? { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension Order { public func isOpen() -> Swift.Bool diff --git a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources index a1bf683..8ec7f14 100644 --- a/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources +++ b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/FlyBuy-Swift.h - 4KUYooZmViD/KxYKIxuhpRrM6Nw= + GeaoB1DhyklyhJTtBnAgqDoQNSE= Headers/FlyBuy.h @@ -14,55 +14,55 @@ Info.plist - vsc+sDUmIFqCVZ/6spTi4hkWPTg= + 8k8aN6Qov2SWCzlF77kCUpRXSbo= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc - rifyQlTyhT1NDBxgGMa3NiJGae0= + eWO+6s/A1j0vLyh+EyXK2R1bV30= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface - aQLCVA+QhhU0Cq1hXz4Ctmg7gOI= + WAb2Ro3DrneO5MLPXvngJAuWviI= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule - dZ6d4PAJb1h7bkHweBTiPtZe8v8= + r+t9G1lDPRB1jBFYoC5YXjvjBrg= Modules/FlyBuy.swiftmodule/arm64.swiftdoc - rifyQlTyhT1NDBxgGMa3NiJGae0= + eWO+6s/A1j0vLyh+EyXK2R1bV30= Modules/FlyBuy.swiftmodule/arm64.swiftinterface - aQLCVA+QhhU0Cq1hXz4Ctmg7gOI= + WAb2Ro3DrneO5MLPXvngJAuWviI= Modules/FlyBuy.swiftmodule/arm64.swiftmodule - dZ6d4PAJb1h7bkHweBTiPtZe8v8= + r+t9G1lDPRB1jBFYoC5YXjvjBrg= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - 2aQN277Ny8QKu5LfxT2g9nfurgg= + R9jZEbKJhvU6sPYJ5VcRisPro10= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - QYevUE89bzLDcP3ZH1iGd03os+0= + fFU2qiJ1E1KZMoNkLMttgGiWDkU= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - v4YqQZn0IL23j/xssHj2szSkOWM= + Cenh3ACe4Njq1qIloXHtr4j/qmk= Modules/FlyBuy.swiftmodule/x86_64.swiftdoc - 2aQN277Ny8QKu5LfxT2g9nfurgg= + R9jZEbKJhvU6sPYJ5VcRisPro10= Modules/FlyBuy.swiftmodule/x86_64.swiftinterface - QYevUE89bzLDcP3ZH1iGd03os+0= + fFU2qiJ1E1KZMoNkLMttgGiWDkU= Modules/FlyBuy.swiftmodule/x86_64.swiftmodule - v4YqQZn0IL23j/xssHj2szSkOWM= + Cenh3ACe4Njq1qIloXHtr4j/qmk= Modules/module.modulemap @@ -75,7 +75,7 @@ hash2 - oBi/blKz9Yc7WW8IVAluuQbzrJbtJPM0pNGA/WVZgwU= + M82/pDfuu7RPL3EFI/6nCUb5FSJatFGwIAfQz8YeVWY= Headers/FlyBuy.h @@ -89,84 +89,84 @@ hash2 - i3oOonOayZ2aLEUHaCMpQaqcb/A/2ncgeIVfJAX42qQ= + DtvdRgVXVHqdDhyzHyQk3m5vayuX1tGz4TWgkXT7Qag= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - c1heoK2olppR6oNL5opkREgQOWwMRicgbs8iZ+D8k2Y= + BRK4GOACEKaD5Ygn28HBcg2kYMbBoUl0pk7/dyFyUPE= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - 4OchfZgsRfeBYuvgjU44nOGrefbJ7CdAUGR37DH+LRg= + Z5g6BYot3cEszlm2Ojarf0BlUTv4xbgSjWJ5csHIt6o= Modules/FlyBuy.swiftmodule/arm64.swiftdoc hash2 - i3oOonOayZ2aLEUHaCMpQaqcb/A/2ncgeIVfJAX42qQ= + DtvdRgVXVHqdDhyzHyQk3m5vayuX1tGz4TWgkXT7Qag= Modules/FlyBuy.swiftmodule/arm64.swiftinterface hash2 - c1heoK2olppR6oNL5opkREgQOWwMRicgbs8iZ+D8k2Y= + BRK4GOACEKaD5Ygn28HBcg2kYMbBoUl0pk7/dyFyUPE= Modules/FlyBuy.swiftmodule/arm64.swiftmodule hash2 - 4OchfZgsRfeBYuvgjU44nOGrefbJ7CdAUGR37DH+LRg= + Z5g6BYot3cEszlm2Ojarf0BlUTv4xbgSjWJ5csHIt6o= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - n+yrHUfz6jLBFVYj+Dl594xJOCHO8x6oKegVOKhYxuI= + rp699Fkj61U3BBZdI7/+DwXu/kGb4BESRf6k6taa5ZU= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - VsALNz4momDd0GdfUHsiqjuyl9i1lPWrHxpsFZQLa6g= + qQx5sH3689xqOB3hsJm78m0xF26edy48uR1Xiiu1Gvk= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - Rl1Sw/lQVyoNdW3csB35JZGh1kvhZt4yM/SEJvHfKMQ= + TfnNxTaF3IEJDnggeH1+Z2H/0wROfi+YwwaabWsNFJo= Modules/FlyBuy.swiftmodule/x86_64.swiftdoc hash2 - n+yrHUfz6jLBFVYj+Dl594xJOCHO8x6oKegVOKhYxuI= + rp699Fkj61U3BBZdI7/+DwXu/kGb4BESRf6k6taa5ZU= Modules/FlyBuy.swiftmodule/x86_64.swiftinterface hash2 - VsALNz4momDd0GdfUHsiqjuyl9i1lPWrHxpsFZQLa6g= + qQx5sH3689xqOB3hsJm78m0xF26edy48uR1Xiiu1Gvk= Modules/FlyBuy.swiftmodule/x86_64.swiftmodule hash2 - Rl1Sw/lQVyoNdW3csB35JZGh1kvhZt4yM/SEJvHfKMQ= + TfnNxTaF3IEJDnggeH1+Z2H/0wROfi+YwwaabWsNFJo= Modules/module.modulemap diff --git a/FlyBuyNotify.xcframework/Info.plist b/FlyBuyNotify.xcframework/Info.plist index 6aa1ad1..303291d 100644 --- a/FlyBuyNotify.xcframework/Info.plist +++ b/FlyBuyNotify.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath FlyBuyNotify.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath FlyBuyNotify.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/FlyBuyNotify b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/FlyBuyNotify index 5ead1e9..59a00a7 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/FlyBuyNotify and b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/FlyBuyNotify differ diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h index 2cd226a..23e0ac3 100644 --- a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h +++ b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h @@ -1,4 +1,4 @@ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYNOTIFY_SWIFT_H #define FLYBUYNOTIFY_SWIFT_H #pragma clang diagnostic push @@ -188,7 +188,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import Foundation; @import ObjectiveC; #endif @@ -210,7 +209,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @class CLCircularRegion; @class NotificationInfo; @class FlyBuySite; -@class NSNumber; SWIFT_CLASS_NAMED("Manager") @interface FlyBuyNotifyManager : NSObject @@ -229,7 +227,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyNotify -@class NSString; SWIFT_CLASS("_TtC12FlyBuyNotify16NotificationInfo") @interface NotificationInfo : NSObject diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Info.plist b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Info.plist index 221e656..0f84a19 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Info.plist and b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Info.plist differ diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftdoc b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftdoc index 18b668c..3935383 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftdoc and b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftinterface index 40b7412..12c685e 100644 --- a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftinterface +++ b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 FlyBuyNotify import CoreLocation import FlyBuy @@ -12,8 +12,8 @@ import UserNotifications @objc final public let content: Swift.String @objc final public let data: [Swift.AnyHashable : Any]? public init(title: Swift.String, content: Swift.String, data: [Swift.AnyHashable : Any]?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyNotifyManager) public class Manager : ObjectiveC.NSObject { @objc public static let shared: FlyBuyNotify.Manager @@ -36,8 +36,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -48,8 +48,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension FlyBuyNotify.NotifyErrorType : Swift.Equatable {} extension FlyBuyNotify.NotifyErrorType : Swift.Hashable {} diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc index 18b668c..3935383 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc and b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface index 40b7412..12c685e 100644 --- a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface +++ b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 FlyBuyNotify import CoreLocation import FlyBuy @@ -12,8 +12,8 @@ import UserNotifications @objc final public let content: Swift.String @objc final public let data: [Swift.AnyHashable : Any]? public init(title: Swift.String, content: Swift.String, data: [Swift.AnyHashable : Any]?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyNotifyManager) public class Manager : ObjectiveC.NSObject { @objc public static let shared: FlyBuyNotify.Manager @@ -36,8 +36,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -48,8 +48,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension FlyBuyNotify.NotifyErrorType : Swift.Equatable {} extension FlyBuyNotify.NotifyErrorType : Swift.Hashable {} diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify index 1f099de..f55cd64 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify and b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify differ diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h index f0f7010..7d3a757 100644 --- a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h +++ b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Headers/FlyBuyNotify-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYNOTIFY_SWIFT_H #define FLYBUYNOTIFY_SWIFT_H #pragma clang diagnostic push @@ -190,7 +190,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import Foundation; @import ObjectiveC; #endif @@ -212,7 +211,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @class CLCircularRegion; @class NotificationInfo; @class FlyBuySite; -@class NSNumber; SWIFT_CLASS_NAMED("Manager") @interface FlyBuyNotifyManager : NSObject @@ -231,7 +229,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyNotify -@class NSString; SWIFT_CLASS("_TtC12FlyBuyNotify16NotificationInfo") @interface NotificationInfo : NSObject @@ -266,7 +263,7 @@ typedef SWIFT_ENUM(NSInteger, NotifyErrorType, open) { #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYNOTIFY_SWIFT_H #define FLYBUYNOTIFY_SWIFT_H #pragma clang diagnostic push @@ -456,7 +453,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import Foundation; @import ObjectiveC; #endif @@ -478,7 +474,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @class CLCircularRegion; @class NotificationInfo; @class FlyBuySite; -@class NSNumber; SWIFT_CLASS_NAMED("Manager") @interface FlyBuyNotifyManager : NSObject @@ -497,7 +492,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyNotify -@class NSString; SWIFT_CLASS("_TtC12FlyBuyNotify16NotificationInfo") @interface NotificationInfo : NSObject diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Info.plist b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Info.plist index dd32749..ff00bfd 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Info.plist and b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Info.plist differ diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 7dfe161..5611489 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 03dce10..8712b61 100644 --- a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyNotify import CoreLocation import FlyBuy @@ -12,8 +12,8 @@ import UserNotifications @objc final public let content: Swift.String @objc final public let data: [Swift.AnyHashable : Any]? public init(title: Swift.String, content: Swift.String, data: [Swift.AnyHashable : Any]?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyNotifyManager) public class Manager : ObjectiveC.NSObject { @objc public static let shared: FlyBuyNotify.Manager @@ -36,8 +36,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -48,8 +48,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension FlyBuyNotify.NotifyErrorType : Swift.Equatable {} extension FlyBuyNotify.NotifyErrorType : Swift.Hashable {} diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc index 7dfe161..5611489 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc and b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface index 03dce10..8712b61 100644 --- a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface +++ b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyNotify import CoreLocation import FlyBuy @@ -12,8 +12,8 @@ import UserNotifications @objc final public let content: Swift.String @objc final public let data: [Swift.AnyHashable : Any]? public init(title: Swift.String, content: Swift.String, data: [Swift.AnyHashable : Any]?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyNotifyManager) public class Manager : ObjectiveC.NSObject { @objc public static let shared: FlyBuyNotify.Manager @@ -36,8 +36,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -48,8 +48,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension FlyBuyNotify.NotifyErrorType : Swift.Equatable {} extension FlyBuyNotify.NotifyErrorType : Swift.Hashable {} diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index c2645fa..c8e5cd6 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 9d6a70e..db74741 100644 --- a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyNotify import CoreLocation import FlyBuy @@ -12,8 +12,8 @@ import UserNotifications @objc final public let content: Swift.String @objc final public let data: [Swift.AnyHashable : Any]? public init(title: Swift.String, content: Swift.String, data: [Swift.AnyHashable : Any]?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyNotifyManager) public class Manager : ObjectiveC.NSObject { @objc public static let shared: FlyBuyNotify.Manager @@ -36,8 +36,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -48,8 +48,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension FlyBuyNotify.NotifyErrorType : Swift.Equatable {} extension FlyBuyNotify.NotifyErrorType : Swift.Hashable {} diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc index c2645fa..c8e5cd6 100644 Binary files a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc and b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc differ diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface index 9d6a70e..db74741 100644 --- a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface +++ b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyNotify import CoreLocation import FlyBuy @@ -12,8 +12,8 @@ import UserNotifications @objc final public let content: Swift.String @objc final public let data: [Swift.AnyHashable : Any]? public init(title: Swift.String, content: Swift.String, data: [Swift.AnyHashable : Any]?) - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @_inheritsConvenienceInitializers @objc(FlyBuyNotifyManager) public class Manager : ObjectiveC.NSObject { @objc public static let shared: FlyBuyNotify.Manager @@ -36,8 +36,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -48,8 +48,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } extension FlyBuyNotify.NotifyErrorType : Swift.Equatable {} extension FlyBuyNotify.NotifyErrorType : Swift.Hashable {} diff --git a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources index 1b0c911..d37052a 100644 --- a/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources +++ b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/FlyBuyNotify-Swift.h - 0Ccubb43O0IT9uqDqLrQrDORrj4= + Y+aSypaUUK5gJ4XizhdIEgb5qco= Headers/FlyBuyNotify.h @@ -14,55 +14,55 @@ Info.plist - wzY81sPVdo/HvUrlDxZXC33ZTYA= + Tl/DEQweSZkTbf2SczuwKoJM7zA= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc - +0Qwx/rZczgv8QRPtuuaGMPNBQo= + 8fMGJ4+v11+XLKUU2T9doX6naX4= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface - nnWdYEmXiMvXHEBEPbfo73LMuXQ= + j2OnaoyVZCL5PGl/QmNR1KXOGRg= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftmodule - gXGzfM/BoR57Dk7hCXValJKDc7A= + 8D8bWOh+XMFoN9zXtasXu9xLD+A= Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc - +0Qwx/rZczgv8QRPtuuaGMPNBQo= + 8fMGJ4+v11+XLKUU2T9doX6naX4= Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface - nnWdYEmXiMvXHEBEPbfo73LMuXQ= + j2OnaoyVZCL5PGl/QmNR1KXOGRg= Modules/FlyBuyNotify.swiftmodule/arm64.swiftmodule - gXGzfM/BoR57Dk7hCXValJKDc7A= + 8D8bWOh+XMFoN9zXtasXu9xLD+A= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - 7fupX6wBqw81kRaBdtlDk3YWWnA= + XfLHWfYmufYlduM956X6s5a891c= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - 1w9IeWL9y2xMnApQIIDxVfptQfA= + j5TFQ3EFHE401o4xz7i1FBmbvss= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - iQT8Y+eCpfl95jPdYhfDEtRJFe4= + Oi2a7wKJnLhPHg9O6c+e0MKry0A= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc - 7fupX6wBqw81kRaBdtlDk3YWWnA= + XfLHWfYmufYlduM956X6s5a891c= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface - 1w9IeWL9y2xMnApQIIDxVfptQfA= + j5TFQ3EFHE401o4xz7i1FBmbvss= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftmodule - iQT8Y+eCpfl95jPdYhfDEtRJFe4= + Oi2a7wKJnLhPHg9O6c+e0MKry0A= Modules/module.modulemap @@ -75,7 +75,7 @@ hash2 - v+9AqPkitb0OZmi5vdf0yWPjNOAkvZO2gZr2T2PB66c= + 7Zm3Oo9FGTux3oeiOITxWYYmDtX53OKTI/oHubH//10= Headers/FlyBuyNotify.h @@ -89,84 +89,84 @@ hash2 - Xy9lDKDjZsa3IxT0BRrJiNE+cB2EG0js5FLdWHObVhg= + woC84iC1gTf+8fOAw0gOaZpErGR+UxlE6HRJjuyhP4Y= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - ntMKeB1DwMmNSntv5BSXxUN38pTG/KBT7vRRYnnK0Pw= + ND4/3xxjRo4b2Td1w22yPBAFej4nW6SKHclIz/6q+2I= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - I6OAvd3j2NB5c72V25cSW3/smAXEndTCXr00NLBFN+8= + HSt3RTHwYyMGpfWpQpIG9UNpfuxy+IKjIS5YdnVkQ50= Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc hash2 - Xy9lDKDjZsa3IxT0BRrJiNE+cB2EG0js5FLdWHObVhg= + woC84iC1gTf+8fOAw0gOaZpErGR+UxlE6HRJjuyhP4Y= Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface hash2 - ntMKeB1DwMmNSntv5BSXxUN38pTG/KBT7vRRYnnK0Pw= + ND4/3xxjRo4b2Td1w22yPBAFej4nW6SKHclIz/6q+2I= Modules/FlyBuyNotify.swiftmodule/arm64.swiftmodule hash2 - I6OAvd3j2NB5c72V25cSW3/smAXEndTCXr00NLBFN+8= + HSt3RTHwYyMGpfWpQpIG9UNpfuxy+IKjIS5YdnVkQ50= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - PUPGaAc9ObKytV+F0FtEmkPiAhIpW53YAYFGiBvgdGc= + rvDRIb7pSZofB/NrsCmGFHAUGCR2yqwX3lG2PTsOBCQ= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - d4X+kb/CW4Ijo4abQgyTMGSQmnA1SEDCDxiwRpBwbdE= + 0a6HFUgWCCTboFGlVS9NQavH95wKX2poUdTznVXUubw= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - diRIWtEfAyenvNfBs6XUuOdj5V8Y1TVUWevGoyM5VYE= + 456jCxxJPLAaz2msgTY0yeXCeTryq7cWsc5ahmV0jw4= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc hash2 - PUPGaAc9ObKytV+F0FtEmkPiAhIpW53YAYFGiBvgdGc= + rvDRIb7pSZofB/NrsCmGFHAUGCR2yqwX3lG2PTsOBCQ= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface hash2 - d4X+kb/CW4Ijo4abQgyTMGSQmnA1SEDCDxiwRpBwbdE= + 0a6HFUgWCCTboFGlVS9NQavH95wKX2poUdTznVXUubw= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftmodule hash2 - diRIWtEfAyenvNfBs6XUuOdj5V8Y1TVUWevGoyM5VYE= + 456jCxxJPLAaz2msgTY0yeXCeTryq7cWsc5ahmV0jw4= Modules/module.modulemap diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup index 2ef7caf..cef5ee6 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup and b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup differ diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h index 17e0114..a5dd7e8 100644 --- a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h +++ b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h @@ -1,4 +1,4 @@ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYPICKUP_SWIFT_H #define FLYBUYPICKUP_SWIFT_H #pragma clang diagnostic push @@ -189,7 +189,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @import CoreLocation; -@import Foundation; @import ObjectiveC; #endif diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Info.plist b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Info.plist index 74bc9be..4e4cf10 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Info.plist and b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Info.plist differ diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftdoc b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftdoc index cb3d649..d8c6b89 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftdoc and b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftinterface b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftinterface index 3d27bcc..d867497 100644 --- a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftinterface +++ b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 FlyBuyPickup import CoreLocation import FlyBuy diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc index cb3d649..d8c6b89 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc and b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface index 3d27bcc..d867497 100644 --- a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface +++ b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 FlyBuyPickup import CoreLocation import FlyBuy diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup index e777cea..df20118 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup and b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup differ diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h index 68cc3b9..8d2b62b 100644 --- a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h +++ b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Headers/FlyBuyPickup-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYPICKUP_SWIFT_H #define FLYBUYPICKUP_SWIFT_H #pragma clang diagnostic push @@ -191,7 +191,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @import CoreLocation; -@import Foundation; @import ObjectiveC; #endif @@ -242,7 +241,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyPickup #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYPICKUP_SWIFT_H #define FLYBUYPICKUP_SWIFT_H #pragma clang diagnostic push @@ -433,7 +432,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @import CoreLocation; -@import Foundation; @import ObjectiveC; #endif diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Info.plist b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Info.plist index f2e0c30..0a97103 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Info.plist and b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Info.plist differ diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 10e0fa4..3c57db4 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftinterface index ea87d57..eb31662 100644 --- a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPickup import CoreLocation import FlyBuy diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc index 10e0fa4..3c57db4 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc and b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface index ea87d57..eb31662 100644 --- a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface +++ b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPickup import CoreLocation import FlyBuy diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 9f881ca..680397d 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 445c636..c10eaa1 100644 --- a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPickup import CoreLocation import FlyBuy diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc index 9f881ca..680397d 100644 Binary files a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc and b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc differ diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftinterface b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftinterface index 445c636..c10eaa1 100644 --- a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftinterface +++ b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Modules/FlyBuyPickup.swiftmodule/x86_64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPickup import CoreLocation import FlyBuy diff --git a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources index 839aa0f..6e32806 100644 --- a/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources +++ b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/FlyBuyPickup-Swift.h - vyEPaoy4rsQ6XHARTbc2arGHLqs= + w1mULXD7maVp3/sIhPHViAPTZas= Headers/FlyBuyPickup.h @@ -14,55 +14,55 @@ Info.plist - pr+9/myfiu6RfxfFoWaVrrjeM1s= + Z6dIMJHTzlM7I4Adrl7zoW+eQaE= Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc - ZCaULTZ8AZA7ibIkIrVxQ105ufU= + 3QZf2lPC/dAQIgfDZcBSe93rWfU= Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftinterface - 65ilQF5Im/C4l1PMg3wq1fFonjI= + aec6ksvw42wlKhL846oHR7Vtp6s= Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftmodule - mBoFZkhd0SPrXHtFO+7LHBiA4hU= + gYu2Dv2s5m175ojBcIz+yC6qn+g= Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc - ZCaULTZ8AZA7ibIkIrVxQ105ufU= + 3QZf2lPC/dAQIgfDZcBSe93rWfU= Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface - 65ilQF5Im/C4l1PMg3wq1fFonjI= + aec6ksvw42wlKhL846oHR7Vtp6s= Modules/FlyBuyPickup.swiftmodule/arm64.swiftmodule - mBoFZkhd0SPrXHtFO+7LHBiA4hU= + gYu2Dv2s5m175ojBcIz+yC6qn+g= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - 2qG9wbtkbAQv49dejifx8ZK3nN8= + iTXofMciyfxk26h9RkXncjXz7aI= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - 038xnjZxb61HWSCJTJPmD+afObs= + 7qP1pC88+kLzk0kmKjBkVUP5Yew= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - KbqLui4H7SqFi7Unwbrmujdgzwo= + +v7iMsYb1E4NlsMIfr6CNM/gDi8= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc - 2qG9wbtkbAQv49dejifx8ZK3nN8= + iTXofMciyfxk26h9RkXncjXz7aI= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftinterface - 038xnjZxb61HWSCJTJPmD+afObs= + 7qP1pC88+kLzk0kmKjBkVUP5Yew= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftmodule - KbqLui4H7SqFi7Unwbrmujdgzwo= + +v7iMsYb1E4NlsMIfr6CNM/gDi8= Modules/module.modulemap @@ -75,7 +75,7 @@ hash2 - HekYV5ivxCQk2PvZ9gN1Vyq218FHKfSdy7T7ViiSpKc= + REogMgCE0PqV3PapNxOphD2pwOC63/dDbFi73oagI0g= Headers/FlyBuyPickup.h @@ -89,84 +89,84 @@ hash2 - ahVmsqhZsnpD0HdcliAn0qXkM2TYkdR6zYP7LaXHIDM= + HPaStdxG8m7Kk598Z+fPx0fu65IcY8JOFovxprIjgHk= Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - NT8wpa2upHOQ/tLOCtPLJuupFThtS5LuTGfj6D2tPZs= + R8qqxqr4MoJWZaRUMY5XxYVT+D+hVP6iuYAni7gb6LM= Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - /8OAWOPWZxjTUGSbvGI98ttqoQHxaFvqiaDh1C/kmZM= + +hg+p8mkp6TEYR3hDiSlhv6jpgD4PtgI5sx7P4LHGGA= Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc hash2 - ahVmsqhZsnpD0HdcliAn0qXkM2TYkdR6zYP7LaXHIDM= + HPaStdxG8m7Kk598Z+fPx0fu65IcY8JOFovxprIjgHk= Modules/FlyBuyPickup.swiftmodule/arm64.swiftinterface hash2 - NT8wpa2upHOQ/tLOCtPLJuupFThtS5LuTGfj6D2tPZs= + R8qqxqr4MoJWZaRUMY5XxYVT+D+hVP6iuYAni7gb6LM= Modules/FlyBuyPickup.swiftmodule/arm64.swiftmodule hash2 - /8OAWOPWZxjTUGSbvGI98ttqoQHxaFvqiaDh1C/kmZM= + +hg+p8mkp6TEYR3hDiSlhv6jpgD4PtgI5sx7P4LHGGA= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - OJEJgSJ+vJLiTP5ijJLTewpudGA9FEYCi3kpBoey1Z8= + kU8zN/Ikd3oBtxpBugZkAYTvQoeFbZN3ubgf6pdCHp8= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - FZM0SdwTch23EBAd23VjRGaQazON0tAFCkKU2cG2gOg= + nfey/qYwZOB8dZphYNbG6czIJpJEniub+fFYoNHaz4I= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - P/nIZjETrisGiJsulJWsmX20zSZ5j1mVC2kHnlTX4t0= + zSILVi8R5dP0W5WB0/9SFi64oDO4/UN0YPVtV/V9Ors= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc hash2 - OJEJgSJ+vJLiTP5ijJLTewpudGA9FEYCi3kpBoey1Z8= + kU8zN/Ikd3oBtxpBugZkAYTvQoeFbZN3ubgf6pdCHp8= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftinterface hash2 - FZM0SdwTch23EBAd23VjRGaQazON0tAFCkKU2cG2gOg= + nfey/qYwZOB8dZphYNbG6czIJpJEniub+fFYoNHaz4I= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftmodule hash2 - P/nIZjETrisGiJsulJWsmX20zSZ5j1mVC2kHnlTX4t0= + zSILVi8R5dP0W5WB0/9SFi64oDO4/UN0YPVtV/V9Ors= Modules/module.modulemap diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence index 029cbc6..7422f69 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence and b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence differ diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h index 8f27469..b632dfe 100644 --- a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h +++ b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h @@ -1,4 +1,4 @@ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYPRESENCE_SWIFT_H #define FLYBUYPRESENCE_SWIFT_H #pragma clang diagnostic push @@ -188,6 +188,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import Foundation; @import ObjectiveC; #endif @@ -214,11 +215,7 @@ typedef SWIFT_ENUM(uint8_t, LocatorEvent, open) { LocatorEventReceived = 4, }; -@class NSNumber; -@class NSUUID; -@class NSString; @class PresenceLocator; -@class NSData; /// Allows creating a presence locator in order to interact with presence detection hardware /// installed at a site. diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist index 5fc988e..52f009d 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist and b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist differ diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftdoc b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftdoc index 4399f7a..0a2d77f 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftdoc and b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftinterface index 0b24d39..38a73d0 100644 --- a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftinterface +++ b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 FlyBuyPresence import CoreBluetooth import CoreLocation @@ -39,8 +39,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -51,16 +51,16 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @objc public enum LocatorEvent : Swift.UInt8 { case confirmed = 1 case error = 2 case present = 3 case received = 4 - public init?(rawValue: Swift.UInt8) public typealias RawValue = Swift.UInt8 + public init?(rawValue: Swift.UInt8) public var rawValue: Swift.UInt8 { get } diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc index 4399f7a..0a2d77f 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc and b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface index 0b24d39..38a73d0 100644 --- a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface +++ b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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 FlyBuyPresence import CoreBluetooth import CoreLocation @@ -39,8 +39,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -51,16 +51,16 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @objc public enum LocatorEvent : Swift.UInt8 { case confirmed = 1 case error = 2 case present = 3 case received = 4 - public init?(rawValue: Swift.UInt8) public typealias RawValue = Swift.UInt8 + public init?(rawValue: Swift.UInt8) public var rawValue: Swift.UInt8 { get } diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence index 1cad178..e2dbb37 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence and b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence differ diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h index 6f4fca8..d34e22d 100644 --- a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h +++ b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYPRESENCE_SWIFT_H #define FLYBUYPRESENCE_SWIFT_H #pragma clang diagnostic push @@ -190,6 +190,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import Foundation; @import ObjectiveC; #endif @@ -216,11 +217,7 @@ typedef SWIFT_ENUM(uint8_t, LocatorEvent, open) { LocatorEventReceived = 4, }; -@class NSNumber; -@class NSUUID; -@class NSString; @class PresenceLocator; -@class NSData; /// Allows creating a presence locator in order to interact with presence detection hardware /// installed at a site. @@ -309,7 +306,7 @@ SWIFT_PROTOCOL("_TtP14FlyBuyPresence23PresenceLocatorDelegate_") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) #ifndef FLYBUYPRESENCE_SWIFT_H #define FLYBUYPRESENCE_SWIFT_H #pragma clang diagnostic push @@ -499,6 +496,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import Foundation; @import ObjectiveC; #endif @@ -525,11 +523,7 @@ typedef SWIFT_ENUM(uint8_t, LocatorEvent, open) { LocatorEventReceived = 4, }; -@class NSNumber; -@class NSUUID; -@class NSString; @class PresenceLocator; -@class NSData; /// Allows creating a presence locator in order to interact with presence detection hardware /// installed at a site. diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Info.plist b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Info.plist index bf3b412..3d0455b 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Info.plist and b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Info.plist differ diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 1fc31b0..d309151 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 4a346f2..615f79e 100644 --- a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPresence import CoreBluetooth import CoreLocation @@ -39,8 +39,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -51,16 +51,16 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @objc public enum LocatorEvent : Swift.UInt8 { case confirmed = 1 case error = 2 case present = 3 case received = 4 - public init?(rawValue: Swift.UInt8) public typealias RawValue = Swift.UInt8 + public init?(rawValue: Swift.UInt8) public var rawValue: Swift.UInt8 { get } diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc index 1fc31b0..d309151 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc and b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc differ diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface index 4a346f2..615f79e 100644 --- a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface +++ b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// 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-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPresence import CoreBluetooth import CoreLocation @@ -39,8 +39,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -51,16 +51,16 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @objc public enum LocatorEvent : Swift.UInt8 { case confirmed = 1 case error = 2 case present = 3 case received = 4 - public init?(rawValue: Swift.UInt8) public typealias RawValue = Swift.UInt8 + public init?(rawValue: Swift.UInt8) public var rawValue: Swift.UInt8 { get } diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 9808eb8..c7694cd 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 72927c9..085ef70 100644 --- a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPresence import CoreBluetooth import CoreLocation @@ -39,8 +39,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -51,16 +51,16 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @objc public enum LocatorEvent : Swift.UInt8 { case confirmed = 1 case error = 2 case present = 3 case received = 4 - public init?(rawValue: Swift.UInt8) public typealias RawValue = Swift.UInt8 + public init?(rawValue: Swift.UInt8) public var rawValue: Swift.UInt8 { get } diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc index 9808eb8..c7694cd 100644 Binary files a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc and b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc differ diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface index 72927c9..085ef70 100644 --- a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface +++ b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) +// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) // swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FlyBuyPresence import CoreBluetooth import CoreLocation @@ -39,8 +39,8 @@ extension Manager : FlyBuy.FlyBuyModuleManager { public var description: Swift.String { get } - public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int + public init?(rawValue: Swift.Int) public var rawValue: Swift.Int { get } @@ -51,16 +51,16 @@ extension Manager : FlyBuy.FlyBuyModuleManager { @objc override dynamic public var description: Swift.String { @objc get } - @objc override dynamic public init() @objc deinit + @objc override dynamic public init() } @objc public enum LocatorEvent : Swift.UInt8 { case confirmed = 1 case error = 2 case present = 3 case received = 4 - public init?(rawValue: Swift.UInt8) public typealias RawValue = Swift.UInt8 + public init?(rawValue: Swift.UInt8) public var rawValue: Swift.UInt8 { get } diff --git a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources index bfb8008..026510b 100644 --- a/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources +++ b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/FlyBuyPresence-Swift.h - GibFRy3dOQt78Xn2/ORTI5ogzI4= + 4iFLJffJWVHsI1Z+rmNLd6DfPGs= Headers/FlyBuyPresence.h @@ -14,55 +14,55 @@ Info.plist - MLHoHKh+Vu3CDtV4FnS7ul6TDUI= + sf0Ix2iOKes1/yXtxw0ARjoCpdU= Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc - ZwusdrnJruL615FyEek89kCJCtU= + qm0iU13t+0d1N1/ykPq+9Irimtw= Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftinterface - awfZepvyy9976K/GHQqwdbv8pMc= + Mu91vpuktLqS/2atK6eRRC1c5D0= Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftmodule - EuWGzJWompJPEhzYktzMyJS6QGw= + 4+tDyCnGZ20F7g8U3+k/4JwhMcA= Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc - ZwusdrnJruL615FyEek89kCJCtU= + qm0iU13t+0d1N1/ykPq+9Irimtw= Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface - awfZepvyy9976K/GHQqwdbv8pMc= + Mu91vpuktLqS/2atK6eRRC1c5D0= Modules/FlyBuyPresence.swiftmodule/arm64.swiftmodule - EuWGzJWompJPEhzYktzMyJS6QGw= + 4+tDyCnGZ20F7g8U3+k/4JwhMcA= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - B3cp2TESaKc1CsWlFlEyRNBfJCw= + 1xzx1uUbB4yRtHLIhGEYQYPWut8= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - R1rwPJM0NiHCY5nripiPa42vhVQ= + xFgiddrpZjjunwMjeBCJ+Kg33Ig= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - TqS0eKiBHmrs5ebXoO4BOQI8Y5E= + LnNb/Fgn9xECWxenVQv0jLnn6kQ= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc - B3cp2TESaKc1CsWlFlEyRNBfJCw= + 1xzx1uUbB4yRtHLIhGEYQYPWut8= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface - R1rwPJM0NiHCY5nripiPa42vhVQ= + xFgiddrpZjjunwMjeBCJ+Kg33Ig= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftmodule - TqS0eKiBHmrs5ebXoO4BOQI8Y5E= + LnNb/Fgn9xECWxenVQv0jLnn6kQ= Modules/module.modulemap @@ -75,7 +75,7 @@ hash2 - yBgvPrafkjej7tUQlDHk1Swakl4Bot+xsF903fub7Dk= + mS86/qZ5Nd3+fbZypSjjzq/ZDYYBIZMC2I16rtLPDNk= Headers/FlyBuyPresence.h @@ -89,84 +89,84 @@ hash2 - sNZxk9ZCVvzCKG9dPJ3S9tzdQM9oNxyliGvEPZVRAWc= + EyojLtfh2UXQHzxi0ow3mzB1Pj9SjHsxEnr0oVdy0lg= Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - rxH34Cwpyp/B4FpmqHp/Kv43nDCViFhre26xDhm4TYY= + LmyWXEBeJBCczAkT7HMc+kKdTJr6xLP7ZJTanxcCQpY= Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - IryceEwahzUg7v7vdZQ5nEE6Mcp/d13kLeNuq1DQ7j4= + zJAP9oTtP8KL655koms5QdJ5JaXLiqL6ZLUEzLCYptI= Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc hash2 - sNZxk9ZCVvzCKG9dPJ3S9tzdQM9oNxyliGvEPZVRAWc= + EyojLtfh2UXQHzxi0ow3mzB1Pj9SjHsxEnr0oVdy0lg= Modules/FlyBuyPresence.swiftmodule/arm64.swiftinterface hash2 - rxH34Cwpyp/B4FpmqHp/Kv43nDCViFhre26xDhm4TYY= + LmyWXEBeJBCczAkT7HMc+kKdTJr6xLP7ZJTanxcCQpY= Modules/FlyBuyPresence.swiftmodule/arm64.swiftmodule hash2 - IryceEwahzUg7v7vdZQ5nEE6Mcp/d13kLeNuq1DQ7j4= + zJAP9oTtP8KL655koms5QdJ5JaXLiqL6ZLUEzLCYptI= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - h5Ae7/DxoxWW6Ig00isfNwYD0aYLu5LFJhifvg7KaZ0= + plpzEuwErnpFnpd62EL5iu0AVM52BseND5LglWLRtVw= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - 3J1BTJJaEX+MmWkdyJ39L/BiBgj0wxLY49CYA5NWHLA= + JT0yuMbZGTpBl10rROS5xxEI9egf62SvZhv9VjUt14U= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - 3+2kAU5+JKLZkbuZgd/CHL3PxJeU3aKiYUmwl7ZOcwM= + Ylkm0y54O+iQcIJhtYH4Yy4oS9Dq465EzESzJ7jxVts= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc hash2 - h5Ae7/DxoxWW6Ig00isfNwYD0aYLu5LFJhifvg7KaZ0= + plpzEuwErnpFnpd62EL5iu0AVM52BseND5LglWLRtVw= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface hash2 - 3J1BTJJaEX+MmWkdyJ39L/BiBgj0wxLY49CYA5NWHLA= + JT0yuMbZGTpBl10rROS5xxEI9egf62SvZhv9VjUt14U= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftmodule hash2 - 3+2kAU5+JKLZkbuZgd/CHL3PxJeU3aKiYUmwl7ZOcwM= + Ylkm0y54O+iQcIJhtYH4Yy4oS9Dq465EzESzJ7jxVts= Modules/module.modulemap