Skip to content

Commit 41920e1

Browse files
committed
bump spm ios ver
1 parent 7f2cbc7 commit 41920e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Helpers/TheoSPM/theoplayer-sdk-apple/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import PackageDescription
55
let package = Package(
66
name: "THEOplayerSDK",
77
platforms: [
8-
.iOS(.v13),
9-
.tvOS(.v13)
8+
.iOS(.v15),
9+
.tvOS(.v15)
1010
],
1111
products: [
1212
.library(name: "THEOplayerSDK", targets: ["TheoSdkWithDependencies"]),

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "THEOplayer-Connector",
8-
platforms: [ .iOS(.v13), .tvOS(.v13) ],
8+
platforms: [ .iOS(.v15), .tvOS(.v15) ],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
1111
.library(name: "THEOplayerConnectorConviva", targets: ["THEOplayerConnectorConviva"]),

0 commit comments

Comments
 (0)