From 75a9682d855fad6eb22d40a92cb719502b56055c Mon Sep 17 00:00:00 2001 From: Margot Date: Wed, 23 Jun 2021 17:42:10 +0300 Subject: [PATCH] release 6.3.2 --- README.md | 8 ++++---- RELEASENOTES.md | 4 ++++ segment-appsflyer-ios.podspec | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48d23f7..72ccd5e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ## ❗ Breaking Changes -- From version `6.3.0`, we use `xcframework` for iOS platform, then you need to use cocoapods version >= 1.10 +- From version `6.3.2`, we use `xcframework` for iOS platform, then you need to use cocoapods version >= 1.10 ## Installation @@ -47,12 +47,12 @@ To install the segment-appsflyer-ios integration: **Production** version: ```ruby -pod 'segment-appsflyer-ios', '6.3.0' +pod 'segment-appsflyer-ios', '6.3.2' ``` **Strict mode SDK** version: ```ruby -pod 'segment-appsflyer-ios/Strict', '6.3.0' +pod 'segment-appsflyer-ios/Strict', '6.3.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.2.4" +github "AppsFlyerSDK/segment-appsflyer-ios" "6.3.2" ``` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3a3770c..0b19cf2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,9 @@ # Release Notes + +### 6.3.2 +* Updated iOS SDK to v6.3.2 + ### 6.3.0 * Updated iOS SDK to v6.3.0 diff --git a/segment-appsflyer-ios.podspec b/segment-appsflyer-ios.podspec index b50eb9f..54df248 100644 --- a/segment-appsflyer-ios.podspec +++ b/segment-appsflyer-ios.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "segment-appsflyer-ios" - s.version = "6.3.0" + s.version = "6.3.2" s.summary = "AppsFlyer Integration for Segment's analytics-ios library." s.description = <<-DESC