Skip to content

Commit 80aef83

Browse files
authored
Fix typo in unsupported error (#22)
Bump version to 1.0.2 ready for release.
1 parent 01dfd42 commit 80aef83

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Sources/UID2IMAPlugin/EUIDIMASecureSignalsAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extension EUIDIMASecureSignalsAdapter: IMASecureSignalsAdapter {
2727
let version = IMAVersion()
2828
version.majorVersion = 1
2929
version.minorVersion = 0
30-
version.patchVersion = 1
30+
version.patchVersion = 2
3131
return version
3232
}
3333

Sources/UID2IMAPlugin/OperatingSystemSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let isOperatingSystemSupported = ProcessInfo.processInfo.isOperatingSystemAtLeas
1111
)
1212

1313
/// Adapter called on an unsupported operating system version i.e. lower than UID2's deployment target.
14-
@objc(UID2GMAOperatingSystemUnsupported)
14+
@objc(UID2IMAOperatingSystemUnsupported)
1515
public final class OperatingSystemUnsupportedError: NSError, @unchecked Sendable {
1616

1717
convenience init() {

Sources/UID2IMAPlugin/UID2IMASecureSignalsAdapter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extension UID2IMASecureSignalsAdapter: IMASecureSignalsAdapter {
3030
let version = IMAVersion()
3131
version.majorVersion = 1
3232
version.minorVersion = 0
33-
version.patchVersion = 1
33+
version.patchVersion = 2
3434
return version
3535
}
3636

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": "1.0.1",
6+
"version": "1.0.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": "v1.0.1"
12+
"tag": "v1.0.2"
1313
},
1414
"platforms": {
1515
"ios": "12.0"

0 commit comments

Comments
 (0)