From 4f6f87beaf66b2a397ac2382c233bd974b607b39 Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Thu, 28 May 2026 09:28:16 +1000 Subject: [PATCH] UID2-7198: bump minimum iOS deployment target from 12.0 to 15.0 GoogleInteractiveMediaAds requires iOS 15.0 minimum. Without this change, publishers consuming UID2IMAPlugin via SPM get a build error requiring their target to support iOS 15.0 or higher. Co-Authored-By: Claude Sonnet 4.6 --- Package.swift | 2 +- UID2IMAPlugin.podspec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 921f32d..c27f097 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "UID2IMAPlugin", defaultLocalization: "en", platforms: [ - .iOS(.v12) + .iOS(.v15) ], products: [ .library( diff --git a/UID2IMAPlugin.podspec.json b/UID2IMAPlugin.podspec.json index b42329a..25b061c 100644 --- a/UID2IMAPlugin.podspec.json +++ b/UID2IMAPlugin.podspec.json @@ -12,7 +12,7 @@ "tag": "v1.0.4" }, "platforms": { - "ios": "12.0" + "ios": "15.0" }, "swift_versions": [ "5"