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 e7c7777..233b47c 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/Info.plist b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist index a353a7d..6d77751 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 4bdd4ae..dbc6e47 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 @@ -392,6 +392,10 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable { public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) func set(logLevel: FlyBuy.LogLevel) + func ordersUpdated(_ orders: [FlyBuy.Order]) +} +extension FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject { @objc public static let orders: FlyBuy.OrdersManager 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 4bdd4ae..dbc6e47 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 @@ -392,6 +392,10 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable { public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) func set(logLevel: FlyBuy.LogLevel) + func ordersUpdated(_ orders: [FlyBuy.Order]) +} +extension FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject { @objc public static let orders: FlyBuy.OrdersManager 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 4fa7c5b..d8ba24b 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/Info.plist b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Info.plist index 879faaf..14211ab 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.swiftinterface b/FlyBuy.xcframework/ios-arm64_x86_64-simulator/FlyBuy.framework/Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 907ac09..b3bd058 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 @@ -392,6 +392,10 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable { public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) func set(logLevel: FlyBuy.LogLevel) + func ordersUpdated(_ orders: [FlyBuy.Order]) +} +extension FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject { @objc public static let orders: FlyBuy.OrdersManager 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 907ac09..b3bd058 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 @@ -392,6 +392,10 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable { public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) func set(logLevel: FlyBuy.LogLevel) + func ordersUpdated(_ orders: [FlyBuy.Order]) +} +extension FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject { @objc public static let orders: FlyBuy.OrdersManager 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 fdc2e87..a4c28b0 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 @@ -392,6 +392,10 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable { public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) func set(logLevel: FlyBuy.LogLevel) + func ordersUpdated(_ orders: [FlyBuy.Order]) +} +extension FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject { @objc public static let orders: FlyBuy.OrdersManager 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 fdc2e87..a4c28b0 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 @@ -392,6 +392,10 @@ public struct BeaconRegion : Swift.Codable, Swift.Hashable { public protocol FlyBuyModuleManager { func configUpdated(_ config: FlyBuy.AppConfig) func set(logLevel: FlyBuy.LogLevel) + func ordersUpdated(_ orders: [FlyBuy.Order]) +} +extension FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) } @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(FlyBuyCore) public class Core : ObjectiveC.NSObject { @objc public static let orders: FlyBuy.OrdersManager 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 5f33443..0b4fd6a 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 @@ -14,7 +14,7 @@ Info.plist - kxhayODTgs0qIBw7VwKwGEBeof0= + m4K752ZadL+QBgjD7pvnZ+jojOA= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -22,11 +22,11 @@ Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface - tozu7ZkoYV2VkzgrLmwCLBjaHoE= + AIFZzPSI7fhIx+fWx6jNW+yDdLE= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule - ta7T/KzLcnUuI00nzoMbPhEOGLA= + jS5xwgYDQxpsdT+Dq3GvUFFhlBQ= Modules/FlyBuy.swiftmodule/arm64.swiftdoc @@ -34,11 +34,11 @@ Modules/FlyBuy.swiftmodule/arm64.swiftinterface - tozu7ZkoYV2VkzgrLmwCLBjaHoE= + AIFZzPSI7fhIx+fWx6jNW+yDdLE= Modules/FlyBuy.swiftmodule/arm64.swiftmodule - ta7T/KzLcnUuI00nzoMbPhEOGLA= + jS5xwgYDQxpsdT+Dq3GvUFFhlBQ= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -46,11 +46,11 @@ Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - za5X7k3xq9xj2coukGu6PvARNBY= + 1Pug0g4zjUgY8SVxgs6IYy8mnBM= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - 1n9lg3Qv0/qgSK8t8emPUwZT3FU= + Wy9YhjVmiYrMYfLoLEUhfX10TEA= Modules/FlyBuy.swiftmodule/x86_64.swiftdoc @@ -58,11 +58,11 @@ Modules/FlyBuy.swiftmodule/x86_64.swiftinterface - za5X7k3xq9xj2coukGu6PvARNBY= + 1Pug0g4zjUgY8SVxgs6IYy8mnBM= Modules/FlyBuy.swiftmodule/x86_64.swiftmodule - 1n9lg3Qv0/qgSK8t8emPUwZT3FU= + Wy9YhjVmiYrMYfLoLEUhfX10TEA= Modules/module.modulemap @@ -96,14 +96,14 @@ hash2 - xKVOkTzfYdckIutEu2/WM/XjchEeMsbBQfSxNMFXGgI= + iK/BcThRP1SEuETzEsM4Z9f3HzfJniPJb6Yj4tt21jo= Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - 9PT4w0LfRDYHuRjPW7/tIn7IL0GXzE8GAFmWOHI0o08= + 2lq1RXfrkYy0DY0hfyYqZdWo+a5VroEn27dxwXzKqZc= Modules/FlyBuy.swiftmodule/arm64.swiftdoc @@ -117,14 +117,14 @@ hash2 - xKVOkTzfYdckIutEu2/WM/XjchEeMsbBQfSxNMFXGgI= + iK/BcThRP1SEuETzEsM4Z9f3HzfJniPJb6Yj4tt21jo= Modules/FlyBuy.swiftmodule/arm64.swiftmodule hash2 - 9PT4w0LfRDYHuRjPW7/tIn7IL0GXzE8GAFmWOHI0o08= + 2lq1RXfrkYy0DY0hfyYqZdWo+a5VroEn27dxwXzKqZc= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -138,14 +138,14 @@ hash2 - 6hN2pHyxH+h+kqGSZ8tkTTitSw/1VawyMqEBsjgQEdI= + kUDvh6V8HsxOdN8Jh+4v/FOZqgOwbcC0aIFYEACGNxQ= Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - /U64j9t6mwDzzaXD9sYcF5soxBxmkw0Wa9pVj4H93Rc= + oxcAE8sc+mg32JKLJR7sxdk1to7o2vXGChMQK94YL0k= Modules/FlyBuy.swiftmodule/x86_64.swiftdoc @@ -159,14 +159,14 @@ hash2 - 6hN2pHyxH+h+kqGSZ8tkTTitSw/1VawyMqEBsjgQEdI= + kUDvh6V8HsxOdN8Jh+4v/FOZqgOwbcC0aIFYEACGNxQ= Modules/FlyBuy.swiftmodule/x86_64.swiftmodule hash2 - /U64j9t6mwDzzaXD9sYcF5soxBxmkw0Wa9pVj4H93Rc= + oxcAE8sc+mg32JKLJR7sxdk1to7o2vXGChMQK94YL0k= 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 b8cc83f..87d429e 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 42b7d10..834ce75 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.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios.swiftinterface index 5e3b90d..94ab798 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 @@ -48,6 +48,7 @@ extension NSNotification.Name { @objc override dynamic public init() } extension Manager : FlyBuy.FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) public func set(logLevel: FlyBuy.LogLevel) public func set(logLevel: FlyBuy.LogLevel, writeEnabled: Swift.Bool) public func configUpdated(_ config: FlyBuy.AppConfig) 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 5e3b90d..94ab798 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 @@ -48,6 +48,7 @@ extension NSNotification.Name { @objc override dynamic public init() } extension Manager : FlyBuy.FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) public func set(logLevel: FlyBuy.LogLevel) public func set(logLevel: FlyBuy.LogLevel, writeEnabled: Swift.Bool) public func configUpdated(_ config: FlyBuy.AppConfig) 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 001a251..9a5cea4 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 f7764d9..bac75eb 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.swiftinterface b/FlyBuyNotify.xcframework/ios-arm64_x86_64-simulator/FlyBuyNotify.framework/Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 209219a..ed15391 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 @@ -48,6 +48,7 @@ extension NSNotification.Name { @objc override dynamic public init() } extension Manager : FlyBuy.FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) public func set(logLevel: FlyBuy.LogLevel) public func set(logLevel: FlyBuy.LogLevel, writeEnabled: Swift.Bool) public func configUpdated(_ config: FlyBuy.AppConfig) 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 209219a..ed15391 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 @@ -48,6 +48,7 @@ extension NSNotification.Name { @objc override dynamic public init() } extension Manager : FlyBuy.FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) public func set(logLevel: FlyBuy.LogLevel) public func set(logLevel: FlyBuy.LogLevel, writeEnabled: Swift.Bool) public func configUpdated(_ config: FlyBuy.AppConfig) 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 9029185..bae5030 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 @@ -48,6 +48,7 @@ extension NSNotification.Name { @objc override dynamic public init() } extension Manager : FlyBuy.FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) public func set(logLevel: FlyBuy.LogLevel) public func set(logLevel: FlyBuy.LogLevel, writeEnabled: Swift.Bool) public func configUpdated(_ config: FlyBuy.AppConfig) 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 9029185..bae5030 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 @@ -48,6 +48,7 @@ extension NSNotification.Name { @objc override dynamic public init() } extension Manager : FlyBuy.FlyBuyModuleManager { + public func ordersUpdated(_ orders: [FlyBuy.Order]) public func set(logLevel: FlyBuy.LogLevel) public func set(logLevel: FlyBuy.LogLevel, writeEnabled: Swift.Bool) public func configUpdated(_ config: FlyBuy.AppConfig) 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 b031962..aebf64d 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 - kbz/GBNqwjQ2PHfeZ4ywNuunMxk= + 3I1z+czXkC6VbFttRncojqCfcmM= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -22,11 +22,11 @@ Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftinterface - TqMPZT9vc5rpnm7ZujZMQ8U9fF0= + aUVR3N+7LBh8KgARCvmxZZwqHXI= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftmodule - XxotPx+k56MonXgvpg2KfqctKPM= + QvlA07OI8E1PnUmOUdBMYDFMdGY= Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc @@ -34,11 +34,11 @@ Modules/FlyBuyNotify.swiftmodule/arm64.swiftinterface - TqMPZT9vc5rpnm7ZujZMQ8U9fF0= + aUVR3N+7LBh8KgARCvmxZZwqHXI= Modules/FlyBuyNotify.swiftmodule/arm64.swiftmodule - XxotPx+k56MonXgvpg2KfqctKPM= + QvlA07OI8E1PnUmOUdBMYDFMdGY= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -46,11 +46,11 @@ Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - +vj8C2HYRYNNB0mZrq4iSJ07McI= + +zoVbxn1dr3Wl/R7GMvtPNFdLq0= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - q6rtl12rCH7S6qUAlKs0yTg7a3s= + 5hczPsXoXBZlMB3EflcplkdMfPQ= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc @@ -58,11 +58,11 @@ Modules/FlyBuyNotify.swiftmodule/x86_64.swiftinterface - +vj8C2HYRYNNB0mZrq4iSJ07McI= + +zoVbxn1dr3Wl/R7GMvtPNFdLq0= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftmodule - q6rtl12rCH7S6qUAlKs0yTg7a3s= + 5hczPsXoXBZlMB3EflcplkdMfPQ= Modules/module.modulemap @@ -96,14 +96,14 @@ hash2 - WNcuu4cfJWFUlyf7im2WqKGEa2tAFl8k0RRC683Bnxg= + IMuue1R1pdBf/MEp7w5EjcLTP0TcJjd1QY5xsqfgp7U= Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - pyVbPlqBqlATRt9aY0g1LkYW72S5uzddOgEPtlpNVkg= + fFYmDenmqiukjq+MGZobzcAQqUePQzwrTvJHelSk+VI= Modules/FlyBuyNotify.swiftmodule/arm64.swiftdoc @@ -117,14 +117,14 @@ hash2 - WNcuu4cfJWFUlyf7im2WqKGEa2tAFl8k0RRC683Bnxg= + IMuue1R1pdBf/MEp7w5EjcLTP0TcJjd1QY5xsqfgp7U= Modules/FlyBuyNotify.swiftmodule/arm64.swiftmodule hash2 - pyVbPlqBqlATRt9aY0g1LkYW72S5uzddOgEPtlpNVkg= + fFYmDenmqiukjq+MGZobzcAQqUePQzwrTvJHelSk+VI= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -138,14 +138,14 @@ hash2 - 7DC2i6r+b+Oc2S2jgSOsZpUTCSILKsqQXlcl9VhrDjw= + Dv80q3BBGAs8mBNWLEhl8ihHlG9lblmkrVMfNzw3v34= Modules/FlyBuyNotify.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - +Ts7lPbulOomSX2i3wSwyuqr4/Rk/F0UqQ9FCP/RLhU= + REL3OdFcPuI2bNXImYmvlbz6uONWLsZO2ouTPOBMrGE= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftdoc @@ -159,14 +159,14 @@ hash2 - 7DC2i6r+b+Oc2S2jgSOsZpUTCSILKsqQXlcl9VhrDjw= + Dv80q3BBGAs8mBNWLEhl8ihHlG9lblmkrVMfNzw3v34= Modules/FlyBuyNotify.swiftmodule/x86_64.swiftmodule hash2 - +Ts7lPbulOomSX2i3wSwyuqr4/Rk/F0UqQ9FCP/RLhU= + REL3OdFcPuI2bNXImYmvlbz6uONWLsZO2ouTPOBMrGE= Modules/module.modulemap diff --git a/FlyBuyPickup.xcframework/Info.plist b/FlyBuyPickup.xcframework/Info.plist index 44992ad..52bfa9b 100644 --- a/FlyBuyPickup.xcframework/Info.plist +++ b/FlyBuyPickup.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath FlyBuyPickup.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath FlyBuyPickup.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup b/FlyBuyPickup.xcframework/ios-arm64/FlyBuyPickup.framework/FlyBuyPickup index 37a8291..1c252ff 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 b2f62cb..87c0c37 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 ba86f59..9ec866b 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 cd22fb8..85b92b2 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 0a63716..ba7bac0 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 - B1FpQx+MEjHX34xo7VHrRfNYv6Y= + GOwoqAEg1iWmA/pbmhGE6pXunu4= Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -26,7 +26,7 @@ Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftmodule - 0/SyxWwej/b9ivTDjlapgIZX0hs= + Ygt96pQ5TW7vymAm15KmYuzMyZU= Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc @@ -38,7 +38,7 @@ Modules/FlyBuyPickup.swiftmodule/arm64.swiftmodule - 0/SyxWwej/b9ivTDjlapgIZX0hs= + Ygt96pQ5TW7vymAm15KmYuzMyZU= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -50,7 +50,7 @@ Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - oK7exg/M38Zmrllellr68DBHiEY= + ZtACUSQhjuyi91dGG/s6MEjw68w= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc @@ -62,7 +62,7 @@ Modules/FlyBuyPickup.swiftmodule/x86_64.swiftmodule - oK7exg/M38Zmrllellr68DBHiEY= + ZtACUSQhjuyi91dGG/s6MEjw68w= Modules/module.modulemap @@ -103,7 +103,7 @@ hash2 - aOX5v3wrMHy8LmyVmYb6WZB8jAF5LoTnCQLNIrvwDos= + hUZK1bDdFu76txDi24kpXO+cKDlKUy877O7A84JrvFc= Modules/FlyBuyPickup.swiftmodule/arm64.swiftdoc @@ -124,7 +124,7 @@ hash2 - aOX5v3wrMHy8LmyVmYb6WZB8jAF5LoTnCQLNIrvwDos= + hUZK1bDdFu76txDi24kpXO+cKDlKUy877O7A84JrvFc= Modules/FlyBuyPickup.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -145,7 +145,7 @@ hash2 - VP6UDv7E4j42G9gH+2/4Hi4i/0Bfm2RevPWZowU+Nk0= + +hVZuPv9i4nsDB6pJ9LWig9QGmXRWdvahlsA9xji4/Y= Modules/FlyBuyPickup.swiftmodule/x86_64.swiftdoc @@ -166,7 +166,7 @@ hash2 - VP6UDv7E4j42G9gH+2/4Hi4i/0Bfm2RevPWZowU+Nk0= + +hVZuPv9i4nsDB6pJ9LWig9QGmXRWdvahlsA9xji4/Y= Modules/module.modulemap diff --git a/FlyBuyPresence.xcframework/Info.plist b/FlyBuyPresence.xcframework/Info.plist index c7d6293..8eadb37 100644 --- a/FlyBuyPresence.xcframework/Info.plist +++ b/FlyBuyPresence.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath FlyBuyPresence.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 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 81cfc6c..de20524 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 b6d1757..b465113 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 9239f7b..036d4e7 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 171e0e3..a0b15af 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 4f39c20..11fced5 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 - YBh+K6RjzbyfTYuwN+EmFCkWevU= + 11cMYCXfK7iCWFFhm1GeOagL+30= Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -26,7 +26,7 @@ Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftmodule - bRI54d+Qm7dFbcTjqQo4gC1ay9I= + Aa7p8LTnpFCHWaazmlYhPxi9D+g= Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc @@ -38,7 +38,7 @@ Modules/FlyBuyPresence.swiftmodule/arm64.swiftmodule - bRI54d+Qm7dFbcTjqQo4gC1ay9I= + Aa7p8LTnpFCHWaazmlYhPxi9D+g= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -50,7 +50,7 @@ Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - C/xf37Hw0v5e+pspu3/kwDc0fjs= + SqGyFtGHTs8iJYMcIV0WXVJqbo4= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc @@ -62,7 +62,7 @@ Modules/FlyBuyPresence.swiftmodule/x86_64.swiftmodule - C/xf37Hw0v5e+pspu3/kwDc0fjs= + SqGyFtGHTs8iJYMcIV0WXVJqbo4= Modules/module.modulemap @@ -103,7 +103,7 @@ hash2 - VS9GOSTIcggKV/nLcSUT/Y4EynuVIwlUhoLrdoOR8mg= + MI+19T9iTRAqZ7Tn9b4APl2RhOQgUg3OQfF0dd3wjBA= Modules/FlyBuyPresence.swiftmodule/arm64.swiftdoc @@ -124,7 +124,7 @@ hash2 - VS9GOSTIcggKV/nLcSUT/Y4EynuVIwlUhoLrdoOR8mg= + MI+19T9iTRAqZ7Tn9b4APl2RhOQgUg3OQfF0dd3wjBA= Modules/FlyBuyPresence.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -145,7 +145,7 @@ hash2 - qJDe0BUDWWVhmAVKhz94hiDKyndMKdmRiNfEPQZZWmU= + ogs+cktL67E3NaE+P76Jz+6yCUTfyU5njLa4hUsNciw= Modules/FlyBuyPresence.swiftmodule/x86_64.swiftdoc @@ -166,7 +166,7 @@ hash2 - qJDe0BUDWWVhmAVKhz94hiDKyndMKdmRiNfEPQZZWmU= + ogs+cktL67E3NaE+P76Jz+6yCUTfyU5njLa4hUsNciw= Modules/module.modulemap diff --git a/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/FlyBuyTableside b/FlyBuyTableside.xcframework/ios-arm64/FlyBuyTableside.framework/FlyBuyTableside index 9d5b143..3e7c4b8 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 277f9d1..ba61c29 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 a3ff5fa..744f051 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 209c102..54062ef 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 a391e6c..674bfb0 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 - UfHt2eXrHQX5EvRx66mT0XuMkfc= + eWfAZ5JaGb+bz/b4EHPQp/+5EOc= Modules/FlyBuyTableside.swiftmodule/arm64-apple-ios-simulator.swiftdoc