diff --git a/FlyBuy.xcframework/Info.plist b/FlyBuy.xcframework/Info.plist
index 7467b5c..2d62b9e 100644
--- a/FlyBuy.xcframework/Info.plist
+++ b/FlyBuy.xcframework/Info.plist
@@ -6,29 +6,29 @@
LibraryIdentifier
- ios-arm64
+ ios-x86_64-simulator
LibraryPath
FlyBuy.framework
SupportedArchitectures
- arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
LibraryIdentifier
- ios-x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuy.framework
SupportedArchitectures
- x86_64
+ arm64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/FlyBuy
index 62f583d..d197ff1 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 1400669..f051a0f 100644
--- a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h
+++ b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h
@@ -537,6 +537,8 @@ SWIFT_CLASS_NAMED("Order")
+
+
SWIFT_CLASS_NAMED("OrderEvent")
@interface FlyBuyOrderEvent : NSObject
- (nonnull instancetype)initWithOrderID:(NSInteger)orderID customerState:(NSString * _Nonnull)customerState etaSeconds:(NSNumber * _Nullable)etaSeconds OBJC_DESIGNATED_INITIALIZER;
diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist
index 24e0861..b07faad 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.swiftinterface b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios.swiftinterface
index 6cc666e..522c0cf 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
@@ -661,6 +661,9 @@ public struct CustomerResponse : Swift.Decodable {
@objc deinit
@objc override dynamic public init()
}
+extension Order {
+ public func isOpen() -> Swift.Bool
+}
extension FlyBuy.LocationAuthStatus : Swift.Equatable {}
extension FlyBuy.LocationAuthStatus : Swift.Hashable {}
extension FlyBuy.LocationAuthStatus : Swift.RawRepresentable {}
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 6cc666e..522c0cf 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
@@ -661,6 +661,9 @@ public struct CustomerResponse : Swift.Decodable {
@objc deinit
@objc override dynamic public init()
}
+extension Order {
+ public func isOpen() -> Swift.Bool
+}
extension FlyBuy.LocationAuthStatus : Swift.Equatable {}
extension FlyBuy.LocationAuthStatus : Swift.Hashable {}
extension FlyBuy.LocationAuthStatus : Swift.RawRepresentable {}
diff --git a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/FlyBuy b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/FlyBuy
index b8ed68e..f15e812 100644
Binary files a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/FlyBuy and b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/FlyBuy differ
diff --git a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h
index 1400669..f051a0f 100644
--- a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h
+++ b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Headers/FlyBuy-Swift.h
@@ -537,6 +537,8 @@ SWIFT_CLASS_NAMED("Order")
+
+
SWIFT_CLASS_NAMED("OrderEvent")
@interface FlyBuyOrderEvent : NSObject
- (nonnull instancetype)initWithOrderID:(NSInteger)orderID customerState:(NSString * _Nonnull)customerState etaSeconds:(NSNumber * _Nullable)etaSeconds OBJC_DESIGNATED_INITIALIZER;
diff --git a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Info.plist b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Info.plist
index a22102e..4030eeb 100644
Binary files a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Info.plist and b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Info.plist differ
diff --git a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index c2b2598..f342cac 100644
--- a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -661,6 +661,9 @@ public struct CustomerResponse : Swift.Decodable {
@objc deinit
@objc override dynamic public init()
}
+extension Order {
+ public func isOpen() -> Swift.Bool
+}
extension FlyBuy.LocationAuthStatus : Swift.Equatable {}
extension FlyBuy.LocationAuthStatus : Swift.Hashable {}
extension FlyBuy.LocationAuthStatus : Swift.RawRepresentable {}
diff --git a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface
index c2b2598..f342cac 100644
--- a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface
+++ b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/x86_64.swiftinterface
@@ -661,6 +661,9 @@ public struct CustomerResponse : Swift.Decodable {
@objc deinit
@objc override dynamic public init()
}
+extension Order {
+ public func isOpen() -> Swift.Bool
+}
extension FlyBuy.LocationAuthStatus : Swift.Equatable {}
extension FlyBuy.LocationAuthStatus : Swift.Hashable {}
extension FlyBuy.LocationAuthStatus : Swift.RawRepresentable {}
diff --git a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources
index 99de7ec..d7fbc63 100644
--- a/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources
+++ b/FlyBuy.xcframework/ios-x86_64-simulator/FlyBuy.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Headers/FlyBuy-Swift.h
- 6or+wADkErzt0UEhwwGp8GlWrzA=
+ mJHT19nVmGvTV6f02kiEQkJHe6c=
Headers/FlyBuy.h
@@ -14,7 +14,7 @@
Info.plist
- 0VRF5HKsLNE/5pj0uS8GqxS4wg0=
+ 5JrNpK6sX8VhIiUMEOeiDWgLYCA=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -22,11 +22,11 @@
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- fyKnFsVERmbGdz8K7lQbFoSwGRA=
+ SOpV8weXMh79Eqla3r2MYstLdkM=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- GReBrpzkCdniX1sc84m2CHUiSZs=
+ gUKfYsfQ53US7ql5HwJjC0/nZyo=
Modules/FlyBuy.swiftmodule/x86_64.swiftdoc
@@ -34,11 +34,11 @@
Modules/FlyBuy.swiftmodule/x86_64.swiftinterface
- fyKnFsVERmbGdz8K7lQbFoSwGRA=
+ SOpV8weXMh79Eqla3r2MYstLdkM=
Modules/FlyBuy.swiftmodule/x86_64.swiftmodule
- GReBrpzkCdniX1sc84m2CHUiSZs=
+ gUKfYsfQ53US7ql5HwJjC0/nZyo=
Modules/module.modulemap
@@ -51,7 +51,7 @@
hash2
- zdIBcPJCtHhhpifmtCIMKJoeLDiIu0XLCEPSqOn09Rw=
+ 4bmDpA9aBl2GNQxD2qqhhsn1RskPGJ/v1ihNcuk64IY=
Headers/FlyBuy.h
@@ -72,14 +72,14 @@
hash2
- XMp/dxXf8ZOko3CaK61GbLo1ymNLfy+CKesA45aqrr8=
+ a10usunbVuXJy99LEUq5aTunWoxR/XUAV1Q4xBieb4g=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- ySC1x5ZGr+xgxmAuHq9VaoqQ5UpNRQIMFYS3fJ/hMRQ=
+ NaG8SHJPLMPYEdvzMLQT95JsCix+JUi9NlcyUwPvrbE=
Modules/FlyBuy.swiftmodule/x86_64.swiftdoc
@@ -93,14 +93,14 @@
hash2
- XMp/dxXf8ZOko3CaK61GbLo1ymNLfy+CKesA45aqrr8=
+ a10usunbVuXJy99LEUq5aTunWoxR/XUAV1Q4xBieb4g=
Modules/FlyBuy.swiftmodule/x86_64.swiftmodule
hash2
- ySC1x5ZGr+xgxmAuHq9VaoqQ5UpNRQIMFYS3fJ/hMRQ=
+ NaG8SHJPLMPYEdvzMLQT95JsCix+JUi9NlcyUwPvrbE=
Modules/module.modulemap
diff --git a/FlyBuyNotify.xcframework/Info.plist b/FlyBuyNotify.xcframework/Info.plist
index f8ddc62..64084d9 100644
--- a/FlyBuyNotify.xcframework/Info.plist
+++ b/FlyBuyNotify.xcframework/Info.plist
@@ -6,29 +6,29 @@
LibraryIdentifier
- ios-x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyNotify.framework
SupportedArchitectures
- x86_64
+ arm64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-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 f0fd1ef..5648690 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 620a20a..914d16a 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-x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify b/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify
index aa4bc28..257f5b9 100644
Binary files a/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify and b/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/FlyBuyNotify differ
diff --git a/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/Info.plist b/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/Info.plist
index a7082d6..311abe3 100644
Binary files a/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/Info.plist and b/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/Info.plist differ
diff --git a/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources b/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources
index 9ec20fe..f335cc5 100644
--- a/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources
+++ b/FlyBuyNotify.xcframework/ios-x86_64-simulator/FlyBuyNotify.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- 1jKfJvB9kQyqYhrHXr0zQWSwvRI=
+ Jb61SDFZrmbSaw0vgW0sGnS53uY=
Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyPickup.xcframework/Info.plist b/FlyBuyPickup.xcframework/Info.plist
index 05110b8..cb3d708 100644
--- a/FlyBuyPickup.xcframework/Info.plist
+++ b/FlyBuyPickup.xcframework/Info.plist
@@ -6,29 +6,29 @@
LibraryIdentifier
- ios-arm64
+ ios-x86_64-simulator
LibraryPath
FlyBuyPickup.framework
SupportedArchitectures
- arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
LibraryIdentifier
- ios-x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyPickup.framework
SupportedArchitectures
- x86_64
+ arm64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup
index 47736e0..ea76b8e 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 634c88a..af254dc 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-x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup
index bbfb5f1..21f7a0a 100644
Binary files a/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup and b/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/FlyBuyPickup differ
diff --git a/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/Info.plist b/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/Info.plist
index 4dcd7ef..b6bde43 100644
Binary files a/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/Info.plist and b/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/Info.plist differ
diff --git a/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources b/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources
index 8651418..0a1a712 100644
--- a/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources
+++ b/FlyBuyPickup.xcframework/ios-x86_64-simulator/FlyBuyPickup.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- kDtHUcK7tX2O7Y4mg2ZXPvwqHrs=
+ O02tLNPsDBxJ3HHGOuDHcJdrVZ8=
Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence
index 79ea1c5..76ac733 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 107d2ac..c3ef556 100644
--- a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h
+++ b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h
@@ -250,6 +250,18 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyPresen
+typedef SWIFT_ENUM(NSInteger, PresenceErrorType, open) {
+ PresenceErrorTypeInvalidPresenceIdentifierLength = 0,
+ PresenceErrorTypeInvalidPayloadLength = 1,
+ PresenceErrorTypeUnableToCreateLocator = 2,
+ PresenceErrorTypeFailedToStartAdvertising = 3,
+ PresenceErrorTypeAdvertiserAlreadyStarted = 4,
+ PresenceErrorTypeLocatorNotStarted = 5,
+ PresenceErrorTypeBluetoothPoweredOff = 6,
+ PresenceErrorTypeBluetoothUnauthorized = 7,
+ PresenceErrorTypeBluetoothUnsupported = 8,
+};
+
SWIFT_CLASS("_TtC14FlyBuyPresence15PresenceLocator")
@interface PresenceLocator : NSObject
diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Info.plist
index 2793e2a..222c9bf 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.swiftinterface b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios.swiftinterface
index 03d43c2..c677cbc 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
@@ -24,6 +24,34 @@ import Swift
extension Manager : FlyBuy.FlyBuyModuleManager {
public func configUpdated(_ config: FlyBuy.AppConfig)
}
+@objc public enum PresenceErrorType : Swift.Int {
+ case invalidPresenceIdentifierLength
+ case invalidPayloadLength
+ case unableToCreateLocator
+ case failedToStartAdvertising
+ case advertiserAlreadyStarted
+ case locatorNotStarted
+ case bluetoothPoweredOff
+ case bluetoothUnauthorized
+ case bluetoothUnsupported
+ public var description: Swift.String {
+ get
+ }
+ public typealias RawValue = Swift.Int
+ public init?(rawValue: Swift.Int)
+ public var rawValue: Swift.Int {
+ get
+ }
+}
+@objc(FlyBuyPresenceError) @_objcRuntimeName(FlyBuyPresenceError) public class PresenceError : FlyBuy.FlyBuyError {
+ @objc final public let type: FlyBuyPresence.PresenceErrorType
+ @objc public init(_ typeIn: FlyBuyPresence.PresenceErrorType, context: Any? = nil)
+ @objc override dynamic public var description: Swift.String {
+ @objc get
+ }
+ @objc deinit
+ override public init(_ description: Swift.String?, context: Any? = super)
+}
@objc public protocol PresenceLocatorDelegate {
@objc optional func locatorDidStart(_ locator: FlyBuyPresence.PresenceLocator)
@objc optional func locatorDidStop(_ locator: FlyBuyPresence.PresenceLocator)
@@ -48,6 +76,9 @@ extension Manager : FlyBuy.FlyBuyModuleManager {
@objc override dynamic public init()
@objc deinit
}
+extension FlyBuyPresence.PresenceErrorType : Swift.Equatable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.Hashable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.RawRepresentable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Equatable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Hashable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.RawRepresentable {}
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 03d43c2..c677cbc 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
@@ -24,6 +24,34 @@ import Swift
extension Manager : FlyBuy.FlyBuyModuleManager {
public func configUpdated(_ config: FlyBuy.AppConfig)
}
+@objc public enum PresenceErrorType : Swift.Int {
+ case invalidPresenceIdentifierLength
+ case invalidPayloadLength
+ case unableToCreateLocator
+ case failedToStartAdvertising
+ case advertiserAlreadyStarted
+ case locatorNotStarted
+ case bluetoothPoweredOff
+ case bluetoothUnauthorized
+ case bluetoothUnsupported
+ public var description: Swift.String {
+ get
+ }
+ public typealias RawValue = Swift.Int
+ public init?(rawValue: Swift.Int)
+ public var rawValue: Swift.Int {
+ get
+ }
+}
+@objc(FlyBuyPresenceError) @_objcRuntimeName(FlyBuyPresenceError) public class PresenceError : FlyBuy.FlyBuyError {
+ @objc final public let type: FlyBuyPresence.PresenceErrorType
+ @objc public init(_ typeIn: FlyBuyPresence.PresenceErrorType, context: Any? = nil)
+ @objc override dynamic public var description: Swift.String {
+ @objc get
+ }
+ @objc deinit
+ override public init(_ description: Swift.String?, context: Any? = super)
+}
@objc public protocol PresenceLocatorDelegate {
@objc optional func locatorDidStart(_ locator: FlyBuyPresence.PresenceLocator)
@objc optional func locatorDidStop(_ locator: FlyBuyPresence.PresenceLocator)
@@ -48,6 +76,9 @@ extension Manager : FlyBuy.FlyBuyModuleManager {
@objc override dynamic public init()
@objc deinit
}
+extension FlyBuyPresence.PresenceErrorType : Swift.Equatable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.Hashable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.RawRepresentable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Equatable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Hashable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.RawRepresentable {}
diff --git a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence
index 70240cb..b1bb488 100644
Binary files a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence and b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/FlyBuyPresence differ
diff --git a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h
index 107d2ac..c3ef556 100644
--- a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h
+++ b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Headers/FlyBuyPresence-Swift.h
@@ -250,6 +250,18 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) FlyBuyPresen
+typedef SWIFT_ENUM(NSInteger, PresenceErrorType, open) {
+ PresenceErrorTypeInvalidPresenceIdentifierLength = 0,
+ PresenceErrorTypeInvalidPayloadLength = 1,
+ PresenceErrorTypeUnableToCreateLocator = 2,
+ PresenceErrorTypeFailedToStartAdvertising = 3,
+ PresenceErrorTypeAdvertiserAlreadyStarted = 4,
+ PresenceErrorTypeLocatorNotStarted = 5,
+ PresenceErrorTypeBluetoothPoweredOff = 6,
+ PresenceErrorTypeBluetoothUnauthorized = 7,
+ PresenceErrorTypeBluetoothUnsupported = 8,
+};
+
SWIFT_CLASS("_TtC14FlyBuyPresence15PresenceLocator")
@interface PresenceLocator : NSObject
diff --git a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Info.plist b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Info.plist
index f3dffc4..242683e 100644
Binary files a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Info.plist and b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Info.plist differ
diff --git a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 0b95a71..bc17f82 100644
--- a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -24,6 +24,34 @@ import Swift
extension Manager : FlyBuy.FlyBuyModuleManager {
public func configUpdated(_ config: FlyBuy.AppConfig)
}
+@objc public enum PresenceErrorType : Swift.Int {
+ case invalidPresenceIdentifierLength
+ case invalidPayloadLength
+ case unableToCreateLocator
+ case failedToStartAdvertising
+ case advertiserAlreadyStarted
+ case locatorNotStarted
+ case bluetoothPoweredOff
+ case bluetoothUnauthorized
+ case bluetoothUnsupported
+ public var description: Swift.String {
+ get
+ }
+ public typealias RawValue = Swift.Int
+ public init?(rawValue: Swift.Int)
+ public var rawValue: Swift.Int {
+ get
+ }
+}
+@objc(FlyBuyPresenceError) @_objcRuntimeName(FlyBuyPresenceError) public class PresenceError : FlyBuy.FlyBuyError {
+ @objc final public let type: FlyBuyPresence.PresenceErrorType
+ @objc public init(_ typeIn: FlyBuyPresence.PresenceErrorType, context: Any? = nil)
+ @objc override dynamic public var description: Swift.String {
+ @objc get
+ }
+ @objc deinit
+ override public init(_ description: Swift.String?, context: Any? = super)
+}
@objc public protocol PresenceLocatorDelegate {
@objc optional func locatorDidStart(_ locator: FlyBuyPresence.PresenceLocator)
@objc optional func locatorDidStop(_ locator: FlyBuyPresence.PresenceLocator)
@@ -48,6 +76,9 @@ extension Manager : FlyBuy.FlyBuyModuleManager {
@objc override dynamic public init()
@objc deinit
}
+extension FlyBuyPresence.PresenceErrorType : Swift.Equatable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.Hashable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.RawRepresentable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Equatable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Hashable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.RawRepresentable {}
diff --git a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface
index 0b95a71..bc17f82 100644
--- a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface
+++ b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface
@@ -24,6 +24,34 @@ import Swift
extension Manager : FlyBuy.FlyBuyModuleManager {
public func configUpdated(_ config: FlyBuy.AppConfig)
}
+@objc public enum PresenceErrorType : Swift.Int {
+ case invalidPresenceIdentifierLength
+ case invalidPayloadLength
+ case unableToCreateLocator
+ case failedToStartAdvertising
+ case advertiserAlreadyStarted
+ case locatorNotStarted
+ case bluetoothPoweredOff
+ case bluetoothUnauthorized
+ case bluetoothUnsupported
+ public var description: Swift.String {
+ get
+ }
+ public typealias RawValue = Swift.Int
+ public init?(rawValue: Swift.Int)
+ public var rawValue: Swift.Int {
+ get
+ }
+}
+@objc(FlyBuyPresenceError) @_objcRuntimeName(FlyBuyPresenceError) public class PresenceError : FlyBuy.FlyBuyError {
+ @objc final public let type: FlyBuyPresence.PresenceErrorType
+ @objc public init(_ typeIn: FlyBuyPresence.PresenceErrorType, context: Any? = nil)
+ @objc override dynamic public var description: Swift.String {
+ @objc get
+ }
+ @objc deinit
+ override public init(_ description: Swift.String?, context: Any? = super)
+}
@objc public protocol PresenceLocatorDelegate {
@objc optional func locatorDidStart(_ locator: FlyBuyPresence.PresenceLocator)
@objc optional func locatorDidStop(_ locator: FlyBuyPresence.PresenceLocator)
@@ -48,6 +76,9 @@ extension Manager : FlyBuy.FlyBuyModuleManager {
@objc override dynamic public init()
@objc deinit
}
+extension FlyBuyPresence.PresenceErrorType : Swift.Equatable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.Hashable {}
+extension FlyBuyPresence.PresenceErrorType : Swift.RawRepresentable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Equatable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.Hashable {}
extension FlyBuyPresence.PresenceLocator.state : Swift.RawRepresentable {}
diff --git a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources
index cbee0e2..784bc37 100644
--- a/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources
+++ b/FlyBuyPresence.xcframework/ios-x86_64-simulator/FlyBuyPresence.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Headers/FlyBuyPresence-Swift.h
- l7KehkGhf5Ff4quDBlB0piEUQzA=
+ dbRfF5WJMsdwOcUBSCDthvv2LHQ=
Headers/FlyBuyPresence.h
@@ -14,7 +14,7 @@
Info.plist
- 7CZjgR6UW16bXO0nq/4aoZ03aq4=
+ TodMNNq5iNkz+DJYFEqUu21hA8E=
Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -22,11 +22,11 @@
Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- 5x3XGKRxmS+R3K/5x/nyZwJMsIw=
+ 143N3KylXuWn9kAeabCYPN+543w=
Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- 6uk12UhVCJl4TnHECvs5n6A2j1Y=
+ dHyRRxx/sV96NAmUQJ8lEHPyh9E=
Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc
@@ -34,11 +34,11 @@
Modules/FlyBuyPresence.swiftmodule/x86_64.swiftinterface
- 5x3XGKRxmS+R3K/5x/nyZwJMsIw=
+ 143N3KylXuWn9kAeabCYPN+543w=
Modules/FlyBuyPresence.swiftmodule/x86_64.swiftmodule
- 6uk12UhVCJl4TnHECvs5n6A2j1Y=
+ dHyRRxx/sV96NAmUQJ8lEHPyh9E=
Modules/module.modulemap
@@ -51,7 +51,7 @@
hash2
- ISzKH9gOhoMMUeVjf2Q+HIzqHzcXdAiRbW+xU7WUDbo=
+ DtIlip+J2lWSy8raOc2Qs66XMHEQfLmeGXJRqb7EbzQ=
Headers/FlyBuyPresence.h
@@ -72,14 +72,14 @@
hash2
- LtWaM22YOovQQKNv3vznkGssdfRbHwGA1kPCDsy4OF4=
+ K0BOjOUZsnJOzAXK+sILrwhI75zL2EKHW+9MeWiIIes=
Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- ssKOjongjbmTXFxcCa3qRlQf1JRUtclqIhY/Wxrrr7A=
+ 1S8iGduO0H58NYIrcj9j3yiGF3uQf9J/2M4rYB9Yclk=
Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc
@@ -93,14 +93,14 @@
hash2
- LtWaM22YOovQQKNv3vznkGssdfRbHwGA1kPCDsy4OF4=
+ K0BOjOUZsnJOzAXK+sILrwhI75zL2EKHW+9MeWiIIes=
Modules/FlyBuyPresence.swiftmodule/x86_64.swiftmodule
hash2
- ssKOjongjbmTXFxcCa3qRlQf1JRUtclqIhY/Wxrrr7A=
+ 1S8iGduO0H58NYIrcj9j3yiGF3uQf9J/2M4rYB9Yclk=
Modules/module.modulemap