Skip to content

Commit

Permalink
Prefix error symbol for Objective-C (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaunt authored Jun 7, 2024
1 parent bb1c661 commit 2629783
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Sources/UID2GMAPlugin/AdvertisingTokenNotFoundError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion Sources/UID2GMAPlugin/UID2GMAMediationAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extension UID2GMAMediationAdapter: GADRTBAdapter {
var version = GADVersionNumber()
version.majorVersion = 0
version.minorVersion = 3
version.patchVersion = 1
version.patchVersion = 2
return version
}

Expand Down
4 changes: 2 additions & 2 deletions UID2GMAPlugin.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
},
"source": {
"git": "https://github.com/IABTechLab/uid2-ios-plugin-google-gma.git",
"tag": "v0.3.1"
"tag": "v0.3.2"
},
"platforms": {
"ios": "13.0"
Expand Down

0 comments on commit 2629783

Please sign in to comment.