From c9ec4ff8d040bfbda2ee16ccae58928d217393bf Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Mon, 11 May 2026 18:24:33 +1000 Subject: [PATCH] UID2-7042 Bump SPM minimum platform to iOS 13 / tvOS 13 PrebidMobile 3.3.1 (pulled in via PR #80) requires .iOS(.v13), but Package.swift still declared .iOS(.v12). SPM enforces platform minimums across the dependency graph, so adding the UID2Prebid product to any target deployed below iOS 13 fails to resolve. Bump the package minimums to .iOS(.v13) and .tvOS(.v13) and drop the now-stale comment about supporting iOS 12 integration. Fixes #87 --- Package.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 0e32e24..35d61b9 100644 --- a/Package.swift +++ b/Package.swift @@ -6,11 +6,9 @@ import PackageDescription let package = Package( name: "UID2", defaultLocalization: "en", - // NB: The UID2 framework code only runs on iOS 13 & tvOS 13, however this allows - // integration in apps supporting iOS 12. platforms: [ - .iOS(.v12), - .tvOS(.v12) + .iOS(.v13), + .tvOS(.v13) ], products: [ .library(