Skip to content

Commit 9b0f2ff

Browse files
authored
Fix resource bundle name conflict (#17)
Bump version to 0.3.3 ready to release
1 parent 209225e commit 9b0f2ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 = 2
45+
version.patchVersion = 3
4646
return version
4747
}
4848

UID2GMAPlugin.podspec.json

+3-3
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.2",
6+
"version": "0.3.3",
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.2"
12+
"tag": "v0.3.3"
1313
},
1414
"platforms": {
1515
"ios": "13.0"
@@ -20,7 +20,7 @@
2020
"frameworks": "Foundation",
2121
"static_framework": true,
2222
"resource_bundles": {
23-
"UID2": ["Sources/UID2GMAPlugin/PrivacyInfo.xcprivacy"]
23+
"UID2GMAPlugin": ["Sources/UID2GMAPlugin/PrivacyInfo.xcprivacy"]
2424
},
2525
"source_files": [
2626
"Sources/UID2GMAPlugin/**/*"

0 commit comments

Comments
 (0)