Skip to content

Commit

Permalink
release 6.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-pavlenko committed Jun 12, 2024
1 parent ef4f9a7 commit ceb9af2
Show file tree
Hide file tree
Showing 29 changed files with 101 additions and 737 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Criteo Publisher SDK Changelog
--------------------------------------------------------------------------------
## Version [6.2.0]

### Features
- Updated Google-Mobile-Ads-SDK to v11
- Bumped min iOS version to iOS 13
- Update AdViewer dependencies

--------------------------------------------------------------------------------
## Version [6.1.2]

Expand Down
66 changes: 17 additions & 49 deletions CriteoAdViewer/CriteoAdViewer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -36,10 +36,7 @@
7DE88E5B248FA35B00F15D74 /* AdTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DE88E5A248FA35B00F15D74 /* AdTableViewController.swift */; };
A828E839293F7803006AD697 /* GAMAdViewBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A828E838293F7803006AD697 /* GAMAdViewBuilder.swift */; };
A828E83B293F7849006AD697 /* InterstitialView+ads.swift in Sources */ = {isa = PBXBuildFile; fileRef = A828E83A293F7849006AD697 /* InterstitialView+ads.swift */; };
A828E845293F7978006AD697 /* CRBannerCustomEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A828E83D293F7978006AD697 /* CRBannerCustomEvent.m */; };
A828E846293F7978006AD697 /* CRGoogleMediationParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = A828E83E293F7978006AD697 /* CRGoogleMediationParameters.m */; };
A828E847293F7978006AD697 /* CRCustomEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A828E842293F7978006AD697 /* CRCustomEvent.m */; };
A828E848293F7978006AD697 /* CRInterstitialCustomEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A828E844293F7978006AD697 /* CRInterstitialCustomEvent.m */; };
DBDC5D192C122BBA003BFC1D /* CriteoGoogleAdapter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBDC5D182C122BBA003BFC1D /* CriteoGoogleAdapter.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -52,19 +49,6 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
54CAF8C6232C05B10050D8D9 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
02AF9A62F91F0010DBFC28A3 /* Pods-CriteoAdViewer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CriteoAdViewer.debug.xcconfig"; path = "Target Support Files/Pods-CriteoAdViewer/Pods-CriteoAdViewer.debug.xcconfig"; sourceTree = "<group>"; };
198CD1615965A5E039286CB4 /* AdFormat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdFormat.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -114,14 +98,7 @@
7DE88E5A248FA35B00F15D74 /* AdTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdTableViewController.swift; sourceTree = "<group>"; };
A828E838293F7803006AD697 /* GAMAdViewBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GAMAdViewBuilder.swift; sourceTree = "<group>"; };
A828E83A293F7849006AD697 /* InterstitialView+ads.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "InterstitialView+ads.swift"; sourceTree = "<group>"; };
A828E83D293F7978006AD697 /* CRBannerCustomEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CRBannerCustomEvent.m; sourceTree = "<group>"; };
A828E83E293F7978006AD697 /* CRGoogleMediationParameters.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CRGoogleMediationParameters.m; sourceTree = "<group>"; };
A828E83F293F7978006AD697 /* CRCustomEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CRCustomEvent.h; sourceTree = "<group>"; };
A828E840293F7978006AD697 /* CRInterstitialCustomEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CRInterstitialCustomEvent.h; sourceTree = "<group>"; };
A828E841293F7978006AD697 /* CRBannerCustomEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CRBannerCustomEvent.h; sourceTree = "<group>"; };
A828E842293F7978006AD697 /* CRCustomEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CRCustomEvent.m; sourceTree = "<group>"; };
A828E843293F7978006AD697 /* CRGoogleMediationParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CRGoogleMediationParameters.h; sourceTree = "<group>"; };
A828E844293F7978006AD697 /* CRInterstitialCustomEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CRInterstitialCustomEvent.m; sourceTree = "<group>"; };
DBDC5D182C122BBA003BFC1D /* CriteoGoogleAdapter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CriteoGoogleAdapter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -130,6 +107,7 @@
buildActionMask = 2147483647;
files = (
7DC4A1D523EC73A20027DB5E /* CriteoPublisherSdk.framework in Frameworks */,
DBDC5D192C122BBA003BFC1D /* CriteoGoogleAdapter.framework in Frameworks */,
1BA1F5FDF6FEA87C9F2FAC25 /* libPods-CriteoAdViewer.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -170,6 +148,7 @@
4077EBA5218BC48300C41E68 /* Products */,
AEB379A3E47D7093DEBA6DA1 /* Frameworks */,
A2CF8BAD22F57242F276594C /* Pods */,
DBF3D2302C18386100521898 /* Recovered References */,
);
sourceTree = "<group>";
};
Expand All @@ -185,7 +164,6 @@
4077EBA6218BC48300C41E68 /* Sources */ = {
isa = PBXGroup;
children = (
A828E83C293F7978006AD697 /* CriteoGoogleAdapter */,
462A60712417DB1C00E36D33 /* AdViewer */,
7D03F10623F1949900CB5D8B /* NativeAd */,
54B579122369CE09004DF616 /* Common */,
Expand Down Expand Up @@ -295,21 +273,6 @@
path = ../Pods;
sourceTree = "<group>";
};
A828E83C293F7978006AD697 /* CriteoGoogleAdapter */ = {
isa = PBXGroup;
children = (
A828E83D293F7978006AD697 /* CRBannerCustomEvent.m */,
A828E83E293F7978006AD697 /* CRGoogleMediationParameters.m */,
A828E83F293F7978006AD697 /* CRCustomEvent.h */,
A828E840293F7978006AD697 /* CRInterstitialCustomEvent.h */,
A828E841293F7978006AD697 /* CRBannerCustomEvent.h */,
A828E842293F7978006AD697 /* CRCustomEvent.m */,
A828E843293F7978006AD697 /* CRGoogleMediationParameters.h */,
A828E844293F7978006AD697 /* CRInterstitialCustomEvent.m */,
);
path = CriteoGoogleAdapter;
sourceTree = "<group>";
};
AEB379A3E47D7093DEBA6DA1 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand All @@ -319,6 +282,14 @@
path = Frameworks;
sourceTree = "<group>";
};
DBF3D2302C18386100521898 /* Recovered References */ = {
isa = PBXGroup;
children = (
DBDC5D182C122BBA003BFC1D /* CriteoGoogleAdapter.framework */,
);
name = "Recovered References";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -330,7 +301,6 @@
4077EBA0218BC48300C41E68 /* Sources */,
4077EBA1218BC48300C41E68 /* Frameworks */,
4077EBA2218BC48300C41E68 /* Resources */,
54CAF8C6232C05B10050D8D9 /* Embed Frameworks */,
06439DA2052675F0102C4A26 /* [CP] Copy Pods Resources */,
);
buildRules = (
Expand Down Expand Up @@ -466,20 +436,16 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A828E848293F7978006AD697 /* CRInterstitialCustomEvent.m in Sources */,
A828E846293F7978006AD697 /* CRGoogleMediationParameters.m in Sources */,
467A28E924168A1B00CEF5C7 /* EventLogEntry.m in Sources */,
4687264E240E9D7E0090489E /* LogTableViewController.swift in Sources */,
46151AB2240EC74100D514BE /* LogEntryViewController.swift in Sources */,
46151AB8240FC10F00D514BE /* ResponseLogEntry.m in Sources */,
A828E847293F7978006AD697 /* CRCustomEvent.m in Sources */,
46151AB5240FB8A500D514BE /* RequestLogEntry.m in Sources */,
A828E83B293F7849006AD697 /* InterstitialView+ads.swift in Sources */,
A828E839293F7803006AD697 /* GAMAdViewBuilder.swift in Sources */,
462A60662417A6C100E36D33 /* GoogleDFPLogger.m in Sources */,
462A60762417E56900E36D33 /* AdViewBuilder.swift in Sources */,
46872655240EA31B0090489E /* LogManager.m in Sources */,
A828E845293F7978006AD697 /* CRBannerCustomEvent.m in Sources */,
462A60732417DB5000E36D33 /* AdViewerViewController.swift in Sources */,
46505306256FE544007D9CE7 /* AppDelegate.swift in Sources */,
198CD402321085699A33FEF8 /* StandaloneLogger.m in Sources */,
Expand Down Expand Up @@ -585,7 +551,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -639,7 +605,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -669,6 +635,7 @@
"$(PROJECT_DIR)/**",
);
INFOPLIST_FILE = Sources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -709,6 +676,7 @@
"$(PROJECT_DIR)/**",
);
INFOPLIST_FILE = Sources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
5 changes: 2 additions & 3 deletions CriteoAdViewer/Podfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
platform :ios, '10.0'
platform :ios, '13.0'

workspace 'CriteoAdViewer'

target 'CriteoAdViewer' do
project 'CriteoAdViewer'

pod 'CriteoPublisherSdk', '~> 4.3.0-rc1'
pod 'CriteoPublisherSdk', '~> 6.1.2'
# pod 'CriteoPublisherSdk', :git => 'https://github.com/criteo/ios-publisher-sdk.git' #, :branch => ''
pod 'mopub-ios-sdk/Core'
pod 'Google-Mobile-Ads-SDK'
pod 'Eureka'
end
Expand Down
71 changes: 17 additions & 54 deletions CriteoAdViewer/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,72 +1,35 @@
PODS:
- CriteoPublisherSdk (4.3.0-rc1):
- CriteoPublisherSdk/Sdk (= 4.3.0-rc1)
- CriteoPublisherSdk/Sdk (4.3.0-rc1)
- CriteoMRAID (1.0.1)
- CriteoPublisherSdk (6.1.2):
- CriteoMRAID (~> 1.0.1)
- CriteoPublisherSdk/Sdk (= 6.1.2)
- CriteoPublisherSdk/Sdk (6.1.2):
- CriteoMRAID (~> 1.0.1)
- Eureka (5.3.2)
- Google-Mobile-Ads-SDK (8.1.0):
- GoogleAppMeasurement (~> 7.0)
- GoogleUserMessagingPlatform (~> 1.1)
- GoogleAppMeasurement (7.7.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
- GoogleUtilities/MethodSwizzler (~> 7.0)
- GoogleUtilities/Network (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- nanopb (~> 2.30907.0)
- GoogleUserMessagingPlatform (1.4.0)
- GoogleUtilities/AppDelegateSwizzler (7.2.2):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.2.2):
- PromisesObjC (~> 1.2)
- GoogleUtilities/Logger (7.2.2):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (7.2.2):
- GoogleUtilities/Logger
- GoogleUtilities/Network (7.2.2):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.2.2)"
- GoogleUtilities/Reachability (7.2.2):
- GoogleUtilities/Logger
- mopub-ios-sdk/Core (5.16.1)
- nanopb (2.30907.0):
- nanopb/decode (= 2.30907.0)
- nanopb/encode (= 2.30907.0)
- nanopb/decode (2.30907.0)
- nanopb/encode (2.30907.0)
- PromisesObjC (1.2.12)
- Google-Mobile-Ads-SDK (11.5.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleUserMessagingPlatform (2.4.0)

DEPENDENCIES:
- CriteoPublisherSdk (~> 4.3.0-rc1)
- CriteoPublisherSdk (~> 6.1.2)
- Eureka
- Google-Mobile-Ads-SDK
- mopub-ios-sdk/Core

SPEC REPOS:
trunk:
- CriteoMRAID
- CriteoPublisherSdk
- Eureka
- Google-Mobile-Ads-SDK
- GoogleAppMeasurement
- GoogleUserMessagingPlatform
- GoogleUtilities
- mopub-ios-sdk
- nanopb
- PromisesObjC

SPEC CHECKSUMS:
CriteoPublisherSdk: a41d7f9fa916e47d6308f427f67dcc26a27fd844
CriteoMRAID: a037bee17b929a8bede8a07279e01a269cd85210
CriteoPublisherSdk: 710001048da8bde09116fc9812c879d4cdfcd480
Eureka: 1c2b8b5892bfb0e972d0fe05f8c09fd89f8625ec
Google-Mobile-Ads-SDK: efb7fb74595668fbbe680f0d1c06f9a8ff694c7c
GoogleAppMeasurement: 0c3b134b2c0a90c4c24833873894bfe0e42a0384
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43
mopub-ios-sdk: d207b434e6aef9c2f57423512e5eda1edf82930f
nanopb: 59221d7f958fb711001e6a449489542d92ae113e
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
Google-Mobile-Ads-SDK: 7db2098033ad3bfcd72a11e7503b49700a93029e
GoogleUserMessagingPlatform: f131fa7978d2ba88d7426702b057c2cc318e6595

PODFILE CHECKSUM: 2658a507d07fe992aa9ac24759a37553d5e74c1a
PODFILE CHECKSUM: 12a302b23b5f4259f745dda32753c8951d5f0ed2

COCOAPODS: 1.10.1
COCOAPODS: 1.15.2
27 changes: 0 additions & 27 deletions CriteoAdViewer/Sources/CriteoGoogleAdapter/CRBannerCustomEvent.h

This file was deleted.

Loading

0 comments on commit ceb9af2

Please sign in to comment.