Skip to content

Commit

Permalink
Merge pull request #67 from AppsFlyerSDK/releases/6.x.x/6.3.x/6.3.2
Browse files Browse the repository at this point in the history
release 6.3.2
  • Loading branch information
af-margot authored Jun 23, 2021
2 parents 5c83413 + 75a9682 commit aad36e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

## <a id="breaking-changes"> ❗ 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

## <a id="installation">Installation

Expand All @@ -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).

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


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

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.0"
s.version = "6.3.2"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand Down

0 comments on commit aad36e8

Please sign in to comment.