Skip to content

Commit 54b8ce4

Browse files
authored
Prefix error symbol for Objective-C (#15)
1 parent cbf6dd4 commit 54b8ce4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sources/UID2IMAPlugin/AdvertisingTokenNotFoundError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

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

1414
convenience init() {

Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension UID2IMASecureSignalsAdapter: IMASecureSignalsAdapter {
2626
let version = IMAVersion()
2727
version.majorVersion = 0
2828
version.minorVersion = 3
29-
version.patchVersion = 1
29+
version.patchVersion = 2
3030
return version
3131
}
3232

UID2IMAPlugin.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"summary": "A plugin for integrating UID2 and Google IMA 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": "[email protected]"
99
},
1010
"source": {
1111
"git": "https://github.com/IABTechLab/uid2-ios-plugin-google-ima.git",
12-
"tag": "v0.3.1"
12+
"tag": "v0.3.2"
1313
},
1414
"platforms": {
1515
"ios": "13.0"

0 commit comments

Comments
 (0)