Skip to content

Commit

Permalink
Support GMA SDK 10.6.0 (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria authored Jun 2, 2023
1 parent 120ce1d commit 2cd3323
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class PrebidAdMobMediationBaseAdapter: NSObject, GADMediationAdapter {

// Added for tests
static func latestTestedGMAVersion() -> GADVersionNumber {
return GADVersionNumber(majorVersion: 10, minorVersion: 5, patchVersion: 0)
return GADVersionNumber(majorVersion: 10, minorVersion: 6, patchVersion: 0)
}

required public override init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class GAMUtils: NSObject {

// Added for tests
static func latestTestedGMAVersion() -> GADVersionNumber {
return GADVersionNumber(majorVersion: 10, minorVersion: 5, patchVersion: 0)
return GADVersionNumber(majorVersion: 10, minorVersion: 6, patchVersion: 0)
}

// MARK: Private Methods
Expand Down
6 changes: 3 additions & 3 deletions InternalTestApp/InternalTestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InternalTestApp-Skadn/Pods-InternalTestApp-Skadn-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.10.1/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand All @@ -1308,7 +1308,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InternalTestApp/Pods-InternalTestApp-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.10.1/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down Expand Up @@ -1446,7 +1446,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InternalTestAppTests/Pods-InternalTestAppTests-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.10.1/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down
20 changes: 10 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- Alamofire (4.9.1)
- AppLovinSDK (11.9.0)
- AppLovinSDK (11.10.1)
- Eureka (5.4.0)
- Google-Mobile-Ads-SDK (10.5.0):
- Google-Mobile-Ads-SDK (10.6.0):
- GoogleAppMeasurement (< 11.0, >= 7.0)
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleAds-IMA-iOS-SDK (3.19.2)
- GoogleAppMeasurement (10.9.0):
- GoogleAppMeasurement/AdIdSupport (= 10.9.0)
- GoogleAppMeasurement (10.10.0):
- GoogleAppMeasurement/AdIdSupport (= 10.10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (10.9.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.9.0)
- GoogleAppMeasurement/AdIdSupport (10.10.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (10.9.0):
- GoogleAppMeasurement/WithoutAdIdSupport (10.10.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
Expand Down Expand Up @@ -79,11 +79,11 @@ SPEC REPOS:

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
AppLovinSDK: 2022f21e5b713b2c04bb7c2f10bde0f2dea89f11
AppLovinSDK: a76e8ec3d34fb172c7a32c15efe6805e070c918a
Eureka: fadaa9fa3d6e402d3c60f78f24edf3d7bafc9c29
Google-Mobile-Ads-SDK: d4846d2d9bfe840ad7444078b5f9f565032bd4c2
Google-Mobile-Ads-SDK: 07599a44221fb3f00d111d5c2f4e27549f8dbf21
GoogleAds-IMA-iOS-SDK: 0e817c05ab26f1b9285c80f4a75e1350a916d50b
GoogleAppMeasurement: 373bcbead1bb6a85be7a64d5d8f96284b762ea9c
GoogleAppMeasurement: bbbfd4bcb2b40ae9b772c3b0823a58c1e3d618f9
GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile/AdUnits/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Utils: NSObject {
public static let shared = Utils()

var latestTestedGMAVersion: (Int, Int, Int) {
(10, 5, 0)
(10, 6, 0)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tools/PrebidValidator/Dr.Prebid.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Dr.Prebid/Pods-Dr.Prebid-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.10.1/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down

0 comments on commit 2cd3323

Please sign in to comment.