Skip to content

Commit

Permalink
Release 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Nov 15, 2024
1 parent 2ec8a84 commit 8a354c7
Show file tree
Hide file tree
Showing 22 changed files with 116 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
},
"testTargets" : [
{
"skippedTests" : [
"MobileMediationBannerTest\/testIronSourceBanner()",
"MobileMediationBannerTest\/testMintegralBanner()",
"MobileMediationInterstitialTest\/testMintegralInterstitial()",
"MobileMediationRewardedTest\/testMintegralRewarded()"
],
"target" : {
"containerPath" : "container:YandexMobileAdsExample.xcodeproj",
"identifier" : "7AFDCA142B10EA9F00D35B17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
)
Binary file not shown.
6 changes: 6 additions & 0 deletions changelog/adapter/admob-mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/adapter/ironsource-mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-bigoads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-chartboost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-google/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-inmobi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-mytarget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-startapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-unityads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-vungle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions changelog/mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a354c7

Please sign in to comment.