Skip to content

Commit 2629783

Browse files
authored
Prefix error symbol for Objective-C (#15)
1 parent bb1c661 commit 2629783

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
import Foundation
99

10-
/// Advertising Token Not Found for IMA Adapter
11-
@objc(AdvertisingTokenNotFoundError)
10+
/// Advertising Token Not Found for GMA Adapter
11+
@objc(UID2GMAAdvertisingTokenNotFoundError)
1212
public class AdvertisingTokenNotFoundError: NSError {
1313

1414
convenience init() {

Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extension UID2GMAMediationAdapter: GADRTBAdapter {
4242
var version = GADVersionNumber()
4343
version.majorVersion = 0
4444
version.minorVersion = 3
45-
version.patchVersion = 1
45+
version.patchVersion = 2
4646
return version
4747
}
4848

UID2GMAPlugin.podspec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"summary": "A plugin for integrating UID2 and Google GMA into iOS applications.",
44
"homepage": "https://unifiedid.com/",
55
"license": "Apache License, Version 2.0",
6-
"version": "0.3.1",
6+
"version": "0.3.2",
77
"authors": {
88
"David Snabel-Caunt": "dave.snabel-caunt@thetradedesk.com"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git",
12-
"tag": "v0.3.1"
12+
"tag": "v0.3.2"
1313
},
1414
"platforms": {
1515
"ios": "13.0"

0 commit comments

Comments
 (0)