From d9da3cf54ed3e1614841471481931283ba2609f1 Mon Sep 17 00:00:00 2001 From: Dave Snabel-Caunt Date: Fri, 7 Jun 2024 15:41:25 +0100 Subject: [PATCH] Prefix error symbol for Objective-C --- Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift | 4 ++-- Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift | 2 +- UID2GMAPlugin.podspec.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift b/Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift index 9911c9a..e25d79c 100644 --- a/Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift +++ b/Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift @@ -7,8 +7,8 @@ import Foundation -/// Advertising Token Not Found for IMA Adapter -@objc(AdvertisingTokenNotFoundError) +/// Advertising Token Not Found for GMA Adapter +@objc(UID2GMAAdvertisingTokenNotFoundError) public class AdvertisingTokenNotFoundError: NSError { convenience init() { diff --git a/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift b/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift index 72390cf..f426612 100644 --- a/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift +++ b/Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift @@ -42,7 +42,7 @@ extension UID2GMAMediationAdapter: GADRTBAdapter { var version = GADVersionNumber() version.majorVersion = 0 version.minorVersion = 3 - version.patchVersion = 1 + version.patchVersion = 2 return version } diff --git a/UID2GMAPlugin.podspec.json b/UID2GMAPlugin.podspec.json index da97647..6485fed 100644 --- a/UID2GMAPlugin.podspec.json +++ b/UID2GMAPlugin.podspec.json @@ -3,13 +3,13 @@ "summary": "A plugin for integrating UID2 and Google GMA into iOS applications.", "homepage": "https://unifiedid.com/", "license": "Apache License, Version 2.0", - "version": "0.3.1", + "version": "0.3.2", "authors": { "David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com" }, "source": { "git": "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git", - "tag": "v0.3.1" + "tag": "v0.3.2" }, "platforms": { "ios": "13.0"