diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ea0749..f4039088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Removed + +- Dropped support for iOS/tvOS 13 & 14. + ## [10.8.0.1] - 2026-01-20 ### Fixed diff --git a/Code/Comscore-Examples/Cocoapod/ComscoreReporter.xcodeproj/project.pbxproj b/Code/Comscore-Examples/Cocoapod/ComscoreReporter.xcodeproj/project.pbxproj index cb88f062..bc1d0f3c 100644 --- a/Code/Comscore-Examples/Cocoapod/ComscoreReporter.xcodeproj/project.pbxproj +++ b/Code/Comscore-Examples/Cocoapod/ComscoreReporter.xcodeproj/project.pbxproj @@ -310,7 +310,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -364,7 +364,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -390,7 +390,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -420,7 +420,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/Code/Comscore-Examples/Cocoapod/Podfile b/Code/Comscore-Examples/Cocoapod/Podfile index 136d7a24..b5643259 100644 --- a/Code/Comscore-Examples/Cocoapod/Podfile +++ b/Code/Comscore-Examples/Cocoapod/Podfile @@ -1,4 +1,4 @@ -platform :ios, '13.0' +platform :ios, '15.0' target 'ComscoreReporter' do # Use the ComscoreConnector that is locally defined in the parent directory diff --git a/Code/Conviva-Examples/Cocoapod/ConvivaReporter.xcodeproj/project.pbxproj b/Code/Conviva-Examples/Cocoapod/ConvivaReporter.xcodeproj/project.pbxproj index 0c788234..651fd132 100644 --- a/Code/Conviva-Examples/Cocoapod/ConvivaReporter.xcodeproj/project.pbxproj +++ b/Code/Conviva-Examples/Cocoapod/ConvivaReporter.xcodeproj/project.pbxproj @@ -311,7 +311,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -365,7 +365,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Code/Conviva-Examples/Cocoapod/Podfile b/Code/Conviva-Examples/Cocoapod/Podfile index a0aab688..e6224eca 100644 --- a/Code/Conviva-Examples/Cocoapod/Podfile +++ b/Code/Conviva-Examples/Cocoapod/Podfile @@ -1,4 +1,4 @@ -platform :ios, '13.0' +platform :ios, '15.0' source 'https://cdn.cocoapods.org/' diff --git a/Code/Conviva-Examples/SPM/ConvivaReporter.xcodeproj/project.pbxproj b/Code/Conviva-Examples/SPM/ConvivaReporter.xcodeproj/project.pbxproj index 7f9459ef..15c78c96 100644 --- a/Code/Conviva-Examples/SPM/ConvivaReporter.xcodeproj/project.pbxproj +++ b/Code/Conviva-Examples/SPM/ConvivaReporter.xcodeproj/project.pbxproj @@ -243,7 +243,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -297,7 +297,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Code/Sideloaded-TextTracks-Examples/Cocoapod/Podfile b/Code/Sideloaded-TextTracks-Examples/Cocoapod/Podfile index 4675e25d..6cf2f97e 100644 --- a/Code/Sideloaded-TextTracks-Examples/Cocoapod/Podfile +++ b/Code/Sideloaded-TextTracks-Examples/Cocoapod/Podfile @@ -1,4 +1,4 @@ -platform :ios, '13.0' +platform :ios, '15.0' target 'SideloadedTextTracksExample' do # Use the ComscoreConnector that is locally defined in the parent directory diff --git a/Code/Sideloaded-TextTracks-Examples/Cocoapod/SideloadedTextTracksExample.xcodeproj/project.pbxproj b/Code/Sideloaded-TextTracks-Examples/Cocoapod/SideloadedTextTracksExample.xcodeproj/project.pbxproj index 7c01a2f0..828933e2 100644 --- a/Code/Sideloaded-TextTracks-Examples/Cocoapod/SideloadedTextTracksExample.xcodeproj/project.pbxproj +++ b/Code/Sideloaded-TextTracks-Examples/Cocoapod/SideloadedTextTracksExample.xcodeproj/project.pbxproj @@ -288,7 +288,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -342,7 +342,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -368,7 +368,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -398,7 +398,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = Main; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/Code/Uplynk-Examples/Cocoapod/Podfile b/Code/Uplynk-Examples/Cocoapod/Podfile index 36440b54..e5346538 100644 --- a/Code/Uplynk-Examples/Cocoapod/Podfile +++ b/Code/Uplynk-Examples/Cocoapod/Podfile @@ -1,4 +1,4 @@ -platform :ios, '13.0' +platform :ios, '15.0' target 'UplynkExample' do # Use the ComscoreConnector that is locally defined in the parent directory diff --git a/THEOplayer-Connector-Comscore.podspec b/THEOplayer-Connector-Comscore.podspec index 530506e7..1fb86247 100644 --- a/THEOplayer-Connector-Comscore.podspec +++ b/THEOplayer-Connector-Comscore.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.source_files = 'Code/Comscore/Source/**/*' diff --git a/THEOplayer-Connector-Conviva.podspec b/THEOplayer-Connector-Conviva.podspec index 9e697bff..2cf0f00c 100644 --- a/THEOplayer-Connector-Conviva.podspec +++ b/THEOplayer-Connector-Conviva.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.static_framework = true s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7'] diff --git a/THEOplayer-Connector-Nielsen.podspec b/THEOplayer-Connector-Nielsen.podspec index 635e3290..4436c640 100644 --- a/THEOplayer-Connector-Nielsen.podspec +++ b/THEOplayer-Connector-Nielsen.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.source_files = 'Code/Nielsen/Source/**/*' diff --git a/THEOplayer-Connector-SideloadedSubtitle.podspec b/THEOplayer-Connector-SideloadedSubtitle.podspec index 06daa043..a7ce810b 100644 --- a/THEOplayer-Connector-SideloadedSubtitle.podspec +++ b/THEOplayer-Connector-SideloadedSubtitle.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.source_files = 'Code/Sideloaded-TextTracks/Sources/THEOplayerConnectorSideloadedSubtitle/**/*' diff --git a/THEOplayer-Connector-Uplynk.podspec b/THEOplayer-Connector-Uplynk.podspec index dc7ba9c8..6d251b70 100644 --- a/THEOplayer-Connector-Uplynk.podspec +++ b/THEOplayer-Connector-Uplynk.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.source_files = 'Code/Uplynk/Source/**/*' diff --git a/THEOplayer-Connector-Utilities.podspec b/THEOplayer-Connector-Utilities.podspec index 46544ac0..e1d698c1 100644 --- a/THEOplayer-Connector-Utilities.podspec +++ b/THEOplayer-Connector-Utilities.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.source_files = 'Code/Utilities/Source/**/*' diff --git a/THEOplayer-Connector-Yospace.podspec b/THEOplayer-Connector-Yospace.podspec index 475f0cd0..135ab818 100644 --- a/THEOplayer-Connector-Yospace.podspec +++ b/THEOplayer-Connector-Yospace.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.author = "THEO technologies" s.source = { :git => 'https://github.com/THEOplayer/iOS-Connector.git', :tag => s.version.to_s } - s.platforms = { :ios => "13.0", :tvos => "13.0" } + s.platforms = { :ios => "15.0", :tvos => "15.0" } s.source_files = 'Code/Yospace/Source/**/*'