From dd3ccf8fa5eaa405426fd0981fd47f25643801f3 Mon Sep 17 00:00:00 2001 From: mobile-ads-github Date: Wed, 29 May 2024 18:01:32 +0300 Subject: [PATCH] Release 7.0.2 --- .../project.pbxproj | 8 ++--- .../project.pbxproj | 30 +++++++++++++++---- Package.swift | 14 ++++----- .../adapter/admob-mobileads/CHANGELOG.md | 6 ++++ .../adapter/ironsource-mobileads/CHANGELOG.md | 6 ++++ .../mediation/mobileads-adcolony/CHANGELOG.md | 6 ++++ .../mediation/mobileads-applovin/CHANGELOG.md | 6 ++++ .../mediation/mobileads-bigoads/CHANGELOG.md | 6 ++++ .../mobileads-chartboost/CHANGELOG.md | 6 ++++ .../mediation/mobileads-google/CHANGELOG.md | 6 ++++ .../mediation/mobileads-inmobi/CHANGELOG.md | 6 ++++ .../mobileads-ironsource/CHANGELOG.md | 6 ++++ .../mobileads-mintegral/CHANGELOG.md | 6 ++++ .../mediation/mobileads-mytarget/CHANGELOG.md | 6 ++++ .../mediation/mobileads-startapp/CHANGELOG.md | 6 ++++ .../mediation/mobileads-unityads/CHANGELOG.md | 6 ++++ changelog/mobileads/CHANGELOG.md | 6 ++++ 17 files changed, 119 insertions(+), 17 deletions(-) diff --git a/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj b/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj index e50d077..64276c2 100644 --- a/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj +++ b/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj @@ -284,7 +284,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -305,7 +305,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 7.0.1; + MARKETING_VERSION = 7.0.2; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -349,7 +349,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -364,7 +364,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 7.0.1; + MARKETING_VERSION = 7.0.2; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj b/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj index e31b658..cb2f6f8 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj @@ -749,6 +749,7 @@ 1467E34C271EA91500DF104A /* Frameworks */, 1467E34D271EA91500DF104A /* Resources */, E4E9AE0924D84CE9CC90A2AD /* [CP] Copy Pods Resources */, + E3E31352D361C1113D979156 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -892,6 +893,23 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; + E3E31352D361C1113D979156 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-YandexMobileAdsExample/Pods-YandexMobileAdsExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-YandexMobileAdsExample/Pods-YandexMobileAdsExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-YandexMobileAdsExample/Pods-YandexMobileAdsExample-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; E4E9AE0924D84CE9CC90A2AD /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1159,7 +1177,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1178,7 +1196,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.0.1; + MARKETING_VERSION = 7.0.2; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1222,7 +1240,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1235,7 +1253,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.0.1; + MARKETING_VERSION = 7.0.2; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -1333,7 +1351,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.0.1; + CURRENT_PROJECT_VERSION = 7.0.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1346,7 +1364,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.0.1; + MARKETING_VERSION = 7.0.2; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Package.swift b/Package.swift index 9045eec..dcea788 100644 --- a/Package.swift +++ b/Package.swift @@ -22,8 +22,8 @@ let package = Package( .target( name: "YandexMobileAdsTarget", dependencies: [ - .target(name: "YandexMobileAds"), .target(name: "YandexMobileAdsInstream"), + .target(name: "YandexMobileAds"), .product(name: "AppMetricaCore", package: "appmetrica-sdk-ios"), .product(name: "AppMetricaCrashes", package: "appmetrica-sdk-ios"), .product(name: "DivKit", package: "divkit-ios") @@ -52,14 +52,14 @@ let package = Package( ] ), .binaryTarget( - name: "YandexMobileAds", - url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.0.1/spm/341e6324-4201-4960-b3d8-2fdac5749c3e.zip", - checksum: "daca7dcbff752c1c988dc767a87d7bc529cc06ee9603bf0c36af6008610061c3" + name: "YandexMobileAdsInstream", + url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.28.0/spm/fc6be323-67a6-4169-828f-f11bdfbe0bb1.zip", + checksum: "533b6671f73b78dd890ae1552c5ece64d74074d26ef8e06dc31c77e49224eadb" ), .binaryTarget( - name: "YandexMobileAdsInstream", - url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.27.0/spm/f675594f-fc78-40a0-8be2-43d17039ae6e.zip", - checksum: "539bd13525cd58528cf2293a777be1add43002f49369ea41d877cab6bf58b687" + name: "YandexMobileAds", + url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.0.2/spm/88d8696c-6770-4abf-bf65-fe3eec6bb64d.zip", + checksum: "1f51a72707f535c7fdb732701322a7fbe86dd23a72e25e7989d6d835e4782113" ) ] ) \ No newline at end of file diff --git a/changelog/adapter/admob-mobileads/CHANGELOG.md b/changelog/adapter/admob-mobileads/CHANGELOG.md index 286c237..c82c6b3 100644 --- a/changelog/adapter/admob-mobileads/CHANGELOG.md +++ b/changelog/adapter/admob-mobileads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.0.2.0 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 7.0.1.0 ### Updated diff --git a/changelog/adapter/ironsource-mobileads/CHANGELOG.md b/changelog/adapter/ironsource-mobileads/CHANGELOG.md index c2bfe56..ef7b21a 100644 --- a/changelog/adapter/ironsource-mobileads/CHANGELOG.md +++ b/changelog/adapter/ironsource-mobileads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.0.2.0 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 7.0.1.0 ### Updated diff --git a/changelog/mediation/mobileads-adcolony/CHANGELOG.md b/changelog/mediation/mobileads-adcolony/CHANGELOG.md index 23d133a..65767ec 100644 --- a/changelog/mediation/mobileads-adcolony/CHANGELOG.md +++ b/changelog/mediation/mobileads-adcolony/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.9.0.13 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 4.9.0.12 ### Updated diff --git a/changelog/mediation/mobileads-applovin/CHANGELOG.md b/changelog/mediation/mobileads-applovin/CHANGELOG.md index 023c2bd..8177614 100644 --- a/changelog/mediation/mobileads-applovin/CHANGELOG.md +++ b/changelog/mediation/mobileads-applovin/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 12.3.1.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 12.3.1.1 ### Updated diff --git a/changelog/mediation/mobileads-bigoads/CHANGELOG.md b/changelog/mediation/mobileads-bigoads/CHANGELOG.md index 47de4a2..e96a8cc 100644 --- a/changelog/mediation/mobileads-bigoads/CHANGELOG.md +++ b/changelog/mediation/mobileads-bigoads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.2.1.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 4.2.1.1 ### Updated diff --git a/changelog/mediation/mobileads-chartboost/CHANGELOG.md b/changelog/mediation/mobileads-chartboost/CHANGELOG.md index 624ca3f..6950ec6 100644 --- a/changelog/mediation/mobileads-chartboost/CHANGELOG.md +++ b/changelog/mediation/mobileads-chartboost/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 9.7.0.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 9.7.0.1 ### Updated diff --git a/changelog/mediation/mobileads-google/CHANGELOG.md b/changelog/mediation/mobileads-google/CHANGELOG.md index bea3102..af0fda4 100644 --- a/changelog/mediation/mobileads-google/CHANGELOG.md +++ b/changelog/mediation/mobileads-google/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 11.2.0.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 11.2.0.1 ### Updated diff --git a/changelog/mediation/mobileads-inmobi/CHANGELOG.md b/changelog/mediation/mobileads-inmobi/CHANGELOG.md index 825aae8..ce13fd3 100644 --- a/changelog/mediation/mobileads-inmobi/CHANGELOG.md +++ b/changelog/mediation/mobileads-inmobi/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 10.5.5.9 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 10.5.5.8 ### Updated diff --git a/changelog/mediation/mobileads-ironsource/CHANGELOG.md b/changelog/mediation/mobileads-ironsource/CHANGELOG.md index 2d71e4a..befd318 100644 --- a/changelog/mediation/mobileads-ironsource/CHANGELOG.md +++ b/changelog/mediation/mobileads-ironsource/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.9.1.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 7.9.1.1 ### Updated diff --git a/changelog/mediation/mobileads-mintegral/CHANGELOG.md b/changelog/mediation/mobileads-mintegral/CHANGELOG.md index 0b0ce92..3efb6c2 100644 --- a/changelog/mediation/mobileads-mintegral/CHANGELOG.md +++ b/changelog/mediation/mobileads-mintegral/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.5.9.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 7.5.9.1 ### Updated diff --git a/changelog/mediation/mobileads-mytarget/CHANGELOG.md b/changelog/mediation/mobileads-mytarget/CHANGELOG.md index 18edbb9..0b21718 100644 --- a/changelog/mediation/mobileads-mytarget/CHANGELOG.md +++ b/changelog/mediation/mobileads-mytarget/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 5.21.1.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 5.21.1.1 ### Updated diff --git a/changelog/mediation/mobileads-startapp/CHANGELOG.md b/changelog/mediation/mobileads-startapp/CHANGELOG.md index f541eaf..aa6cf18 100644 --- a/changelog/mediation/mobileads-startapp/CHANGELOG.md +++ b/changelog/mediation/mobileads-startapp/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.10.2.5 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 4.10.2.4 ### Updated diff --git a/changelog/mediation/mobileads-unityads/CHANGELOG.md b/changelog/mediation/mobileads-unityads/CHANGELOG.md index 428684d..f8dfc55 100644 --- a/changelog/mediation/mobileads-unityads/CHANGELOG.md +++ b/changelog/mediation/mobileads-unityads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.9.3.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.0.2` + ## Version 4.9.3.1 ### Updated diff --git a/changelog/mobileads/CHANGELOG.md b/changelog/mobileads/CHANGELOG.md index 46c1a60..fe285d7 100644 --- a/changelog/mobileads/CHANGELOG.md +++ b/changelog/mobileads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.0.2 + +### Fixed + +- Fixed an issue with AVPlayer that could cause the app to crash when working with native ads + ## Version 7.0.1 ### Updated