Skip to content

Commit 50d4fa1

Browse files
authored
Merge pull request #112 from THEOplayer/maintenance/set-min-ios-ver-15
Maintenance/set min ios ver 15
2 parents 9aaeb65 + 8555d27 commit 50d4fa1

File tree

18 files changed

+30
-26
lines changed

18 files changed

+30
-26
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Removed
11+
12+
- Dropped support for iOS/tvOS 13 & 14.
13+
1014
## [10.14.0] - 2026-04-09
1115

1216
### Added

Code/Comscore-Examples/Cocoapod/ComscoreReporter.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
311311
GCC_WARN_UNUSED_FUNCTION = YES;
312312
GCC_WARN_UNUSED_VARIABLE = YES;
313-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
313+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
314314
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
315315
MTL_FAST_MATH = YES;
316316
ONLY_ACTIVE_ARCH = YES;
@@ -364,7 +364,7 @@
364364
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
365365
GCC_WARN_UNUSED_FUNCTION = YES;
366366
GCC_WARN_UNUSED_VARIABLE = YES;
367-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
367+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
368368
MTL_ENABLE_DEBUG_INFO = NO;
369369
MTL_FAST_MATH = YES;
370370
SDKROOT = iphoneos;
@@ -390,7 +390,7 @@
390390
INFOPLIST_KEY_UIMainStoryboardFile = Main;
391391
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
392392
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
393-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
393+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
394394
LD_RUNPATH_SEARCH_PATHS = (
395395
"$(inherited)",
396396
"@executable_path/Frameworks",
@@ -420,7 +420,7 @@
420420
INFOPLIST_KEY_UIMainStoryboardFile = Main;
421421
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
422422
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
423-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
423+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
424424
LD_RUNPATH_SEARCH_PATHS = (
425425
"$(inherited)",
426426
"@executable_path/Frameworks",

Code/Comscore-Examples/Cocoapod/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '13.0'
1+
platform :ios, '15.0'
22

33
target 'ComscoreReporter' do
44
# Use the ComscoreConnector that is locally defined in the parent directory

Code/Conviva-Examples/Cocoapod/ConvivaReporter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
312312
GCC_WARN_UNUSED_FUNCTION = YES;
313313
GCC_WARN_UNUSED_VARIABLE = YES;
314-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
314+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
315315
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
316316
MTL_FAST_MATH = YES;
317317
ONLY_ACTIVE_ARCH = YES;
@@ -365,7 +365,7 @@
365365
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
366366
GCC_WARN_UNUSED_FUNCTION = YES;
367367
GCC_WARN_UNUSED_VARIABLE = YES;
368-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
368+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
369369
MTL_ENABLE_DEBUG_INFO = NO;
370370
MTL_FAST_MATH = YES;
371371
SDKROOT = iphoneos;

Code/Conviva-Examples/Cocoapod/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '13.0'
1+
platform :ios, '15.0'
22

33
source 'https://cdn.cocoapods.org/'
44

Code/Conviva-Examples/SPM/ConvivaReporter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
244244
GCC_WARN_UNUSED_FUNCTION = YES;
245245
GCC_WARN_UNUSED_VARIABLE = YES;
246-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
246+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
247247
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
248248
MTL_FAST_MATH = YES;
249249
ONLY_ACTIVE_ARCH = YES;
@@ -297,7 +297,7 @@
297297
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
298298
GCC_WARN_UNUSED_FUNCTION = YES;
299299
GCC_WARN_UNUSED_VARIABLE = YES;
300-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
300+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
301301
MTL_ENABLE_DEBUG_INFO = NO;
302302
MTL_FAST_MATH = YES;
303303
SDKROOT = iphoneos;

Code/Sideloaded-TextTracks-Examples/Cocoapod/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '13.0'
1+
platform :ios, '15.0'
22

33
target 'SideloadedTextTracksExample' do
44
# Use the ComscoreConnector that is locally defined in the parent directory

Code/Sideloaded-TextTracks-Examples/Cocoapod/SideloadedTextTracksExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
289289
GCC_WARN_UNUSED_FUNCTION = YES;
290290
GCC_WARN_UNUSED_VARIABLE = YES;
291-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
291+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
292292
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
293293
MTL_FAST_MATH = YES;
294294
ONLY_ACTIVE_ARCH = YES;
@@ -342,7 +342,7 @@
342342
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343343
GCC_WARN_UNUSED_FUNCTION = YES;
344344
GCC_WARN_UNUSED_VARIABLE = YES;
345-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
345+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
346346
MTL_ENABLE_DEBUG_INFO = NO;
347347
MTL_FAST_MATH = YES;
348348
SDKROOT = iphoneos;
@@ -368,7 +368,7 @@
368368
INFOPLIST_KEY_UIMainStoryboardFile = Main;
369369
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
370370
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
371-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
371+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
372372
LD_RUNPATH_SEARCH_PATHS = (
373373
"$(inherited)",
374374
"@executable_path/Frameworks",
@@ -398,7 +398,7 @@
398398
INFOPLIST_KEY_UIMainStoryboardFile = Main;
399399
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
400400
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
401-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
401+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
402402
LD_RUNPATH_SEARCH_PATHS = (
403403
"$(inherited)",
404404
"@executable_path/Frameworks",

Code/Uplynk-Examples/Cocoapod/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '13.0'
1+
platform :ios, '15.0'
22

33
target 'UplynkExample' do
44
# Use the ComscoreConnector that is locally defined in the parent directory

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"]),

0 commit comments

Comments
 (0)