From 619eb22116a6981c4e4b866d04bfccf598e32e68 Mon Sep 17 00:00:00 2001 From: Vitalii Pavlenko Date: Thu, 30 May 2024 12:31:41 +0200 Subject: [PATCH] release 6.1.2 --- CriteoPublisherSdk.podspec | 2 +- CriteoPublisherSdk/Sources/Public/CRConstants.h | 2 +- .../Tests/IntegrationTests/CRInterstitialDelegateTests.m | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CriteoPublisherSdk.podspec b/CriteoPublisherSdk.podspec index a4ce7228..0c13f2cf 100644 --- a/CriteoPublisherSdk.podspec +++ b/CriteoPublisherSdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CriteoPublisherSdk" - spec.version = "6.1.2-rc1" + spec.version = "6.1.2" spec.summary = "Criteo Publisher SDK for iOS" spec.description = <<-DESC diff --git a/CriteoPublisherSdk/Sources/Public/CRConstants.h b/CriteoPublisherSdk/Sources/Public/CRConstants.h index f38768b7..e0dc0e39 100644 --- a/CriteoPublisherSdk/Sources/Public/CRConstants.h +++ b/CriteoPublisherSdk/Sources/Public/CRConstants.h @@ -20,7 +20,7 @@ #ifndef CRConstants_h #define CRConstants_h -#define CRITEO_PUBLISHER_SDK_VERSION @"6.1.2-rc1" +#define CRITEO_PUBLISHER_SDK_VERSION @"6.1.2" #define CRITEO_DEFAULT_REQUEST_TIMEOUT_IN_SECONDS 60 #define CRITEO_DEFAULT_BID_TTL_IN_SECONDS 15 * 60 diff --git a/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m b/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m index 7f19408a..39b33c9d 100644 --- a/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m +++ b/CriteoPublisherSdk/Tests/IntegrationTests/CRInterstitialDelegateTests.m @@ -739,7 +739,6 @@ - (void)testInterstitialDidLoadForValidBid { dependencyProvider.displaySizeInjector = displaySizeInjector; WKWebView *mockWebView = OCMClassMock([WKWebView class]); - UIView *mockView = OCMClassMock([UIView class]); CR_InterstitialViewController *interstitialVC = [[CR_InterstitialViewController alloc] initWithWebView:mockWebView view:nil interstitial:nil]; CRInterstitialAdUnit *adUnit1 = [[CRInterstitialAdUnit alloc] initWithAdUnitId:@"Yo"];