Skip to content

Commit

Permalink
Merge pull request #4 from yandexmobile/release-0.6.0
Browse files Browse the repository at this point in the history
AppMetrica Push SDK release 0.6.0
  • Loading branch information
bamx23 authored Apr 20, 2018
2 parents 445778a + 72df43a commit 8c20ef7
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Yandex AppMetrica Push SDK Change Log

## Version 0.6.0
SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetricaPush-0.6.0-ios-1630b840-b7b4-4069-a6fa-c95ccc12ff58.zip)

* Updated YandexMobileMetrica dependency

## Version 0.5.1
SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaPush-0.5.1-ios-acb81a52-6f82-486c-97f1-79c6ee030f81.zip)

Expand Down
2 changes: 1 addition & 1 deletion Examples/ObjectiveC/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

platform :ios, '7.0'
platform :ios, '8.0'

target 'YandexMobileMetricaPushSampleObjC' do

Expand Down
20 changes: 10 additions & 10 deletions Examples/ObjectiveC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- YandexMobileMetrica (2.9.6):
- YandexMobileMetrica/Static (= 2.9.6)
- YandexMobileMetrica/Static (2.9.6)
- YandexMobileMetricaPush (0.5.1):
- YandexMobileMetricaPush/Static (= 0.5.1)
- YandexMobileMetricaPush/Static (0.5.1):
- YandexMobileMetrica (< 3.0.0, >= 2.6.2)
- YandexMobileMetrica (3.0.0):
- YandexMobileMetrica/Static (= 3.0.0)
- YandexMobileMetrica/Static (3.0.0)
- YandexMobileMetricaPush (0.6.0):
- YandexMobileMetricaPush/Static (= 0.6.0)
- YandexMobileMetricaPush/Static (0.6.0):
- YandexMobileMetrica (~> 3.0)

DEPENDENCIES:
- YandexMobileMetrica
- YandexMobileMetricaPush

SPEC CHECKSUMS:
YandexMobileMetrica: 330c11f9e4b8b3b72454c0cd80f61b4231467ebe
YandexMobileMetricaPush: a9dff197a37e777b6d08d037d81bcc017037deea
YandexMobileMetrica: 8dcf67ce99c73f351c55b5a21cff1e1f56b706e0
YandexMobileMetricaPush: 973073e69b63c9c3ec45ccb1fbfecd997538650a

PODFILE CHECKSUM: e5f42aa8a8bdc5e9173dadacb25c3210dbfde710
PODFILE CHECKSUM: b3e8be638ddfaf8be416cb8ec31ecb57ed3069ce

COCOAPODS: 1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -357,7 +357,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
{
// Replace API_KEY with your unique API key. Please, read official documentation to find out how to obtain one:
// https://tech.yandex.com/metrica-mobile-sdk/doc/mobile-sdk-dg/tasks/ios-quickstart-docpage/
[YMMYandexMetrica activateWithApiKey:@"API_KEY"];
[YMMYandexMetrica activateWithConfiguration:[[YMMYandexMetricaConfiguration alloc] initWithApiKey:@"API_KEY"]];

// Enable in-app push notifications handling in iOS 10
if ([UNUserNotificationCenter class] != Nil) {
Expand Down
2 changes: 1 addition & 1 deletion Examples/Swift/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

platform :ios, '7.0'
platform :ios, '8.0'
# use_frameworks!

### For dynamic frameworks use:
Expand Down
20 changes: 10 additions & 10 deletions Examples/Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- YandexMobileMetrica (2.9.6):
- YandexMobileMetrica/Static (= 2.9.6)
- YandexMobileMetrica/Static (2.9.6)
- YandexMobileMetricaPush (0.5.1):
- YandexMobileMetricaPush/Static (= 0.5.1)
- YandexMobileMetricaPush/Static (0.5.1):
- YandexMobileMetrica (< 3.0.0, >= 2.6.2)
- YandexMobileMetrica (3.0.0):
- YandexMobileMetrica/Static (= 3.0.0)
- YandexMobileMetrica/Static (3.0.0)
- YandexMobileMetricaPush (0.6.0):
- YandexMobileMetricaPush/Static (= 0.6.0)
- YandexMobileMetricaPush/Static (0.6.0):
- YandexMobileMetrica (~> 3.0)

DEPENDENCIES:
- YandexMobileMetrica
- YandexMobileMetricaPush

SPEC CHECKSUMS:
YandexMobileMetrica: 330c11f9e4b8b3b72454c0cd80f61b4231467ebe
YandexMobileMetricaPush: a9dff197a37e777b6d08d037d81bcc017037deea
YandexMobileMetrica: 8dcf67ce99c73f351c55b5a21cff1e1f56b706e0
YandexMobileMetricaPush: 973073e69b63c9c3ec45ccb1fbfecd997538650a

PODFILE CHECKSUM: 9902e14ddea2ae973eb2514814bcc6cae14009fa
PODFILE CHECKSUM: 138d02e69e9ea0891c989cd6e2622af9fc74675f

COCOAPODS: 1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
{
// Replace API_KEY with your unique API key. Please, read official documentation to find out how to obtain one:
// https://tech.yandex.com/metrica-mobile-sdk/doc/mobile-sdk-dg/tasks/swift-quickstart-docpage/
YMMYandexMetrica.activate(withApiKey: "API_KEY")
YMMYandexMetrica.activate(with: YMMYandexMetricaConfiguration(apiKey: "API_KEY")!)

// Enable in-app push notifications handling in iOS 10
if #available(iOS 10.0, *) {
Expand Down

0 comments on commit 8c20ef7

Please sign in to comment.