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 903c3d8..1cf2e83 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 9eacf5c..8b780ba 100644
--- a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h
+++ b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Headers/FlyBuy-Swift.h
@@ -1046,7 +1046,7 @@ SWIFT_CLASS_NAMED("Site")
@property (nonatomic, readonly, copy) NSString * _Nullable projectAccentTextColor;
@property (nonatomic, readonly, copy) NSString * _Nullable projectLogoURL;
@property (nonatomic, readonly, strong) FlyBuyGeofence * _Nullable geofence;
-@property (nonatomic, readonly, strong) NSNumber * _Nullable wrongSiteArrivalRadius;
+@property (nonatomic, readonly, strong) NSNumber * _Nonnull wrongSiteArrivalRadius;
@property (nonatomic, readonly, copy) NSString * _Nullable operationalStatus;
/// Gets the location of the site.
- (CLLocation * _Nullable)location SWIFT_WARN_UNUSED_RESULT;
diff --git a/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist b/FlyBuy.xcframework/ios-arm64/FlyBuy.framework/Info.plist
index 6e7b131..ee0c6fc 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 ac09ef7..5923e1f 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
@@ -124,7 +124,7 @@ extension FlyBuy._AnyEncodable {
@objc final public let projectAccentTextColor: Swift.String?
@objc final public let projectLogoURL: Swift.String?
@objc final public let geofence: FlyBuy.Geofence?
- @objc public var wrongSiteArrivalRadius: Foundation.NSNumber? {
+ @objc public var wrongSiteArrivalRadius: Foundation.NSNumber {
@objc get
}
@objc final public let operationalStatus: Swift.String?
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 bb6c256..d30a78c 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 94244f0..ae405f0 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
@@ -1048,7 +1048,7 @@ SWIFT_CLASS_NAMED("Site")
@property (nonatomic, readonly, copy) NSString * _Nullable projectAccentTextColor;
@property (nonatomic, readonly, copy) NSString * _Nullable projectLogoURL;
@property (nonatomic, readonly, strong) FlyBuyGeofence * _Nullable geofence;
-@property (nonatomic, readonly, strong) NSNumber * _Nullable wrongSiteArrivalRadius;
+@property (nonatomic, readonly, strong) NSNumber * _Nonnull wrongSiteArrivalRadius;
@property (nonatomic, readonly, copy) NSString * _Nullable operationalStatus;
/// Gets the location of the site.
- (CLLocation * _Nullable)location SWIFT_WARN_UNUSED_RESULT;
@@ -2218,7 +2218,7 @@ SWIFT_CLASS_NAMED("Site")
@property (nonatomic, readonly, copy) NSString * _Nullable projectAccentTextColor;
@property (nonatomic, readonly, copy) NSString * _Nullable projectLogoURL;
@property (nonatomic, readonly, strong) FlyBuyGeofence * _Nullable geofence;
-@property (nonatomic, readonly, strong) NSNumber * _Nullable wrongSiteArrivalRadius;
+@property (nonatomic, readonly, strong) NSNumber * _Nonnull wrongSiteArrivalRadius;
@property (nonatomic, readonly, copy) NSString * _Nullable operationalStatus;
/// Gets the location of the site.
- (CLLocation * _Nullable)location SWIFT_WARN_UNUSED_RESULT;
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 c6f47a1..e16b981 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 86b82ac..cb5cd21 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
@@ -124,7 +124,7 @@ extension FlyBuy._AnyEncodable {
@objc final public let projectAccentTextColor: Swift.String?
@objc final public let projectLogoURL: Swift.String?
@objc final public let geofence: FlyBuy.Geofence?
- @objc public var wrongSiteArrivalRadius: Foundation.NSNumber? {
+ @objc public var wrongSiteArrivalRadius: Foundation.NSNumber {
@objc get
}
@objc final public let operationalStatus: Swift.String?
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 10e2d97..31cf61a 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
@@ -124,7 +124,7 @@ extension FlyBuy._AnyEncodable {
@objc final public let projectAccentTextColor: Swift.String?
@objc final public let projectLogoURL: Swift.String?
@objc final public let geofence: FlyBuy.Geofence?
- @objc public var wrongSiteArrivalRadius: Foundation.NSNumber? {
+ @objc public var wrongSiteArrivalRadius: Foundation.NSNumber {
@objc get
}
@objc final public let operationalStatus: Swift.String?
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 e69bf81..0bc6f9b 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
- /rZiJI0sEHOMSkcW2REQY6SRWC0=
+ oEBbk9RTrFaPOPg4zsJioEhQSCA=
Headers/FlyBuy.h
@@ -14,7 +14,7 @@
Info.plist
- r+gI0FhK/UeBGL53fo656KDod4o=
+ hqgFbmS6gAvA7weuJjClixkyz60=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftdoc
@@ -22,11 +22,11 @@
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- Lzy3FCK1wz5QmFmz0PP29y0Of3c=
+ 77vj3ndZAtqATuaPCa++RxIukv4=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- QZrDTi4Z+KZczf+7wQVo50Td/rA=
+ kR2Wxn/S2EgsjAjcV5W8Q9byyEs=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -34,11 +34,11 @@
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- DS7RbgZY3UKCGndaMU1AOM018d0=
+ 7O9Pkt5yIJG92/9leVVAiQl/d+I=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- /aK+RCt6eyVNhk5J56+7OIZHqnw=
+ tgA5Uy7dd1DMZSIZckYx5xbitIs=
Modules/module.modulemap
@@ -51,7 +51,7 @@
hash2
- 0MOzZJ+KhxIcy+GHwTAHL1zp02veoT5fruYRQwX4Itw=
+ SvCnxibH6mJNSHcbU4R01IB5dOnHHtXzvbPI87IgCWU=
Headers/FlyBuy.h
@@ -72,14 +72,14 @@
hash2
- hTMKrVQYI4EPZVbs4euOEAt5tWaCQkItSkcC/tBRc9s=
+ cTNdAdF+oFnGhf8SQVWC4YvSqM2Pc3TFqdh767wLNyw=
Modules/FlyBuy.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- U8yoVSCFTeYxy8TWuhLWRo4T2Px/vnm7QUaaMgBJhys=
+ LtoSZxyOBvswntD4nKILnXx74/b/SYDN0oJbVtitieQ=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -93,14 +93,14 @@
hash2
- dxHlc3OyNY4FvDN1SA3SnGzjorYRhLcU5JSbLKmbCgc=
+ 6ORv00sKCxko+sGR7qHnvNAkIDhjK8qEm/6pthA+XTc=
Modules/FlyBuy.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- NIQ2Be9OWct4Y/xJRPBXME4zGZJ2UfgKaTKr3Rr85gM=
+ pn1NAncNU3mYstCvcInNdyUABwY0/tgqQhFfsAWWAM4=
Modules/module.modulemap
diff --git a/FlyBuyNotify.xcframework/Info.plist b/FlyBuyNotify.xcframework/Info.plist
index 6aa1ad1..303291d 100644
--- a/FlyBuyNotify.xcframework/Info.plist
+++ b/FlyBuyNotify.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
FlyBuyNotify.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyNotify.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/FlyBuyNotify b/FlyBuyNotify.xcframework/ios-arm64/FlyBuyNotify.framework/FlyBuyNotify
index 2964e05..cc843a8 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 204665c..d3bb03f 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 8a0fe12..285040f 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 f6f2444..e8b5c74 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 dc0cf22..70b116e 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
- TnRDTZoPuKgJ2F+ojbho6zN8D84=
+ Sss9YkrZQiqZGL9hggrEH4zjs3o=
Modules/FlyBuyNotify.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyPickup.xcframework/Info.plist b/FlyBuyPickup.xcframework/Info.plist
index 52bfa9b..44992ad 100644
--- a/FlyBuyPickup.xcframework/Info.plist
+++ b/FlyBuyPickup.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
FlyBuyPickup.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
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 7746047..0668a98 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 f6f2c85..c35f1ef 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 bd51017..99a8223 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 99e6255..ba3416f 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 0bd6727..d587062 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
- QPTCA22VbJkVVbTAeY+ddV+f4CM=
+ tjDZC/YvcnS2gonUEp+4MH7SWYU=
Modules/FlyBuyPickup.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence b/FlyBuyPresence.xcframework/ios-arm64/FlyBuyPresence.framework/FlyBuyPresence
index 1728ed4..2e65e44 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 4f90daf..9f7ace0 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 87fb8df..e16b52a 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 42629fb..dd50f79 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 8eed255..fcf7850 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
- A1b0pjKPBYUyycGxlrQewnokKmg=
+ iQ9lnZhTT/AhvjWdXvBmwYLyhMg=
Modules/FlyBuyPresence.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/FlyBuyTableside.xcframework/Info.plist b/FlyBuyTableside.xcframework/Info.plist
index e730333..3d8ad9e 100644
--- a/FlyBuyTableside.xcframework/Info.plist
+++ b/FlyBuyTableside.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
FlyBuyTableside.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
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 4cb06b4..556040c 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 0515a97..ee46221 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 60841f9..dd8c5c4 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 c004f7d..2f7e66e 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 b08eabe..8406f53 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
- tXmKaNjQ5rgGN97gpATlSiIM/8o=
+ DzuFqC8qmqEk7GIAZHAKS8uLl+M=
Modules/FlyBuyTableside.swiftmodule/arm64-apple-ios-simulator.swiftdoc