Skip to content

Commit 6e865d0

Browse files
Merge pull request #53 from yandexmobile/release-2.18.0
Release 2.18.0
2 parents 0f1532f + 2193342 commit 6e865d0

File tree

34 files changed

+215
-81
lines changed

34 files changed

+215
-81
lines changed

Examples/ObjectiveC/AdMobBannerAdapterExample/AdMobBannerAdapterExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
283283
GCC_WARN_UNUSED_FUNCTION = YES;
284284
GCC_WARN_UNUSED_VARIABLE = YES;
285-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
285+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
286286
MTL_ENABLE_DEBUG_INFO = YES;
287287
ONLY_ACTIVE_ARCH = YES;
288288
SDKROOT = iphoneos;
@@ -331,7 +331,7 @@
331331
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
332332
GCC_WARN_UNUSED_FUNCTION = YES;
333333
GCC_WARN_UNUSED_VARIABLE = YES;
334-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
334+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
335335
MTL_ENABLE_DEBUG_INFO = NO;
336336
SDKROOT = iphoneos;
337337
TARGETED_DEVICE_FAMILY = "1,2";
@@ -352,7 +352,7 @@
352352
"\"${PODS_ROOT}/YandexMobileMetrica/static\"",
353353
);
354354
INFOPLIST_FILE = AdMobBannerAdapterExample/Info.plist;
355-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
355+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
356356
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
357357
LIBRARY_SEARCH_PATHS = "$(inherited)";
358358
OTHER_LDFLAGS = "$(inherited)";
@@ -374,7 +374,7 @@
374374
"\"${PODS_ROOT}/YandexMobileMetrica/static\"",
375375
);
376376
INFOPLIST_FILE = AdMobBannerAdapterExample/Info.plist;
377-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
377+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
378378
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
379379
LIBRARY_SEARCH_PATHS = "$(inherited)";
380380
OTHER_LDFLAGS = "$(inherited)";

Examples/ObjectiveC/AdMobBannerAdapterExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, :deployment_target => '8.0'
2+
platform :ios, :deployment_target => '9.0'
33

44
target 'AdMobBannerAdapterExample' do
55
pod 'YandexMobileAdsAdMobAdapters'

Examples/ObjectiveC/AdMobInterstitialAdapterExample/AdMobInterstitialAdapterExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
271271
GCC_WARN_UNUSED_FUNCTION = YES;
272272
GCC_WARN_UNUSED_VARIABLE = YES;
273-
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
273+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
274274
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
275275
MTL_FAST_MATH = YES;
276276
ONLY_ACTIVE_ARCH = YES;
@@ -323,7 +323,7 @@
323323
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
324324
GCC_WARN_UNUSED_FUNCTION = YES;
325325
GCC_WARN_UNUSED_VARIABLE = YES;
326-
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
326+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
327327
MTL_ENABLE_DEBUG_INFO = NO;
328328
MTL_FAST_MATH = YES;
329329
SDKROOT = iphoneos;
@@ -338,7 +338,7 @@
338338
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
339339
CODE_SIGN_STYLE = Automatic;
340340
INFOPLIST_FILE = AdMobInterstitialAdapterExample/Info.plist;
341-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
341+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
342342
LD_RUNPATH_SEARCH_PATHS = (
343343
"$(inherited)",
344344
"@executable_path/Frameworks",
@@ -356,7 +356,7 @@
356356
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
357357
CODE_SIGN_STYLE = Automatic;
358358
INFOPLIST_FILE = AdMobInterstitialAdapterExample/Info.plist;
359-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
359+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
360360
LD_RUNPATH_SEARCH_PATHS = (
361361
"$(inherited)",
362362
"@executable_path/Frameworks",

Examples/ObjectiveC/AdMobInterstitialAdapterExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, :deployment_target => '8.0'
2+
platform :ios, :deployment_target => '9.0'
33

44
target 'AdMobInterstitialAdapterExample' do
55
pod 'YandexMobileAdsAdMobAdapters'

Examples/ObjectiveC/AdMobNativeAdapterExample/AdMobNativeAdapterExample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -308,7 +308,7 @@
308308
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
309309
GCC_WARN_UNUSED_FUNCTION = YES;
310310
GCC_WARN_UNUSED_VARIABLE = YES;
311-
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
311+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
312312
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
313313
MTL_FAST_MATH = YES;
314314
ONLY_ACTIVE_ARCH = YES;
@@ -361,7 +361,7 @@
361361
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
362362
GCC_WARN_UNUSED_FUNCTION = YES;
363363
GCC_WARN_UNUSED_VARIABLE = YES;
364-
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
364+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
365365
MTL_ENABLE_DEBUG_INFO = NO;
366366
MTL_FAST_MATH = YES;
367367
SDKROOT = iphoneos;
@@ -376,7 +376,7 @@
376376
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
377377
CODE_SIGN_STYLE = Automatic;
378378
INFOPLIST_FILE = AdMobNativeAdapterExample/Info.plist;
379-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
379+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
380380
LD_RUNPATH_SEARCH_PATHS = (
381381
"$(inherited)",
382382
"@executable_path/Frameworks",
@@ -394,7 +394,7 @@
394394
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
395395
CODE_SIGN_STYLE = Automatic;
396396
INFOPLIST_FILE = AdMobNativeAdapterExample/Info.plist;
397-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
397+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
398398
LD_RUNPATH_SEARCH_PATHS = (
399399
"$(inherited)",
400400
"@executable_path/Frameworks",

Examples/ObjectiveC/AdMobNativeAdapterExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, :deployment_target => '8.0'
2+
platform :ios, :deployment_target => '9.0'
33

44
target 'AdMobNativeAdapterExample' do
55
use_frameworks!

Examples/ObjectiveC/AdMobRewardedAdapterExample/AdMobRewardedAdapterExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
287287
GCC_WARN_UNUSED_FUNCTION = YES;
288288
GCC_WARN_UNUSED_VARIABLE = YES;
289-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
289+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
290290
MTL_ENABLE_DEBUG_INFO = YES;
291291
ONLY_ACTIVE_ARCH = YES;
292292
SDKROOT = iphoneos;
@@ -338,7 +338,7 @@
338338
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
339339
GCC_WARN_UNUSED_FUNCTION = YES;
340340
GCC_WARN_UNUSED_VARIABLE = YES;
341-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
341+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
342342
MTL_ENABLE_DEBUG_INFO = NO;
343343
SDKROOT = iphoneos;
344344
TARGETED_DEVICE_FAMILY = "1,2";
@@ -358,7 +358,7 @@
358358
"\"${PODS_ROOT}/YandexMobileMetrica/static\"",
359359
);
360360
INFOPLIST_FILE = AdMobRewardedAdapterExample/Info.plist;
361-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
361+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
362362
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
363363
PRODUCT_BUNDLE_IDENTIFIER = com.yandex.AdMobRewardedAdapterExample;
364364
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -377,7 +377,7 @@
377377
"\"${PODS_ROOT}/YandexMobileMetrica/static\"",
378378
);
379379
INFOPLIST_FILE = AdMobRewardedAdapterExample/Info.plist;
380-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
380+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
381381
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
382382
PRODUCT_BUNDLE_IDENTIFIER = com.yandex.AdMobRewardedAdapterExample;
383383
PRODUCT_NAME = "$(TARGET_NAME)";

Examples/ObjectiveC/AdMobRewardedAdapterExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, :deployment_target => '8.0'
2+
platform :ios, :deployment_target => '9.0'
33

44
target 'AdMobRewardedAdapterExample' do
55
pod 'YandexMobileAdsAdMobAdapters'

Examples/ObjectiveC/MobileMediationInterstitialExample/MobileMediationInterstitialExample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
);
184184
inputPaths = (
185185
"${PODS_ROOT}/Target Support Files/Pods-MobileMediationInterstitialExample/Pods-MobileMediationInterstitialExample-resources.sh",
186-
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-6.13.0/AppLovinSDKResources.bundle",
186+
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-6.13.4/AppLovinSDKResources.bundle",
187187
"${PODS_CONFIGURATION_BUILD_DIR}/StartAppSDK/StartAppSDK.bundle",
188188
"${PODS_CONFIGURATION_BUILD_DIR}/mopub-ios-sdk/MoPubResources.bundle",
189189
);

Examples/ObjectiveC/MobileMediationNativeExample/MobileMediationNativeExample.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
B3946C50204584540081899C /* StarRatingView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3946C4E204584530081899C /* StarRatingView.m */; };
1919
B3946C51204584540081899C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B3946C4F204584540081899C /* Assets.xcassets */; };
2020
B3FF432B23F6B94400D87C74 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B3FF432A23F6B94400D87C74 /* main.m */; };
21+
D4351D1B24D2C92600A4896E /* NativeAdViewFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = D4351D1A24D2C92600A4896E /* NativeAdViewFactory.m */; };
2122
DFD2A9B1249370C000FB3290 /* NativeImageAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = DFD2A9B0249370C000FB3290 /* NativeImageAdView.m */; };
2223
FEC67E850C1722D613C20C45 /* libPods-MobileMediationNativeExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ECEBB0DE170E0DCB8F582E4D /* libPods-MobileMediationNativeExample.a */; };
2324
/* End PBXBuildFile section */
@@ -44,6 +45,8 @@
4445
B3946C4E204584530081899C /* StarRatingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StarRatingView.m; path = ../../Common/StarRatingView.m; sourceTree = "<group>"; };
4546
B3946C4F204584540081899C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ../../Common/Assets.xcassets; sourceTree = "<group>"; };
4647
B3FF432A23F6B94400D87C74 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
48+
D4351D1924D2C92600A4896E /* NativeAdViewFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NativeAdViewFactory.h; sourceTree = "<group>"; };
49+
D4351D1A24D2C92600A4896E /* NativeAdViewFactory.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NativeAdViewFactory.m; sourceTree = "<group>"; };
4750
DE2B6B55086834AEB472C008 /* Pods-MobileMediationNativeExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MobileMediationNativeExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-MobileMediationNativeExample/Pods-MobileMediationNativeExample.release.xcconfig"; sourceTree = "<group>"; };
4851
DFD2A9AF249370C000FB3290 /* NativeImageAdView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NativeImageAdView.h; path = ../../Common/NativeImageAdView.h; sourceTree = "<group>"; };
4952
DFD2A9B0249370C000FB3290 /* NativeImageAdView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NativeImageAdView.m; path = ../../Common/NativeImageAdView.m; sourceTree = "<group>"; };
@@ -112,6 +115,8 @@
112115
B3946C2B20456AF50081899C /* LaunchScreen.storyboard */,
113116
B3946C3920457DEE0081899C /* Images.xcassets */,
114117
B3946C2E20456AF50081899C /* Info.plist */,
118+
D4351D1924D2C92600A4896E /* NativeAdViewFactory.h */,
119+
D4351D1A24D2C92600A4896E /* NativeAdViewFactory.m */,
115120
);
116121
path = MobileMediationNativeExample;
117122
sourceTree = "<group>";
@@ -240,6 +245,7 @@
240245
buildActionMask = 2147483647;
241246
files = (
242247
DFD2A9B1249370C000FB3290 /* NativeImageAdView.m in Sources */,
248+
D4351D1B24D2C92600A4896E /* NativeAdViewFactory.m in Sources */,
243249
B3946C4C204583D00081899C /* NativeAppInstallAdView.m in Sources */,
244250
B3946C2520456AF50081899C /* ViewController.m in Sources */,
245251
B3946C4B204583D00081899C /* NativeAssetsComposer.m in Sources */,

0 commit comments

Comments
 (0)