From 5c57c740c1a3a7acbb384dcf2557fd129fa7328c Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 16 Jul 2026 14:30:49 +0800 Subject: [PATCH] 提交版本 4.13.1 --- WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Modules/module.modulemap | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Modules/module.modulemap b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Modules/module.modulemap index 0d52857..398c701 100644 --- a/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Modules/module.modulemap +++ b/WAAdmobImpl/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/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" @@ -85,14 +86,12 @@ header "GADNativeAdViewAdOptions.h" header "GADNativeMuteThisAdLoaderOptions.h" header "GADPresentationError.h" - header "GADQueryInfo.h" header "GADRequest.h" header "GADRequestConfiguration.h" header "GADRequestError.h" header "GADResponseInfo.h" header "GADRewardedAd.h" header "GADRewardedInterstitialAd.h" - header "GADSearchBannerView.h" header "GADServerSideVerificationOptions.h" header "GADVideoController.h" header "GADVideoControllerDelegate.h" @@ -120,7 +119,14 @@ header "Mediation/GADMediationRewardedAd.h" header "Mediation/GADMediationServerConfiguration.h" header "Mediation/GADVersionNumber.h" - 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