Skip to content

Commit 4972735

Browse files
committed
Update Package.swift for mega-package v7.2.15
1 parent 466bb7e commit 4972735

1 file changed

Lines changed: 68 additions & 9 deletions

File tree

Package.swift

Lines changed: 68 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,82 @@
11
// swift-tools-version:5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
3-
// https://developer.apple.com/documentation/xcode/creating_a_standalone_swift_package_with_xcode?language=objc
3+
//
4+
// This file is generated by bin/scripts/megapackage/publish-megapackage.sh.
5+
// Do not edit by hand — edit the template at bin/scripts/megapackage/Package.swift.template
6+
// in the videocloud_agave repository instead.
47

58
import PackageDescription
69

7-
let BrightcovePlayerSDK = Package(
8-
name: "Brightcove Player SDK",
10+
let package = Package(
11+
name: "BrightcovePlayerSDK",
912
platforms: [
10-
.iOS(.v12), .tvOS(.v12)
13+
.iOS(.v14), .tvOS(.v15)
1114
],
1215
products: [
1316
.library(
1417
name: "BrightcovePlayerSDK",
15-
targets: ["BrightcovePlayerSDK"])
18+
targets: ["BrightcovePlayerSDK"]),
19+
.library(
20+
name: "BrightcoveIMA",
21+
targets: ["BrightcovePlayerSDK", "BrightcoveIMA"]),
22+
.library(
23+
name: "BrightcoveDAI",
24+
targets: ["BrightcovePlayerSDK", "BrightcoveDAI"]),
25+
.library(
26+
name: "BrightcoveFW",
27+
targets: ["BrightcovePlayerSDK", "BrightcoveFW"]),
28+
.library(
29+
name: "BrightcoveGoogleCast",
30+
targets: ["BrightcovePlayerSDK", "BrightcoveGoogleCast"]),
31+
.library(
32+
name: "BrightcoveAMC",
33+
targets: ["BrightcovePlayerSDK", "BrightcoveAMC"]),
34+
.library(
35+
name: "BrightcovePulse",
36+
targets: ["BrightcovePlayerSDK", "BrightcovePulse"]),
37+
.library(
38+
name: "BrightcoveSSAI",
39+
targets: ["BrightcovePlayerSDK", "BrightcoveSSAI"]),
40+
.library(
41+
name: "OMSDK_Brightcove",
42+
targets: ["OMSDK_Brightcove"])
1643
],
1744
targets: [
1845
.binaryTarget(
19-
name: "BrightcovePlayerSDK",
20-
path: "xcframework/BrightcovePlayerSDK.xcframework"
21-
)
46+
name: "BrightcovePlayerSDK",
47+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcovePlayerSDK.xcframework.zip",
48+
checksum: "f16f13f703612af3dd6899d8aab017a2ed077b59865e29426ab6097c74f9209f"),
49+
.binaryTarget(
50+
name: "BrightcoveIMA",
51+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcoveIMA.xcframework.zip",
52+
checksum: "cf23ad9a410726e88b6218b2e1d6c53956895b8869f11b185a13554ec5129be1"),
53+
.binaryTarget(
54+
name: "BrightcoveDAI",
55+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcoveDAI.xcframework.zip",
56+
checksum: "9a9d826f6f4a8c4fad5ef7a267f83e46dfff63741fe575414b6cf05c59655e37"),
57+
.binaryTarget(
58+
name: "BrightcoveFW",
59+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcoveFW.xcframework.zip",
60+
checksum: "66d8f334b36417bc524d7b63fc269e55591e3f49841b429d2b28865f0520927e"),
61+
.binaryTarget(
62+
name: "BrightcoveGoogleCast",
63+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcoveGoogleCast.xcframework.zip",
64+
checksum: "784c1aa3a327a0103260f380e4446ea95ea7847437264b4a90bdf4859d360768"),
65+
.binaryTarget(
66+
name: "BrightcoveAMC",
67+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcoveAMC.xcframework.zip",
68+
checksum: "741c00adc8c4a14ebaccab2d712155f94b23720ece5e618bde57ece0c2c33c03"),
69+
.binaryTarget(
70+
name: "BrightcovePulse",
71+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcovePulse.xcframework.zip",
72+
checksum: "dec60574cb0b5d135a27b2495dc408159375a33cc494d5ff8b8baa9c92c50030"),
73+
.binaryTarget(
74+
name: "BrightcoveSSAI",
75+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/BrightcoveSSAI.xcframework.zip",
76+
checksum: "b88cc4520d7096a8b0968dbf60c0d27fad3af5cae8023cd827008c40c17a4dc2"),
77+
.binaryTarget(
78+
name: "OMSDK_Brightcove",
79+
url: "https://github.com/brightcove/brightcove-player-sdk-ios/releases/download/v7.2.15/OMSDK_Brightcove.xcframework.zip",
80+
checksum: "7df08f02dc298a8bda68d2f5d54d0c64c51ebff0dc1c5e5bbd7bf4f867306697")
2281
]
23-
)
82+
)

0 commit comments

Comments
 (0)