Skip to content

Commit

Permalink
release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-pavlenko committed May 31, 2024
1 parent 9dd3082 commit 619eb22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CriteoPublisherSdk.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/Sources/Public/CRConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit 619eb22

Please sign in to comment.