From 90757cc3f4c47fb8e86dbcbaa891fbd66462e778 Mon Sep 17 00:00:00 2001 From: Margot Date: Sun, 30 Jan 2022 10:21:57 +0200 Subject: [PATCH] release 6.5.2 --- Cartfile.resolved | 2 +- README.md | 8 ++++---- 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 fa7e1a3..1bd09b4 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.4" +binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.5.2" github "segmentio/analytics-ios" "4.1.6" diff --git a/README.md b/README.md index b74dfa4..ac69c67 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.4. +## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.5.2. [![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) @@ -47,12 +47,12 @@ To install the segment-appsflyer-ios integration: **Production** version: ```ruby -pod 'segment-appsflyer-ios', '6.4.0' +pod 'segment-appsflyer-ios', '6.5.2' ``` **Strict mode SDK** version: ```ruby -pod 'segment-appsflyer-ios/Strict', '6.4.4' +pod 'segment-appsflyer-ios/Strict', '6.5.2' ``` 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.4" +github "AppsFlyerSDK/segment-appsflyer-ios" "6.5.2" ``` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2d92a1b..31cc7a7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,8 @@ # Release Notes +### 6.5.2 +* Updated iOS SDK to v6.5.2 + ### 6.4.4 * Updated iOS SDK to v6.4.4 diff --git a/examples/ObjcPodsSample/Podfile b/examples/ObjcPodsSample/Podfile index 7e34261..3938042 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.4.4' + pod 'segment-appsflyer-ios', '~> 6.5.2' end diff --git a/examples/SwiftPodsSample/Podfile b/examples/SwiftPodsSample/Podfile index b3fdc4e..6558f43 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.4.4' + pod 'segment-appsflyer-ios', '~> 6.5.2' end