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 fe164f6..f9e9e76 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 284837b..f1fb082 100644
--- a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h
+++ b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h
@@ -228,6 +228,14 @@ SWIFT_CLASS("_TtC6FlyBuy10AppUpgrade")
@interface AppUpgrade : NSObject
@end
+@class NSString;
+
+SWIFT_CLASS("_TtC6FlyBuy31AvailableHandoffVehicleLocation")
+@interface AvailableHandoffVehicleLocation : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nonnull vehicleLocation;
+@property (nonatomic, readonly, copy) NSString * _Nonnull vehicleLocationLocalizedString;
+@end
+
/// Data model for a list of Beacon
s
SWIFT_CLASS_NAMED("BeaconList")
@@ -236,7 +244,6 @@ SWIFT_CLASS_NAMED("BeaconList")
@end
-@class NSString;
@class FlyBuyConfigOptionsBuilder;
/// Configuration options to be passed to FlyBuy.Core.configure(withOptions configOptions: ConfigOptions)
@@ -784,6 +791,7 @@ SWIFT_CLASS_NAMED("OrderOptions")
@property (nonatomic, readonly, copy) NSString * _Nullable state;
@property (nonatomic, readonly, copy) NSString * _Nullable pickupType;
@property (nonatomic, readonly, copy) NSString * _Nullable spotIdentifier;
+@property (nonatomic, readonly, copy) NSString * _Nullable handoffVehicleLocation;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@@ -1034,11 +1042,11 @@ SWIFT_CLASS_NAMED("OrdersManager")
@end
-
@interface FlyBuyOrdersManager (SWIFT_EXTENSION(FlyBuy))
@end
+
enum OrdersManagerErrorType : NSInteger;
/// Error that may be returned from OrdersManager methods.
@@ -1088,6 +1096,7 @@ SWIFT_CLASS("_TtC6FlyBuy12PickupConfig")
@property (nonatomic, readonly, copy) NSString * _Nullable termsOfServiceURL;
@property (nonatomic, readonly, copy) NSString * _Nullable privacyPolicyURL;
@property (nonatomic, readonly, copy) NSArray * _Nonnull availablePickupTypes;
+@property (nonatomic, readonly, copy) NSArray * _Nonnull availableHandoffVehicleLocation;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@@ -1101,6 +1110,7 @@ SWIFT_CLASS("_TtC6FlyBuy16PickupTypeConfig")
@property (nonatomic, readonly, copy) NSString * _Nonnull pickupType;
@property (nonatomic, readonly, copy) NSString * _Nonnull pickupTypeLocalizedString;
@property (nonatomic, readonly) BOOL showVehicleInfoFields;
+@property (nonatomic, readonly) BOOL showHandoffVehicleLocations;
@property (nonatomic, readonly) BOOL requireVehicleInfo;
@end
diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist
index 0166f33..c90e6b9 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 0e12395..fda4815 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 4e02245..8df162e 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
@@ -289,6 +289,7 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc final public let pickupType: Swift.String
@objc final public let pickupTypeLocalizedString: Swift.String
@objc final public let showVehicleInfoFields: Swift.Bool
+ @objc final public let showHandoffVehicleLocations: Swift.Bool
@objc public var requireVehicleInfo: Swift.Bool {
@objc get
}
@@ -307,6 +308,7 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc final public let termsOfServiceURL: Swift.String?
@objc final public let privacyPolicyURL: Swift.String?
@objc final public let availablePickupTypes: [FlyBuy.PickupTypeConfig]
+ @objc final public let availableHandoffVehicleLocation: [FlyBuy.AvailableHandoffVehicleLocation]
required public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
@objc deinit
@@ -517,6 +519,7 @@ extension Swift.Error {
@objc final public let state: Swift.String?
@objc final public let pickupType: Swift.String?
@objc final public let spotIdentifier: Swift.String?
+ @objc final public let handoffVehicleLocation: Swift.String?
@objc(FlyBuyOrderOptionsBuilder) public class Builder : ObjectiveC.NSObject {
public init(customerName: Swift.String)
public func setCustomerName(_ name: Swift.String) -> FlyBuy.OrderOptions.Builder
@@ -529,6 +532,7 @@ extension Swift.Error {
public func setState(_ state: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func setPickupType(_ pickupType: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func setSpotIdentifier(_ spotIdentifier: Swift.String?) -> FlyBuy.OrderOptions.Builder
+ public func setHandoffVehicleLocation(_ handoffVehicleLocation: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func build() -> FlyBuy.OrderOptions
@objc deinit
}
@@ -637,6 +641,16 @@ public protocol FlyBuyError : Foundation.LocalizedError {
}
@objc deinit
}
+@objc public class AvailableHandoffVehicleLocation : ObjectiveC.NSObject, Swift.Codable {
+ @objc final public let vehicleLocation: Swift.String
+ @objc final public let vehicleLocationLocalizedString: Swift.String
+ @objc deinit
+ public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: Swift.Decoder) throws
+}
+extension Swift.Array where Element : FlyBuy.AvailableHandoffVehicleLocation {
+ public func get(forVehicleLocation location: Swift.String) -> FlyBuy.AvailableHandoffVehicleLocation?
+}
@objc(FlyBuyPickupWindow) public class PickupWindow : ObjectiveC.NSObject, Swift.Codable {
@objc final public let start: Foundation.Date
@objc final public let end: Foundation.Date
@@ -1018,6 +1032,7 @@ extension FlyBuy.OrdersManager : CoreLocation.CLLocationManagerDelegate {
@objc get
}
final public let _pickupConfigID: Swift.Int?
+ final public let handoffVehicleLocation: Swift.String?
required public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
@objc public func siteLocation() -> CoreLocation.CLLocation?
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 b1335a6..4dabaa9 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 14565d3..12bf5af 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
@@ -230,6 +230,14 @@ SWIFT_CLASS("_TtC6FlyBuy10AppUpgrade")
@interface AppUpgrade : NSObject
@end
+@class NSString;
+
+SWIFT_CLASS("_TtC6FlyBuy31AvailableHandoffVehicleLocation")
+@interface AvailableHandoffVehicleLocation : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nonnull vehicleLocation;
+@property (nonatomic, readonly, copy) NSString * _Nonnull vehicleLocationLocalizedString;
+@end
+
/// Data model for a list of Beacon
s
SWIFT_CLASS_NAMED("BeaconList")
@@ -238,7 +246,6 @@ SWIFT_CLASS_NAMED("BeaconList")
@end
-@class NSString;
@class FlyBuyConfigOptionsBuilder;
/// Configuration options to be passed to FlyBuy.Core.configure(withOptions configOptions: ConfigOptions)
@@ -786,6 +793,7 @@ SWIFT_CLASS_NAMED("OrderOptions")
@property (nonatomic, readonly, copy) NSString * _Nullable state;
@property (nonatomic, readonly, copy) NSString * _Nullable pickupType;
@property (nonatomic, readonly, copy) NSString * _Nullable spotIdentifier;
+@property (nonatomic, readonly, copy) NSString * _Nullable handoffVehicleLocation;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@@ -1036,11 +1044,11 @@ SWIFT_CLASS_NAMED("OrdersManager")
@end
-
@interface FlyBuyOrdersManager (SWIFT_EXTENSION(FlyBuy))
@end
+
enum OrdersManagerErrorType : NSInteger;
/// Error that may be returned from OrdersManager methods.
@@ -1090,6 +1098,7 @@ SWIFT_CLASS("_TtC6FlyBuy12PickupConfig")
@property (nonatomic, readonly, copy) NSString * _Nullable termsOfServiceURL;
@property (nonatomic, readonly, copy) NSString * _Nullable privacyPolicyURL;
@property (nonatomic, readonly, copy) NSArray * _Nonnull availablePickupTypes;
+@property (nonatomic, readonly, copy) NSArray * _Nonnull availableHandoffVehicleLocation;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@@ -1103,6 +1112,7 @@ SWIFT_CLASS("_TtC6FlyBuy16PickupTypeConfig")
@property (nonatomic, readonly, copy) NSString * _Nonnull pickupType;
@property (nonatomic, readonly, copy) NSString * _Nonnull pickupTypeLocalizedString;
@property (nonatomic, readonly) BOOL showVehicleInfoFields;
+@property (nonatomic, readonly) BOOL showHandoffVehicleLocations;
@property (nonatomic, readonly) BOOL requireVehicleInfo;
@end
@@ -1538,6 +1548,14 @@ SWIFT_CLASS("_TtC6FlyBuy10AppUpgrade")
@interface AppUpgrade : NSObject
@end
+@class NSString;
+
+SWIFT_CLASS("_TtC6FlyBuy31AvailableHandoffVehicleLocation")
+@interface AvailableHandoffVehicleLocation : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nonnull vehicleLocation;
+@property (nonatomic, readonly, copy) NSString * _Nonnull vehicleLocationLocalizedString;
+@end
+
/// Data model for a list of Beacon
s
SWIFT_CLASS_NAMED("BeaconList")
@@ -1546,7 +1564,6 @@ SWIFT_CLASS_NAMED("BeaconList")
@end
-@class NSString;
@class FlyBuyConfigOptionsBuilder;
/// Configuration options to be passed to FlyBuy.Core.configure(withOptions configOptions: ConfigOptions)
@@ -2094,6 +2111,7 @@ SWIFT_CLASS_NAMED("OrderOptions")
@property (nonatomic, readonly, copy) NSString * _Nullable state;
@property (nonatomic, readonly, copy) NSString * _Nullable pickupType;
@property (nonatomic, readonly, copy) NSString * _Nullable spotIdentifier;
+@property (nonatomic, readonly, copy) NSString * _Nullable handoffVehicleLocation;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@@ -2344,11 +2362,11 @@ SWIFT_CLASS_NAMED("OrdersManager")
@end
-
@interface FlyBuyOrdersManager (SWIFT_EXTENSION(FlyBuy))
@end
+
enum OrdersManagerErrorType : NSInteger;
/// Error that may be returned from OrdersManager methods.
@@ -2398,6 +2416,7 @@ SWIFT_CLASS("_TtC6FlyBuy12PickupConfig")
@property (nonatomic, readonly, copy) NSString * _Nullable termsOfServiceURL;
@property (nonatomic, readonly, copy) NSString * _Nullable privacyPolicyURL;
@property (nonatomic, readonly, copy) NSArray * _Nonnull availablePickupTypes;
+@property (nonatomic, readonly, copy) NSArray * _Nonnull availableHandoffVehicleLocation;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@@ -2411,6 +2430,7 @@ SWIFT_CLASS("_TtC6FlyBuy16PickupTypeConfig")
@property (nonatomic, readonly, copy) NSString * _Nonnull pickupType;
@property (nonatomic, readonly, copy) NSString * _Nonnull pickupTypeLocalizedString;
@property (nonatomic, readonly) BOOL showVehicleInfoFields;
+@property (nonatomic, readonly) BOOL showHandoffVehicleLocations;
@property (nonatomic, readonly) BOOL requireVehicleInfo;
@end
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 f3c744c..b4f7453 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 8d32786..bddf62b 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 799c7e5..5ae0617 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
@@ -289,6 +289,7 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc final public let pickupType: Swift.String
@objc final public let pickupTypeLocalizedString: Swift.String
@objc final public let showVehicleInfoFields: Swift.Bool
+ @objc final public let showHandoffVehicleLocations: Swift.Bool
@objc public var requireVehicleInfo: Swift.Bool {
@objc get
}
@@ -307,6 +308,7 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc final public let termsOfServiceURL: Swift.String?
@objc final public let privacyPolicyURL: Swift.String?
@objc final public let availablePickupTypes: [FlyBuy.PickupTypeConfig]
+ @objc final public let availableHandoffVehicleLocation: [FlyBuy.AvailableHandoffVehicleLocation]
required public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
@objc deinit
@@ -517,6 +519,7 @@ extension Swift.Error {
@objc final public let state: Swift.String?
@objc final public let pickupType: Swift.String?
@objc final public let spotIdentifier: Swift.String?
+ @objc final public let handoffVehicleLocation: Swift.String?
@objc(FlyBuyOrderOptionsBuilder) public class Builder : ObjectiveC.NSObject {
public init(customerName: Swift.String)
public func setCustomerName(_ name: Swift.String) -> FlyBuy.OrderOptions.Builder
@@ -529,6 +532,7 @@ extension Swift.Error {
public func setState(_ state: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func setPickupType(_ pickupType: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func setSpotIdentifier(_ spotIdentifier: Swift.String?) -> FlyBuy.OrderOptions.Builder
+ public func setHandoffVehicleLocation(_ handoffVehicleLocation: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func build() -> FlyBuy.OrderOptions
@objc deinit
}
@@ -637,6 +641,16 @@ public protocol FlyBuyError : Foundation.LocalizedError {
}
@objc deinit
}
+@objc public class AvailableHandoffVehicleLocation : ObjectiveC.NSObject, Swift.Codable {
+ @objc final public let vehicleLocation: Swift.String
+ @objc final public let vehicleLocationLocalizedString: Swift.String
+ @objc deinit
+ public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: Swift.Decoder) throws
+}
+extension Swift.Array where Element : FlyBuy.AvailableHandoffVehicleLocation {
+ public func get(forVehicleLocation location: Swift.String) -> FlyBuy.AvailableHandoffVehicleLocation?
+}
@objc(FlyBuyPickupWindow) public class PickupWindow : ObjectiveC.NSObject, Swift.Codable {
@objc final public let start: Foundation.Date
@objc final public let end: Foundation.Date
@@ -1018,6 +1032,7 @@ extension FlyBuy.OrdersManager : CoreLocation.CLLocationManagerDelegate {
@objc get
}
final public let _pickupConfigID: Swift.Int?
+ final public let handoffVehicleLocation: Swift.String?
required public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
@objc public func siteLocation() -> CoreLocation.CLLocation?
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 3b51733..c14b4b3 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 70422e9..00a2ce4 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
@@ -289,6 +289,7 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc final public let pickupType: Swift.String
@objc final public let pickupTypeLocalizedString: Swift.String
@objc final public let showVehicleInfoFields: Swift.Bool
+ @objc final public let showHandoffVehicleLocations: Swift.Bool
@objc public var requireVehicleInfo: Swift.Bool {
@objc get
}
@@ -307,6 +308,7 @@ public enum HTTPStatusCode : Swift.Int, Swift.Error {
@objc final public let termsOfServiceURL: Swift.String?
@objc final public let privacyPolicyURL: Swift.String?
@objc final public let availablePickupTypes: [FlyBuy.PickupTypeConfig]
+ @objc final public let availableHandoffVehicleLocation: [FlyBuy.AvailableHandoffVehicleLocation]
required public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
@objc deinit
@@ -517,6 +519,7 @@ extension Swift.Error {
@objc final public let state: Swift.String?
@objc final public let pickupType: Swift.String?
@objc final public let spotIdentifier: Swift.String?
+ @objc final public let handoffVehicleLocation: Swift.String?
@objc(FlyBuyOrderOptionsBuilder) public class Builder : ObjectiveC.NSObject {
public init(customerName: Swift.String)
public func setCustomerName(_ name: Swift.String) -> FlyBuy.OrderOptions.Builder
@@ -529,6 +532,7 @@ extension Swift.Error {
public func setState(_ state: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func setPickupType(_ pickupType: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func setSpotIdentifier(_ spotIdentifier: Swift.String?) -> FlyBuy.OrderOptions.Builder
+ public func setHandoffVehicleLocation(_ handoffVehicleLocation: Swift.String?) -> FlyBuy.OrderOptions.Builder
public func build() -> FlyBuy.OrderOptions
@objc deinit
}
@@ -637,6 +641,16 @@ public protocol FlyBuyError : Foundation.LocalizedError {
}
@objc deinit
}
+@objc public class AvailableHandoffVehicleLocation : ObjectiveC.NSObject, Swift.Codable {
+ @objc final public let vehicleLocation: Swift.String
+ @objc final public let vehicleLocationLocalizedString: Swift.String
+ @objc deinit
+ public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: Swift.Decoder) throws
+}
+extension Swift.Array where Element : FlyBuy.AvailableHandoffVehicleLocation {
+ public func get(forVehicleLocation location: Swift.String) -> FlyBuy.AvailableHandoffVehicleLocation?
+}
@objc(FlyBuyPickupWindow) public class PickupWindow : ObjectiveC.NSObject, Swift.Codable {
@objc final public let start: Foundation.Date
@objc final public let end: Foundation.Date
@@ -1018,6 +1032,7 @@ extension FlyBuy.OrdersManager : CoreLocation.CLLocationManagerDelegate {
@objc get
}
final public let _pickupConfigID: Swift.Int?
+ final public let handoffVehicleLocation: Swift.String?
required public init(from decoder: Swift.Decoder) throws
public func encode(to encoder: Swift.Encoder) throws
@objc public func siteLocation() -> CoreLocation.CLLocation?
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 feefda5..2572fd4 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
- yzguYUW2OcdkRgJYd6ncg+FSjLY=
+ 1Pt51O6Xq2taj8kbpNvwlUL5FkA=
Headers/FlyBuy.h
@@ -14,31 +14,31 @@
Info.plist
- LRbUtFQMlmamUi8hUZbLUIpzA2c=
+ eHnaPHMPHO83yPwDn0Qn0rIpqvY=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- wCMLvY7IPA7WxHinylFChenLoQc=
+ Km2cm4j/FxU5bkj+2VguJ8j4elw=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- wsaKDtUfal57VZwwDdL64gVRtCo=
+ tZEbOVQoiZXyATO7mLSJkR/BNfE=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- faBAs2TvWdzW6j8skDMgBxBU0q8=
+ f5UMZI+zfnN7Xvn5L/zacg7/evA=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- 8ST8qsFdOVBp12IQuGxm7LbnMQ8=
+ GOgiikGyhORznuQDhj+R9SOLy1k=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- gm0eSjIHKLfW8MOYNN33ijF8DLM=
+ 9gU6p7sdRZIwJ2cTLOEXFocUDXU=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- s9WQKZ2zMTOI7+1EWCEUC+L2CIE=
+ VJ2+B+tfIWhQ1pH+xrZmhUXKdOE=
Modules/module.modulemap
@@ -51,7 +51,7 @@
hash2
- 1sMq1OuKIC1mVhu4qLHuInF0S/RxXUXvCNdZZR9Er88=
+ JpECWCoUw12euP1+klh+zE+tPgIR4QdRGdIRyFwI1LA=
Headers/FlyBuy.h
@@ -65,42 +65,42 @@
hash2
- vGPiQUOS6LAvGwOcV4t3c8+RQq/sg1J0YB/RKXE5s3Y=
+ 3s3B5umGgVIzbNuG/243sF3Hkebd2cMG2QSYxB8FVvU=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- bEE240OAVNwKqjnwz/427cPxDkHeRpknpo20t+ge8zI=
+ 7zzW5s7POWEoU/mD9mlPm7NHPJYLSW26euA8sLZRDJg=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- eR92RXf/5B+z33yHuaxvM90A5/8bFPtlQ+bTP3yl+Ig=
+ kpqAo8RjyWTjnr6SPKUuwtfmicCm8JpzCQye3l1EXbc=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- athd5GvzgWDsQoVpYHmGRz/Lp3fXalgy6yHxP3pwILs=
+ oTDvRofbJFDFbmli+F8VMgzK43crru8mrtctgU2LCuw=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- xxajFb99spuxRhzYW5i6p61HYfhj58tbIDYyEy4SflQ=
+ RfE7wJjbKEMHanTjetwwNsCIK+xQR1hLaSzT9zDi33k=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- 624lfRuCnVmARjBObP/SulBeMPdCcPOirdelpUF27T8=
+ Aga55xa2TAOf1MQ0y9I8yNlQSKnkgQTSBVOdQeDpuF4=
Modules/module.modulemap
diff --git a/FlyBuyNotify.xcframework/Info.plist b/FlyBuyNotify.xcframework/Info.plist
index 303291d..6aa1ad1 100644
--- a/FlyBuyNotify.xcframework/Info.plist
+++ b/FlyBuyNotify.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyNotify.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
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 95a68d9..dc24f57 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/Info.plist b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Info.plist
index ce900a1..043862e 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_x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify
index 027f5c3..859f196 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/Info.plist b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Info.plist
index 220ac1c..bf4fc0e 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/_CodeSignature/CodeResources b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources
index 7da1709..2be5dea 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
@@ -14,7 +14,7 @@
Info.plist
- S5EovduMyYS+FrYkJr0td7X4HGo=
+ hBbhPNlFhOm6cKx13BZMHKHKw0U=
Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup
index 7efc622..ba0f4a5 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/Info.plist b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/Info.plist
index 9d5f898..de66c21 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_x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup
index 247cf90..271be9e 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/Info.plist b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/Info.plist
index a50adf7..1300a27 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/_CodeSignature/CodeResources b/FlyBuyPickup.xcframework/ios-arm64_x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources
index 0a6d404..1e6b59e 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
@@ -14,7 +14,7 @@
Info.plist
- 6kRURZNzO5wDW5Am1Ut42YCnNtk=
+ CbG2DrVIUexBkNx4tWYq7ak3E7s=
Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyPresence.xcframework/Info.plist b/FlyBuyPresence.xcframework/Info.plist
index 8eadb37..c7d6293 100644
--- a/FlyBuyPresence.xcframework/Info.plist
+++ b/FlyBuyPresence.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyPresence.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
FlyBuyPresence.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence
index a2f6a7d..a3c5f9b 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/Info.plist b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist
index b444b4d..3beac04 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_x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence
index 218ce36..860268a 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/Info.plist b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/Info.plist
index 1fa447e..67b060e 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/_CodeSignature/CodeResources b/FlyBuyPresence.xcframework/ios-arm64_x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources
index c49026d..326f825 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
@@ -14,7 +14,7 @@
Info.plist
- 6lnw5P9anrIULVKjvGiS8rg/c/E=
+ GHqqQxVLxTVXR/lfGJku3nzzvS4=
Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyTableside.xcframework/Info.plist b/FlyBuyTableside.xcframework/Info.plist
index 3d8ad9e..e730333 100644
--- a/FlyBuyTableside.xcframework/Info.plist
+++ b/FlyBuyTableside.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyTableside.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
FlyBuyTableside.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/FlyBuyTableside b/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/FlyBuyTableside
index 0abc161..c5af17a 100644
Binary files a/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/FlyBuyTableside and b/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/FlyBuyTableside differ
diff --git a/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/Info.plist b/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/Info.plist
index d8459e3..1fdecd9 100644
Binary files a/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/Info.plist and b/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/Info.plist differ
diff --git a/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/FlyBuyTableside b/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/FlyBuyTableside
index 0bb7aad..f1caf62 100644
Binary files a/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/FlyBuyTableside and b/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/FlyBuyTableside differ
diff --git a/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/Info.plist b/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/Info.plist
index 89e5b4a..5262a6e 100644
Binary files a/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/Info.plist and b/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/Info.plist differ
diff --git a/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/_CodeSignature/CodeResources b/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/_CodeSignature/CodeResources
index 47c433d..1cfc17d 100644
--- a/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/_CodeSignature/CodeResources
+++ b/FlyBuyTableside.xcframework/ios-arm64_x86_64-simulator/FlyBuyTableside.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- g5JKcNq9ryNBC+SFe5NpnjxuOLg=
+ ME9678Matn3ojV/mzNJxGho360c=
Modules/FlyBuyTableside.swiftmodule/arm64-apple-ios-simulator.swiftdoc