Skip to content

Commit

Permalink
Resource file structure updated
Browse files Browse the repository at this point in the history
  • Loading branch information
torongo-azerion committed Feb 29, 2024
1 parent 61bd408 commit 31b928e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 136 deletions.
Binary file not shown.

This file was deleted.

File renamed without changes.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 31b928e

Please sign in to comment.