Skip to content

Commit b7a4754

Browse files
committed
Added individual data to complete SPM compatibility.
PiperOrigin-RevId: 795711280
1 parent e9f9bc6 commit b7a4754

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Package.swift

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,28 @@ let package = Package(
2222
products: [
2323
.library(
2424
name: "UnityAdapterTarget",
25-
targets: ["UnityAdapterTarget"]
25+
targets: ["UnityAdapterTarget", "UnityAds"]
2626
)
2727
],
2828
targets: [
2929
.target(
3030
name: "UnityAdapterTarget",
3131
dependencies: [
32-
.target(name: "Adapter"),
32+
.target(name: "UnityAdapter"),
3333
],
3434
path: "UnityAdapterTarget"
3535
),
3636
.binaryTarget(
37-
name: "Adapter",
37+
name: "UnityAdapter",
3838
url:
3939
"https://dl.google.com/googleadmobadssdk/mediation/ios/unity/UnityAdapter-4.16.0.0.zip",
40-
checksum: ""
40+
checksum: "f3f5bdc4b15a10c7a3f859a14dff86c0551e55bff388839deb184d4dd986e2b9"
41+
),
42+
.binaryTarget(
43+
name: "UnityAds",
44+
url:
45+
"https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.16.0/UnityAds.zip",
46+
checksum: "60538a0a7d7b4467a4d4bd302154e99a56f95fb680801da63da6395be92c92cf"
4147
),
4248
]
4349
)

0 commit comments

Comments
 (0)