From 6fe73afa51251a20a7ec98693c7273aeae350df9 Mon Sep 17 00:00:00 2001 From: Margot Date: Tue, 16 Mar 2021 17:41:40 +0200 Subject: [PATCH 1/2] update to ios SDK 6.2.4 --- Cartfile.resolved | 2 +- README.md | 8 ++++---- RELEASENOTES.md | 3 +++ examples/ObjcPodsSample/Podfile | 2 +- examples/SwiftPodsSample/Podfile | 2 +- segment-appsflyer-ios.podspec | 10 +++++----- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 5027e1b..54a0ba1 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.2.3" +binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.2.4" github "segmentio/analytics-ios" "4.1.3" diff --git a/README.md b/README.md index be1e9c8..29ae6fb 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.2.3. +## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.2.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) @@ -42,12 +42,12 @@ To install the segment-appsflyer-ios integration: **Production** version: ```ruby -pod 'segment-appsflyer-ios', '6.2.3' +pod 'segment-appsflyer-ios', '6.2.4' ``` **Strict mode SDK** version: ```ruby -pod 'segment-appsflyer-ios/Strict', '6.2.3' +pod 'segment-appsflyer-ios/Strict', '6.2.4' ``` Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids). @@ -59,7 +59,7 @@ Use the strict mode SDK to completely remove IDFA collection functionality and A **Production** version: ```ogdl -github "AppsFlyerSDK/segment-appsflyer-ios" "6.2.3" +github "AppsFlyerSDK/segment-appsflyer-ios" "6.2.4" ``` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e448dea..dd54b38 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,8 @@ # Release Notes +### 6.2.4 +* Updated iOS SDK to v6.2.4 + ### 6.2.3 * Updated iOS SDK to v6.2.3 diff --git a/examples/ObjcPodsSample/Podfile b/examples/ObjcPodsSample/Podfile index e4e0669..c10d6d6 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.3' + pod 'segment-appsflyer-ios', '~> 6.2.4' end diff --git a/examples/SwiftPodsSample/Podfile b/examples/SwiftPodsSample/Podfile index 83f78f3..cf6078b 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.3' + pod 'segment-appsflyer-ios', '~> 6.2.4' end diff --git a/segment-appsflyer-ios.podspec b/segment-appsflyer-ios.podspec index 5422fef..cc9f39d 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.2.3" + s.version = "6.2.4" s.summary = "AppsFlyer Integration for Segment's analytics-ios library." s.description = <<-DESC @@ -23,15 +23,15 @@ Pod::Spec.new do |s| s.default_subspecs = 'Main' s.subspec 'Main' do |ss| - ss.ios.dependency 'AppsFlyerFramework', '~> 6.2.3' - ss.tvos.dependency 'AppsFlyerFramework', '~> 6.2.3' + ss.ios.dependency 'AppsFlyerFramework', '~> 6.2.4' + ss.tvos.dependency 'AppsFlyerFramework', '~> 6.2.4' end s.subspec 'Strict' do |ss| - ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.2.3' + ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.2.4' end s.subspec 'MacCatalyst' do |ss| - ss.ios.dependency 'AppsFlyerFramework/MacCatalyst', '~> 6.2.3' + ss.ios.dependency 'AppsFlyerFramework/MacCatalyst', '~> 6.2.4' end end From 5a0f118a674cede0fed18f35a8e8b2f725d35b62 Mon Sep 17 00:00:00 2001 From: Margot Date: Tue, 16 Mar 2021 17:41:49 +0200 Subject: [PATCH 2/2] update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8efc1e9..b9c7182 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ Carthage # `pod install` in .travis.yml # # Pods/ + +carthage.sh