From 1e5242aa56dd1c52c537335ee56d7127d09b24de Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:19:08 +0800 Subject: [PATCH] 提交版本 4.7.0 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap index 0d52857..8292e5e 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap @@ -17,6 +17,7 @@ link framework "CoreVideo" link framework "Foundation" link framework "JavaScriptCore" + link framework "MarketplaceKit" link framework "MediaPlayer" link framework "MessageUI" link framework "MobileCoreServices" @@ -32,6 +33,7 @@ header "GADAdChoicesPosition.h" header "GADAdChoicesView.h" header "GADAdFormat.h" + header "GADAdLoader+ServerToServer.h" header "GADAdLoader.h" header "GADAdLoaderAdTypes.h" header "GADAdLoaderDelegate.h" @@ -60,7 +62,6 @@ header "GADCustomNativeAdDelegate.h" header "GADDebugOptionsViewController.h" header "GADDisplayAdMeasurement.h" - header "GADDynamicHeightSearchRequest.h" header "GADExtras.h" header "GADFullScreenContentDelegate.h" header "GADInitializationStatus.h" @@ -92,7 +93,6 @@ header "GADResponseInfo.h" header "GADRewardedAd.h" header "GADRewardedInterstitialAd.h" - header "GADSearchBannerView.h" header "GADServerSideVerificationOptions.h" header "GADVideoController.h" header "GADVideoControllerDelegate.h" @@ -123,4 +123,12 @@ header "QueryInfo/GADRequest+AdString.h" header "RTBMediation/GADRTBAdapter.h" header "RTBMediation/GADRTBRequestParameters.h" + header "Request/GADAppOpenSignalRequest.h" + header "Request/GADBannerSignalRequest.h" + header "Request/GADInterstitialSignalRequest.h" + header "Request/GADNativeSignalRequest.h" + header "Request/GADRewardedInterstitialSignalRequest.h" + header "Request/GADRewardedSignalRequest.h" + header "Request/GADSignal.h" + header "Request/GADSignalRequest.h" } -- Gitblit v1.8.0