From b59c87532d245f518be14e11aee596f255f20cab Mon Sep 17 00:00:00 2001 From: Margot Date: Sun, 19 Dec 2021 18:06:28 -0800 Subject: [PATCH] release 6.4.4 --- Cartfile.resolved | 4 ++-- README.md | 6 +++--- RELEASENOTES.md | 3 +++ examples/ObjcPodsSample/Podfile | 2 +- examples/SwiftPodsSample/Podfile | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index d7e97d9..fa7e1a3 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.4.0" -github "segmentio/analytics-ios" "4.1.5" +binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.4.4" +github "segmentio/analytics-ios" "4.1.6" diff --git a/README.md b/README.md index d11dfdd..b74dfa4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # AppsFlyer integration for Segment. -## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.4.0. +## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.4.4. [![Version](https://img.shields.io/cocoapods/v/segment-appsflyer-ios.svg?style=flat)](http://cocoapods.org/pods/segment-appsflyer-ios) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) @@ -52,7 +52,7 @@ pod 'segment-appsflyer-ios', '6.4.0' **Strict mode SDK** version: ```ruby -pod 'segment-appsflyer-ios/Strict', '6.4.0' +pod 'segment-appsflyer-ios/Strict', '6.4.4' ``` Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids). @@ -64,7 +64,7 @@ Use the strict mode SDK to completely remove IDFA collection functionality and A **Production** version: ```ogdl -github "AppsFlyerSDK/segment-appsflyer-ios" "6.4.0" +github "AppsFlyerSDK/segment-appsflyer-ios" "6.4.4" ``` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f330a13..2d92a1b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,8 @@ # Release Notes +### 6.4.4 +* Updated iOS SDK to v6.4.4 + ### 6.4.0 * Updated iOS SDK to v6.4.0 diff --git a/examples/ObjcPodsSample/Podfile b/examples/ObjcPodsSample/Podfile index 01798c1..7e34261 100644 --- a/examples/ObjcPodsSample/Podfile +++ b/examples/ObjcPodsSample/Podfile @@ -6,5 +6,5 @@ target 'ObjcPodsSample' do use_frameworks! # Pods for ObjcPodsSample - pod 'segment-appsflyer-ios', '~> 6.2.6' + pod 'segment-appsflyer-ios', '~> 6.4.4' end diff --git a/examples/SwiftPodsSample/Podfile b/examples/SwiftPodsSample/Podfile index b58a134..b3fdc4e 100644 --- a/examples/SwiftPodsSample/Podfile +++ b/examples/SwiftPodsSample/Podfile @@ -6,6 +6,6 @@ target 'SwiftPodsSample' do use_frameworks! # Pods for SwiftPodsSample - pod 'segment-appsflyer-ios', '~> 6.2.6' + pod 'segment-appsflyer-ios', '~> 6.4.4' end