diff --git a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/Info.plist b/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/Info.plist deleted file mode 100644 index b30fc98..0000000 Binary files a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/Info.plist and /dev/null differ diff --git a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/_CodeSignature/CodeResources b/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/_CodeSignature/CodeResources deleted file mode 100644 index a1c2844..0000000 --- a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/_CodeSignature/CodeResources +++ /dev/null @@ -1,135 +0,0 @@ - - - - - files - - Info.plist - - cKTRWla39CzqS8bQ9UvEst4+qNw= - - PrivacyInfo.xcprivacy - - 3e50rdSHj+JBgN8PbUDfMi5CB+w= - - omsdk-v1.js - - E7MaMysIYUJIR1I6oEdA8pZyRuA= - - synccoreBluestack.js - - Cj+ZoAR/savNNd49CqzNC9yem2Q= - - - files2 - - PrivacyInfo.xcprivacy - - hash2 - - 8+9lcDNZlefxJSAhlMwL1DuzLEkTjtwes9FYxa8bY8A= - - - omsdk-v1.js - - hash2 - - +eokvE4izsT4Wmq6lRBaQkhS0u3hALJiYPGijPAIzNU= - - - synccoreBluestack.js - - hash2 - - /dHx+ZqhZ0h0JFGUjI/q1tOayBBwAdWQuc1H/mslwKo= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/PrivacyInfo.xcprivacy b/BlueStackSDKWrapper/Resources/PrivacyInfo.xcprivacy similarity index 100% rename from BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/PrivacyInfo.xcprivacy rename to BlueStackSDKWrapper/Resources/PrivacyInfo.xcprivacy diff --git a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/omsdk-v1.js b/BlueStackSDKWrapper/Resources/omsdk-v1.js similarity index 100% rename from BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/omsdk-v1.js rename to BlueStackSDKWrapper/Resources/omsdk-v1.js diff --git a/BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/synccoreBluestack.js b/BlueStackSDKWrapper/Resources/synccoreBluestack.js similarity index 100% rename from BlueStackSDKWrapper/Resources/BlueStackSDKResources.bundle/synccoreBluestack.js rename to BlueStackSDKWrapper/Resources/synccoreBluestack.js diff --git a/Package.swift b/Package.swift index 6a318e9..6febc07 100644 --- a/Package.swift +++ b/Package.swift @@ -128,7 +128,11 @@ let package = Package( ], path: "BlueStackSDKWrapper", exclude: ["../BlueStack-SDK.podspec", "../README.md"], - resources: [.process("Resources/BlueStackSDKResources.bundle")], + resources: [ + .process("Resources/omsdk-v1.js"), + .process("Resources/synccoreBluestack.js"), + .process("Resources/PrivacyInfo.xcprivacy") + ], linkerSettings: [ .linkedFramework("AVFoundation"), .linkedFramework("Accelerate"),