diff --git a/BlueStackSDK.xcframework/Info.plist b/BlueStackSDK.xcframework/Info.plist index 7767ed2..e7dede9 100644 --- a/BlueStackSDK.xcframework/Info.plist +++ b/BlueStackSDK.xcframework/Info.plist @@ -8,32 +8,32 @@ BinaryPath BlueStackSDK.framework/BlueStackSDK LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath BlueStackSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator BinaryPath BlueStackSDK.framework/BlueStackSDK LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath BlueStackSDK.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDK b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDK index 92b9d9c..bd5982e 100644 Binary files a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDK and b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDK differ diff --git a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeSignature b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeSignature index ce645df..ac18d9a 100644 Binary files a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeSignature and b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/BlueStackSDKResources.bundle/_CodeSignature/CodeSignature differ diff --git a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index 38f8c77..a81419e 100644 --- a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) // swift-module-flags: -target arm64-apple-ios12.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlueStackSDK +@_exported import BlueStackSDK import Swift import UIKit import WebKit diff --git a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.swiftinterface b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.swiftinterface index 38f8c77..a81419e 100644 --- a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) // swift-module-flags: -target arm64-apple-ios12.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlueStackSDK +@_exported import BlueStackSDK import Swift import UIKit import WebKit diff --git a/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/module.modulemap b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/module.modulemap new file mode 100644 index 0000000..ba33228 --- /dev/null +++ b/BlueStackSDK.xcframework/ios-arm64/BlueStackSDK.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module BlueStackSDK { + umbrella header "BlueStackSDK.h" + export * + + module * { export * } +} + +module BlueStackSDK.Swift { + header "BlueStackSDK-Swift.h" + requires objc +} diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/BlueStackSDK b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/BlueStackSDK index ea0c7bc..194a825 100644 Binary files a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/BlueStackSDK and b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/BlueStackSDK differ diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 12c1582..ffbe0a9 100644 --- a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) // swift-module-flags: -target arm64-apple-ios12.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlueStackSDK +@_exported import BlueStackSDK import Swift import UIKit import WebKit diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 12c1582..ffbe0a9 100644 --- a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) // swift-module-flags: -target arm64-apple-ios12.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlueStackSDK +@_exported import BlueStackSDK import Swift import UIKit import WebKit diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index cbf4f7b..d59f94e 100644 --- a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) // swift-module-flags: -target x86_64-apple-ios12.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlueStackSDK +@_exported import BlueStackSDK import Swift import UIKit import WebKit diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index cbf4f7b..d59f94e 100644 --- a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) // swift-module-flags: -target x86_64-apple-ios12.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlueStackSDK +@_exported import BlueStackSDK import Swift import UIKit import WebKit diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/module.modulemap b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/module.modulemap new file mode 100644 index 0000000..ba33228 --- /dev/null +++ b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module BlueStackSDK { + umbrella header "BlueStackSDK.h" + export * + + module * { export * } +} + +module BlueStackSDK.Swift { + header "BlueStackSDK-Swift.h" + requires objc +} diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeDirectory b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeDirectory index 3176292..efde3ca 100644 Binary files a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeDirectory and b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeDirectory differ diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeRequirements-1 b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeRequirements-1 index db093cd..6f8618c 100644 Binary files a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeRequirements-1 and b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeResources b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeResources index 98c7e17..05763e6 100644 --- a/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeResources +++ b/BlueStackSDK.xcframework/ios-arm64_x86_64-simulator/BlueStackSDK.framework/_CodeSignature/CodeResources @@ -126,7 +126,7 @@ Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - C/C6GUenRe/Z7WyzwXedxX2c8WU= + qEu5H+Hn4pVxUygOPCnJXz9K8DQ= Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -134,11 +134,11 @@ Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - C/C6GUenRe/Z7WyzwXedxX2c8WU= + qEu5H+Hn4pVxUygOPCnJXz9K8DQ= Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - TV4qLsk7tgoI+8vdFnAAdhW/TrE= + 2RVmeUjNdTeLrdGpP14sLXswMpA= Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -146,7 +146,7 @@ Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - CsAGxq9V+ORCYXTaHsirOvvEH70= + hOGvYbspwfIkV9CDoHPMnPkFotM= Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -154,11 +154,15 @@ Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - CsAGxq9V+ORCYXTaHsirOvvEH70= + hOGvYbspwfIkV9CDoHPMnPkFotM= Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - w0/IwoTX5VtdcodBr8NQ3igQjbA= + svymkuMJkAwL3lmMKXY2bQUP1oA= + + Modules/module.modulemap + + +MEPIKG+M5JOd39EpqK46WoKg+g= files2 @@ -486,11 +490,11 @@ hash - C/C6GUenRe/Z7WyzwXedxX2c8WU= + qEu5H+Hn4pVxUygOPCnJXz9K8DQ= hash2 - v299TwLHLwzQsys8P7usT6WJwqaPONfdRJLb8zkWkWM= + vK9Mz6hOIqev80g4t1/b7RRu8c5beb4TAI4SdXtpsaU= Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -508,22 +512,22 @@ hash - C/C6GUenRe/Z7WyzwXedxX2c8WU= + qEu5H+Hn4pVxUygOPCnJXz9K8DQ= hash2 - v299TwLHLwzQsys8P7usT6WJwqaPONfdRJLb8zkWkWM= + vK9Mz6hOIqev80g4t1/b7RRu8c5beb4TAI4SdXtpsaU= Modules/BlueStackSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash - TV4qLsk7tgoI+8vdFnAAdhW/TrE= + 2RVmeUjNdTeLrdGpP14sLXswMpA= hash2 - 8wXdh23jEtWfGrycC7BcWkWu0HvRDY9qdaTdKpSSt3E= + 0A2uQSHziIPGeWucj4sRRffXAyjofY0b5rLcPp6LrFA= Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -541,11 +545,11 @@ hash - CsAGxq9V+ORCYXTaHsirOvvEH70= + hOGvYbspwfIkV9CDoHPMnPkFotM= hash2 - AAu3j7l33dY1g9RiXDPeP4RsdeyeKpYlE88Nw8TkXt0= + TVw9Tgl3GUOIE7rDC8IDU7ECbh7yenVLnWZrGSbVmBg= Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -563,22 +567,33 @@ hash - CsAGxq9V+ORCYXTaHsirOvvEH70= + hOGvYbspwfIkV9CDoHPMnPkFotM= hash2 - AAu3j7l33dY1g9RiXDPeP4RsdeyeKpYlE88Nw8TkXt0= + TVw9Tgl3GUOIE7rDC8IDU7ECbh7yenVLnWZrGSbVmBg= Modules/BlueStackSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash - w0/IwoTX5VtdcodBr8NQ3igQjbA= + svymkuMJkAwL3lmMKXY2bQUP1oA= + + hash2 + + VboWdRKT/WOnZmntP4luE3FK4SsgFcjYitvcfs+ga4c= + + + Modules/module.modulemap + + hash + + +MEPIKG+M5JOd39EpqK46WoKg+g= hash2 - wBuPeEX2iGg5Nzv6E2vAOY+s/tBvgWizP2ySbtVHvq4= + WRQ5W7QHLkYTDLd1f/fdhrDELiwJfIBu6DpZ3meVV4M=