Skip to content

Commit

Permalink
release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
af-margot committed Oct 1, 2021
1 parent a14f684 commit 96b39cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 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.3.4"
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.4.0"
github "segmentio/analytics-ios" "4.1.5"
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.3.5.
## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.4.0.

[![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.3.5'
pod 'segment-appsflyer-ios', '6.4.0'
```

**Strict mode SDK** version:
```ruby
pod 'segment-appsflyer-ios/Strict', '6.3.5'
pod 'segment-appsflyer-ios/Strict', '6.4.0'
```
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.3.5"
github "AppsFlyerSDK/segment-appsflyer-ios" "6.4.0"
```


Expand Down
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release Notes

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

### 6.3.5
* Updated iOS SDK to v6.3.5
Expand Down
2 changes: 1 addition & 1 deletion segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
s.version = "6.3.5"
s.version = "6.4.0"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand Down

0 comments on commit 96b39cb

Please sign in to comment.