Skip to content

Commit

Permalink
Merge pull request #80 from AppsFlyerSDK/releases/6.x.x/6.5.x/6.5.2
Browse files Browse the repository at this point in the history
release 6.5.2
  • Loading branch information
af-margot authored Jan 30, 2022
2 parents 2959d13 + 90757cc commit 71f57ba
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).

Expand All @@ -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"
```


Expand Down
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/ObjcPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/SwiftPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71f57ba

Please sign in to comment.