Skip to content

Commit

Permalink
SPM: binaryTarget has no dependencies setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wei-b-wu-rakuten committed Sep 28, 2022
1 parent ad6fd94 commit f6c2c60
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ let package = Package(
.library(
name: "RUNABanner",
targets: [
"Core",
"Banner",
]
),
.library(
name: "RUNAOMAdapter",
targets: [
"Core",
"Banner",
"OMAdapter",
"OMSDK",
]
),
],
Expand All @@ -31,18 +35,11 @@ let package = Package(
name: "Banner",
url: "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/RUNABanner/RUNABanner_iOS_1.9.2.xcframework.zip",
checksum : "386b76dec8fd0d49a8ae7704809d88aa049f3859caaf02acd9581f19dec73d1d",
dependencies: [
"Core"
]
),
.binaryTarget(
name: "OMAdapter",
url: "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/RUNAOMAdapter/RUNAOMAdapter_iOS_1.0.8.xcframework.zip",
checksum : "458affe2462cc833f072f69616f1f2faf8b8139f959d959196429fd83fd9790d",
dependencies: [
"Banner",
"OMSDK",
]
),
.binaryTarget(
name: "OMSDK",
Expand Down

0 comments on commit f6c2c60

Please sign in to comment.