Skip to content

Commit 8eb627a

Browse files
Merge branch 'googleads:main' into main
2 parents 338107d + 64a8833 commit 8eb627a

14 files changed

Lines changed: 40 additions & 28 deletions

File tree

adapters/Bigo/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## BIGO Ads iOS Mediation Adapter Changelog
22

3-
#### Version 5.3.0.0 (In progress)
3+
#### [Version 5.3.0.0](https://dl.google.com/googleadmobadssdk/mediation/ios/bigo/BigoAdapter-5.3.0.0.zip)
4+
- Verified compatibility with BIGO Ads SDK version 5.3.0.
5+
6+
Built and tested with:
7+
- Google Mobile Ads SDK version 13.6.0.
8+
- BIGO Ads SDK version 5.3.0.
49

510
#### [Version 5.2.1.0](https://dl.google.com/googleadmobadssdk/mediation/ios/bigo/BigoAdapter-5.2.1.0.zip)
611
- Verified compatibility with BIGO Ads SDK version 5.2.1.

adapters/Chartboost/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Chartboost iOS Mediation Adapter Changelog
22

3-
#### Next version
3+
#### Version 9.13.0.0 (In progress)
44
- Adapter now automatically forwards GDPR consent found inside `IABTCF_AddtlConsent` to the Chartboost SDK if GDPR applies.
55
- Update the minimum iOS version to relax Google Mobile Ads SDK dependency to allow minor versions.
66

adapters/Chartboost/ChartboostAdapter/GADMAdapterChartboostConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import <Foundation/Foundation.h>
1616

1717
/// Chartboost mediation network adapter version.
18-
static NSString *const GADMAdapterChartboostVersion = @"9.12.0.1";
18+
static NSString *const GADMAdapterChartboostVersion = @"9.13.0.0";
1919

2020
/// Chartboost App ID.
2121
static NSString *const GADMAdapterChartboostAppID = @"appId";

adapters/Chartboost/CocoaPods/GoogleMobileAdsMediationChartboost.podspec.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GoogleMobileAdsMediationChartboost",
3-
"version": "9.12.0.1",
3+
"version": "9.13.0.0",
44
"summary": "Chartboost adapter used for mediation with the Google Mobile Ads SDK",
55
"description": "The Google Mobile Ads SDK is the latest generation in Google mobile advertising featuring refined ad formats and streamlined APIs for access to mobile ad networks and advertising solutions. Google Mobile Ads Mediation helps maximize your fill rate and increase your monetization by sending ad requests to multiple networks to ensure you find the best available network to serve ads. This adapter enables you to use Google Mobile Ads Mediation to request ads from the Chartboost ad network.",
66
"homepage": "https://developers.google.com/admob/ios/mediation/chartboost",
@@ -13,22 +13,22 @@
1313
"ios": "13.0"
1414
},
1515
"vendored_frameworks": [
16-
"ChartboostAdapter-9.12.0.1/ChartboostAdapter.xcframework"
16+
"ChartboostAdapter-9.13.0.0/ChartboostAdapter.xcframework"
1717
],
1818
"dependencies": {
19-
"ChartboostSDK": "9.12.0",
19+
"ChartboostSDK": "9.13.0",
2020
"Google-Mobile-Ads-SDK": "~> 13.3"
2121
},
2222
"pod_target_xcconfig": {
2323
"VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64",
2424
"VALID_ARCHS[sdk=iphoneos*]": "arm64"
2525
},
2626
"preserve_paths": [
27-
"ChartboostAdapter-9.12.0.1/README.md"
27+
"ChartboostAdapter-9.13.0.0/README.md"
2828
],
2929
"requires_arc": true,
3030
"source": {
31-
"http": "https://dl.google.com/googleadmobadssdk/mediation/ios/chartboost/ChartboostAdapter-9.12.0.1.zip"
31+
"http": "https://dl.google.com/googleadmobadssdk/mediation/ios/chartboost/ChartboostAdapter-9.13.0.0.zip"
3232
},
3333
"static_framework": true,
3434
"swift_versions": "5.0",

adapters/Chartboost/Configuration/Adapter.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ MIN_OS_MINOR_VERSION_64_BIT = 0
2626
IPHONEOS_DEPLOYMENT_TARGET = $(MIN_OS_MAJOR_VERSION).$(MIN_OS_MINOR_VERSION)
2727
IPHONEOS_DEPLOYMENT_TARGET[arch=arm64] = $(MIN_OS_MAJOR_VERSION_64_BIT).$(MIN_OS_MINOR_VERSION_64_BIT)
2828
IPHONEOS_DEPLOYMENT_TARGET[arch=x86_64] = $(MIN_OS_MAJOR_VERSION_64_BIT).$(MIN_OS_MINOR_VERSION_64_BIT)
29-
CURRENT_PROJECT_VERSION = 91201
30-
MARKETING_VERSION = 9.12.0
29+
CURRENT_PROJECT_VERSION = 91300
30+
MARKETING_VERSION = 9.13.0
3131
MODULE_MAP_PATH = $(SRCROOT)/Public
3232
FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*] = $(inherited) "$(SRCROOT)/Drop_Framework_And_Headers/iphoneos/**"
3333
FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*] = $(inherited) "$(SRCROOT)/Drop_Framework_And_Headers/iphonesimulator/**"

adapters/InMobi/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## InMobi iOS Mediation Adapter Changelog
22

3-
#### Next Version
3+
#### Version 11.4.0.0 (In progress)
44
- Update the minimum iOS version to relax Google Mobile Ads SDK dependency to allow minor versions.
55

66
#### [Version 11.3.0.0](https://dl.google.com/googleadmobadssdk/mediation/ios/inmobi/InMobiAdapter-11.3.0.0.zip)

adapters/InMobi/CocoaPods/GoogleMobileAdsMediationInMobi.podspec.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GoogleMobileAdsMediationInMobi",
3-
"version": "11.3.0.0",
3+
"version": "11.4.0.0",
44
"summary": "InMobi adapter used for mediation with the Google Mobile Ads SDK",
55
"description": "The Google Mobile Ads SDK is the latest generation in Google mobile advertising featuring refined ad formats and streamlined APIs for access to mobile ad networks and advertising solutions. Google Mobile Ads Mediation helps maximize your fill rate and increase your monetization by sending ad requests to multiple networks to ensure you find the best available network to serve ads. This adapter enables you to use Google Mobile Ads Mediation to request ads from the InMobi.",
66
"homepage": "https://developers.google.com/admob/ios/mediation/inmobi",
@@ -13,22 +13,22 @@
1313
"ios": "13.0"
1414
},
1515
"vendored_frameworks": [
16-
"InMobiAdapter-11.3.0.0/InMobiAdapter.xcframework"
16+
"InMobiAdapter-11.4.0.0/InMobiAdapter.xcframework"
1717
],
1818
"dependencies": {
19-
"InMobiSDK": "11.3.0",
19+
"InMobiSDK": "11.4.0",
2020
"Google-Mobile-Ads-SDK": "~> 13.3"
2121
},
2222
"pod_target_xcconfig": {
2323
"VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64",
2424
"VALID_ARCHS[sdk=iphoneos*]": "arm64"
2525
},
2626
"preserve_paths": [
27-
"InMobiAdapter-11.3.0.0/README.md"
27+
"InMobiAdapter-11.4.0.0/README.md"
2828
],
2929
"requires_arc": true,
3030
"source": {
31-
"http": "https://dl.google.com/googleadmobadssdk/mediation/ios/inmobi/InMobiAdapter-11.3.0.0.zip"
31+
"http": "https://dl.google.com/googleadmobadssdk/mediation/ios/inmobi/InMobiAdapter-11.4.0.0.zip"
3232
},
3333
"static_framework": true,
3434
"swift_versions": "5.0",

adapters/InMobi/Configuration/Adapter.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ MIN_OS_MINOR_VERSION_64_BIT = 0
2626
IPHONEOS_DEPLOYMENT_TARGET = $(MIN_OS_MAJOR_VERSION).$(MIN_OS_MINOR_VERSION)
2727
IPHONEOS_DEPLOYMENT_TARGET[arch=arm64] = $(MIN_OS_MAJOR_VERSION_64_BIT).$(MIN_OS_MINOR_VERSION_64_BIT)
2828
IPHONEOS_DEPLOYMENT_TARGET[arch=x86_64] = $(MIN_OS_MAJOR_VERSION_64_BIT).$(MIN_OS_MINOR_VERSION_64_BIT)
29-
CURRENT_PROJECT_VERSION = 11300
30-
MARKETING_VERSION = 11.3.0
29+
CURRENT_PROJECT_VERSION = 11400
30+
MARKETING_VERSION = 11.4.0
3131
MODULE_MAP_PATH = $(SRCROOT)/Public
3232
FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*] = $(inherited) "$(SRCROOT)/Drop_Framework_And_Headers/iphoneos/**"
3333
FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator*] = $(inherited) "$(SRCROOT)/Drop_Framework_And_Headers/iphonesimulator/**"

adapters/InMobi/InMobiAdapter/GADMAdapterInMobiConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import <Foundation/Foundation.h>
1616

1717
/// Adapter version string.
18-
static NSString *const GADMAdapterInMobiVersion = @"11.3.0.0";
18+
static NSString *const GADMAdapterInMobiVersion = @"11.4.0.0";
1919

2020
/// InMobi SDK key.
2121
static NSString *const GADMAdapterInMobiAccountID = @"accountid";

adapters/IronSource/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## IronSource iOS Mediation Adapter Changelog
22

3-
#### Version 9.5.0.0.0 (In progress)
3+
#### [Version 9.5.0.0.0](https://dl.google.com/googleadmobadssdk/mediation/ios/ironsource/IronSourceAdapter-9.5.0.0.0.zip)
4+
- Verified compatibility with IronSource SDK version 9.5.0.0.
5+
6+
Built and tested with:
7+
- Google Mobile Ads SDK version 13.6.0.
8+
- IronSource SDK version 9.5.0.0.
49

510
#### [Version 9.4.2.0.0](https://dl.google.com/googleadmobadssdk/mediation/ios/ironsource/IronSourceAdapter-9.4.2.0.0.zip)
611
- Verified compatibility with IronSource SDK version 9.4.2.0.

0 commit comments

Comments
 (0)