Skip to content

Commit

Permalink
Release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Apr 17, 2024
1 parent 0f0683f commit c4ad643
Show file tree
Hide file tree
Showing 17 changed files with 102 additions and 16 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.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
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.0.0;
MARKETING_VERSION = 7.0.1;
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.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
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.0.0;
MARKETING_VERSION = 7.0.1;
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 @@ -1159,7 +1159,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand All @@ -1178,7 +1178,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1222,7 +1222,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -1235,7 +1235,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1333,7 +1333,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.0.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -1346,7 +1346,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down
13 changes: 7 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/yandexmobile/metrica-sdk-ios", "4.0.0"..<"5.0.0"),
.package(url: "https://github.com/appmetrica/appmetrica-sdk-ios", "5.0.0"..<"6.0.0"),
.package(url: "https://github.com/divkit/divkit-ios", exact: "28.13.0")
],
targets: [
Expand All @@ -24,7 +24,8 @@ let package = Package(
dependencies: [
.target(name: "YandexMobileAds"),
.target(name: "YandexMobileAdsInstream"),
.product(name: "YandexMobileMetrica", package: "metrica-sdk-ios"),
.product(name: "AppMetricaCore", package: "appmetrica-sdk-ios"),
.product(name: "AppMetricaCrashes", package: "appmetrica-sdk-ios"),
.product(name: "DivKit", package: "divkit-ios")
],
resources: [
Expand Down Expand Up @@ -52,13 +53,13 @@ let package = Package(
),
.binaryTarget(
name: "YandexMobileAds",
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.0.0/spm/96e43343-3376-409c-847f-7b0020529413.zip",
checksum: "7b6cfa6874f94c58625fceb79bfc64c0963f1c04f086da838cc6ddfb529807a3"
url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.0.1/spm/341e6324-4201-4960-b3d8-2fdac5749c3e.zip",
checksum: "daca7dcbff752c1c988dc767a87d7bc529cc06ee9603bf0c36af6008610061c3"
),
.binaryTarget(
name: "YandexMobileAdsInstream",
url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.26.0/spm/df9b0e2b-929c-4081-820f-c072475babe4.zip",
checksum: "e3a1c03fd520faba0514dadf520849eb61c081eb3b25a4858e7a00d5eba109df"
url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.27.0/spm/f675594f-fc78-40a0-8be2-43d17039ae6e.zip",
checksum: "539bd13525cd58528cf2293a777be1add43002f49369ea41d877cab6bf58b687"
)
]
)
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.0.1.0

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 7.0.0.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.0.1.0

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 7.0.0.0

### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-adcolony/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.9.0.12

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 4.9.0.11

### 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.3.1.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 12.3.1.0

### 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.1.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 4.2.1.0

### Updated
Expand Down
6 changes: 6 additions & 0 deletions changelog/mediation/mobileads-chartboost/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 9.7.0.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 9.7.0.0

### 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.2.0.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 11.2.0.0

### 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.5.5.8

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 10.5.5.7

### 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 7.9.1.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 7.9.1.0

### 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.5.9.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 7.5.9.0

### 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.1.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 5.21.1.0

### 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.2.4

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 4.10.2.3

### 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.9.3.1

### Updated

- Updated minimum supported `YandexMobileAds` version to `7.0.1`

## Version 4.9.3.0

### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/mobileads/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 7.0.1

### Updated

- Updated minimum supported `AppMetricaCore` version to `5.2.0`
- Updated minimum supported `AppMetricaCrashes` version to `5.2.0`

## Version 7.0.0

### Added
Expand Down

0 comments on commit c4ad643

Please sign in to comment.