We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2cbc7 commit 41920e1Copy full SHA for 41920e1
2 files changed
Helpers/TheoSPM/theoplayer-sdk-apple/Package.swift
@@ -5,8 +5,8 @@ import PackageDescription
5
let package = Package(
6
name: "THEOplayerSDK",
7
platforms: [
8
- .iOS(.v13),
9
- .tvOS(.v13)
+ .iOS(.v15),
+ .tvOS(.v15)
10
],
11
products: [
12
.library(name: "THEOplayerSDK", targets: ["TheoSdkWithDependencies"]),
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
name: "THEOplayer-Connector",
- platforms: [ .iOS(.v13), .tvOS(.v13) ],
+ platforms: [ .iOS(.v15), .tvOS(.v15) ],
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(name: "THEOplayerConnectorConviva", targets: ["THEOplayerConnectorConviva"]),
0 commit comments