diff --git a/Binary/GoogleMobileAds.xcframework/Info.plist b/Binary/GoogleMobileAds.xcframework/Info.plist index 628b885..e0d7949 100644 --- a/Binary/GoogleMobileAds.xcframework/Info.plist +++ b/Binary/GoogleMobileAds.xcframework/Info.plist @@ -6,31 +6,31 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64_armv7 LibraryPath GoogleMobileAds.framework SupportedArchitectures arm64 - x86_64 + armv7 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64_armv7 + ios-arm64_x86_64-simulator LibraryPath GoogleMobileAds.framework SupportedArchitectures arm64 - armv7 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/GoogleMobileAds b/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/GoogleMobileAds index 1d0734c..5d6e7d4 100644 Binary files a/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/GoogleMobileAds and b/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/GoogleMobileAds differ diff --git a/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h b/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h index 9ecc41d..87f447e 100644 --- a/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h +++ b/Binary/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h @@ -46,4 +46,9 @@ /// Tells the delegate that the ad dismissed full screen content. - (void)adDidDismissFullScreenContent:(nonnull id)ad; +#pragma mark - Unavailable + +/// Unsupported. Delegates should implement adWillPresentFullScreenContent: instead. +- (void)adDidPresentFullScreenContent:(nonnull id)ad NS_UNAVAILABLE; + @end diff --git a/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds b/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds index f526f7a..8c9940c 100644 Binary files a/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds and b/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds differ diff --git a/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h b/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h index 9ecc41d..87f447e 100644 --- a/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h +++ b/Binary/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h @@ -46,4 +46,9 @@ /// Tells the delegate that the ad dismissed full screen content. - (void)adDidDismissFullScreenContent:(nonnull id)ad; +#pragma mark - Unavailable + +/// Unsupported. Delegates should implement adWillPresentFullScreenContent: instead. +- (void)adDidPresentFullScreenContent:(nonnull id)ad NS_UNAVAILABLE; + @end