Skip to content

Commit

Permalink
release 6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
af-margot committed Dec 20, 2021
1 parent 3b5fda2 commit b59c875
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.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"
6 changes: 3 additions & 3 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.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)
Expand Down Expand Up @@ -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).

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.0"
github "AppsFlyerSDK/segment-appsflyer-ios" "6.4.4"
```


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.4.4
* Updated iOS SDK to v6.4.4

### 6.4.0
* Updated iOS SDK to v6.4.0

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.2.6'
pod 'segment-appsflyer-ios', '~> 6.4.4'
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.2.6'
pod 'segment-appsflyer-ios', '~> 6.4.4'

end

0 comments on commit b59c875

Please sign in to comment.