diff --git a/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj b/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj index bb6f4bd..888d007 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.6.1; + CURRENT_PROJECT_VERSION = 7.7.0; 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.6.1; + MARKETING_VERSION = 7.7.0; 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.6.1; + CURRENT_PROJECT_VERSION = 7.7.0; 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.6.1; + MARKETING_VERSION = 7.7.0; 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 183c270..d11ca29 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj @@ -1220,7 +1220,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.6.1; + CURRENT_PROJECT_VERSION = 7.7.0; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1239,7 +1239,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.6.1; + MARKETING_VERSION = 7.7.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1283,7 +1283,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.6.1; + CURRENT_PROJECT_VERSION = 7.7.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1296,7 +1296,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.6.1; + MARKETING_VERSION = 7.7.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -1394,7 +1394,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.6.1; + CURRENT_PROJECT_VERSION = 7.7.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1407,7 +1407,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.6.1; + MARKETING_VERSION = 7.7.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/Testplans/YandexMobileAdsExample.xctestplan b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/Testplans/YandexMobileAdsExample.xctestplan index f47e1ce..6ad419d 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample/Testplans/YandexMobileAdsExample.xctestplan +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample/Testplans/YandexMobileAdsExample.xctestplan @@ -21,6 +21,12 @@ }, "testTargets" : [ { + "skippedTests" : [ + "MobileMediationBannerTest\/testIronSourceBanner()", + "MobileMediationBannerTest\/testMintegralBanner()", + "MobileMediationInterstitialTest\/testMintegralInterstitial()", + "MobileMediationRewardedTest\/testMintegralRewarded()" + ], "target" : { "containerPath" : "container:YandexMobileAdsExample.xcodeproj", "identifier" : "7AFDCA142B10EA9F00D35B17", diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationBannerTest.swift b/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationBannerTest.swift index 3f454f3..8a09989 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationBannerTest.swift +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationBannerTest.swift @@ -24,9 +24,9 @@ final class MobileMediationBannerTest: BaseTest { try test(adapter: .inMobi) } -// func testMintegralBanner() throws { -// try test(adapter: .mintegral) -// } + func testMintegralBanner() throws { + try test(adapter: .mintegral) + } func testMyTargetBanner() throws { try test(adapter: .myTarget) diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationInterstitialTest.swift b/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationInterstitialTest.swift index d6f2027..a748d04 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationInterstitialTest.swift +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationInterstitialTest.swift @@ -32,9 +32,9 @@ final class MobileMediationInterstitialTest: BaseTest { try test(adapter: .ironSource) } -// func testMintegralInterstitial() throws { -// try test(adapter: .mintegral) -// } + func testMintegralInterstitial() throws { + try test(adapter: .mintegral) + } func testMyTargetInterstitial() throws { try test(adapter: .myTarget) diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationRewardedTest.swift b/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationRewardedTest.swift index adde071..146153d 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationRewardedTest.swift +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExampleUITests/Tests/MobileMediationRewardedTest.swift @@ -32,9 +32,9 @@ final class MobileMediationRewardedTest: BaseTest { try test(adapter: .ironSource) } -// func testMintegralRewarded() throws { -// try test(adapter: .mintegral) -// } + func testMintegralRewarded() throws { + try test(adapter: .mintegral) + } func testMyTargetRewarded() throws { try test(adapter: .myTarget) diff --git a/Package.swift b/Package.swift index f0fe526..1ab02b6 100644 --- a/Package.swift +++ b/Package.swift @@ -64,13 +64,13 @@ let package = Package( ), .binaryTarget( name: "YandexMobileAds", - url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.6.1/spm/ca7c1a06-5a53-4a77-9423-c8adc802f7e8.zip", - checksum: "2225a53266b29c2cc8f5623eed5b5ca9f0813fe0f2f6060fc1908f176b5d8e45" + url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.7.0/spm/541fe86c-6714-46dc-a284-1b65ad00fe53.zip", + checksum: "a7c53f64fc682def5245d0d36b182bcf7e731b0407554f0cc71d7009e6b7d8c6" ), .binaryTarget( name: "YandexMobileAdsInstream", - url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.40.0/spm/af138d5f-085c-4a76-9a8f-8a2844faf0c5.zip", - checksum: "a86947c7160c31419cc4fcd6d519dc6f7c4cb5901fbd25bb812f26893d02b722" + url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.41.0/spm/48d46902-e50f-4de3-ad0f-eed1ba62d378.zip", + checksum: "e9a56d775b8bd57732fcd172b305312ffe7fab14a7f5e282ceae0250edec9fad" ) ] ) \ No newline at end of file diff --git a/Sources/YandexMobileAdsWrapper/Resources/MobileAdsBundle.bundle/Assets.car b/Sources/YandexMobileAdsWrapper/Resources/MobileAdsBundle.bundle/Assets.car index 3881ead..22a0d89 100644 Binary files a/Sources/YandexMobileAdsWrapper/Resources/MobileAdsBundle.bundle/Assets.car and b/Sources/YandexMobileAdsWrapper/Resources/MobileAdsBundle.bundle/Assets.car differ diff --git a/changelog/adapter/admob-mobileads/CHANGELOG.md b/changelog/adapter/admob-mobileads/CHANGELOG.md index 4998143..a0ae83f 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.7.0.0 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 7.6.1.0 ### Updated diff --git a/changelog/adapter/ironsource-mobileads/CHANGELOG.md b/changelog/adapter/ironsource-mobileads/CHANGELOG.md index 0a19793..66e6510 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.7.0.0 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 7.6.1.0 ### Updated diff --git a/changelog/mediation/mobileads-applovin/CHANGELOG.md b/changelog/mediation/mobileads-applovin/CHANGELOG.md index 166bf4f..3cd2d8f 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.6.1.5 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 12.6.1.4 ### Updated diff --git a/changelog/mediation/mobileads-bigoads/CHANGELOG.md b/changelog/mediation/mobileads-bigoads/CHANGELOG.md index c5da5ba..16b4b53 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.3.12 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 4.2.3.11 ### Updated diff --git a/changelog/mediation/mobileads-chartboost/CHANGELOG.md b/changelog/mediation/mobileads-chartboost/CHANGELOG.md index 8222457..d2be6b9 100644 --- a/changelog/mediation/mobileads-chartboost/CHANGELOG.md +++ b/changelog/mediation/mobileads-chartboost/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## Version 9.8.0.0 + +### Updated + +- Updated minimum supported `ChartboostSDK` version to `9.8.0` +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 9.7.0.14 ### Updated diff --git a/changelog/mediation/mobileads-google/CHANGELOG.md b/changelog/mediation/mobileads-google/CHANGELOG.md index 4a3fd02..a191932 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.10.0.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 11.10.0.1 ### Updated diff --git a/changelog/mediation/mobileads-inmobi/CHANGELOG.md b/changelog/mediation/mobileads-inmobi/CHANGELOG.md index 1e1c532..3e61dba 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.7.8.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 10.7.8.1 ### Updated diff --git a/changelog/mediation/mobileads-ironsource/CHANGELOG.md b/changelog/mediation/mobileads-ironsource/CHANGELOG.md index 28eacb8..308436f 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 8.4.0.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 8.4.0.1 ### Updated diff --git a/changelog/mediation/mobileads-mintegral/CHANGELOG.md b/changelog/mediation/mobileads-mintegral/CHANGELOG.md index bdaabfb..c13a3b9 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.7.3.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 7.7.3.1 ### Updated diff --git a/changelog/mediation/mobileads-mytarget/CHANGELOG.md b/changelog/mediation/mobileads-mytarget/CHANGELOG.md index bb3376e..1bd54f1 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.7.5 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 5.21.7.4 ### Updated diff --git a/changelog/mediation/mobileads-startapp/CHANGELOG.md b/changelog/mediation/mobileads-startapp/CHANGELOG.md index 681a70a..da790e2 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.4.6 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 4.10.4.5 ### Updated diff --git a/changelog/mediation/mobileads-unityads/CHANGELOG.md b/changelog/mediation/mobileads-unityads/CHANGELOG.md index c71d503..2770124 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.12.3.2 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 4.12.3.1 ### Updated diff --git a/changelog/mediation/mobileads-vungle/CHANGELOG.md b/changelog/mediation/mobileads-vungle/CHANGELOG.md index 7e8dc5a..7ca3b34 100644 --- a/changelog/mediation/mobileads-vungle/CHANGELOG.md +++ b/changelog/mediation/mobileads-vungle/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.4.1.4 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.7.0` + ## Version 7.4.1.3 ### Updated diff --git a/changelog/mobileads/CHANGELOG.md b/changelog/mobileads/CHANGELOG.md index e36794b..fdabd69 100644 --- a/changelog/mobileads/CHANGELOG.md +++ b/changelog/mobileads/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## Version 7.7.0 + +### Updated + +- Updated minimum supported `AppMetricaCore` version to `5.8.2` +- Updated minimum supported `AppMetricaCrashes` version to `5.8.2` +- Updated minimum supported `AppMetricaLibraryAdapter` version to `5.8.2` + ## Version 7.6.1 ### Added