Skip to content

Commit

Permalink
binaryTarget name must be as same as xcframework name
Browse files Browse the repository at this point in the history
  • Loading branch information
wei-b-wu-rakuten committed Sep 28, 2022
1 parent 5911ccc commit 9f413e7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@ let package = Package(
.library(
name: "RUNABanner",
targets: [
"Core",
"Banner",
"RUNACore",
"RUNABanner",
]
),
.library(
name: "RUNAOMAdapter",
targets: [
"Core",
"Banner",
"OMAdapter",
"OMSDK",
"RUNACore",
"RUNABanner",
"RUNAOMAdapter",
"OMSDK_Rakuten",
]
),
],
dependencies: [],
targets: [
.binaryTarget(
name: "Core",
name: "RUNACore",
url: "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/RUNACore/RUNACore_iOS_1.4.6.xcframework.zip",
checksum : "a5aae671af5dd526e1ab4cdb4a8bfd411ed38c831b1b67657f90f4cb9000272a"
),
.binaryTarget(
name: "Banner",
name: "RUNABanner",
url: "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/RUNABanner/RUNABanner_iOS_1.9.2.xcframework.zip",
checksum : "386b76dec8fd0d49a8ae7704809d88aa049f3859caaf02acd9581f19dec73d1d"
),
.binaryTarget(
name: "OMAdapter",
name: "RUNAOMAdapter",
url: "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/RUNAOMAdapter/RUNAOMAdapter_iOS_1.0.8.xcframework.zip",
checksum : "458affe2462cc833f072f69616f1f2faf8b8139f959d959196429fd83fd9790d"
),
.binaryTarget(
name: "OMSDK",
name: "OMSDK_Rakuten",
url: "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/RUNAOMSDK/RUNAOMSDK_iOS_1.3.31.xcframework.zip",
checksum : "9f5e075651c1c254f6016dd9bc2e8d8e45d6ba2843f8d4c4299e6de6446b31ed"
),
Expand Down

0 comments on commit 9f413e7

Please sign in to comment.