Skip to content

Commit

Permalink
Merge pull request #70 from AppsFlyerSDK/dev/RD-67741/6.3.5
Browse files Browse the repository at this point in the history
Dev/rd 67741/6.3.5
  • Loading branch information
af-margot committed Aug 22, 2021
2 parents 6a88dae + 230fd1c commit 164279e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git",
"state": {
"branch": null,
"revision": "bf8e8a26a247107464ecd9d86c62931c5139435e",
"version": "6.3.0"
"revision": "7b162ef3f658b7a085d9d69cf9c30655aea3b8b0",
"version": "6.3.5"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git" , from: "4.0.0"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.3.4"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.3.5"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
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.4.
## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.3.5.

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

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


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


### 6.3.5
* Updated iOS SDK to v6.3.5

### 6.3.4
* Updated iOS SDK to v6.3.24

### 6.3.2
* Updated iOS SDK to v6.3.2

Expand Down
12 changes: 6 additions & 6 deletions 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.4"
s.version = "6.3.5"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -22,14 +22,14 @@ Pod::Spec.new do |s|

s.default_subspecs = 'Main'
s.subspec 'Main' do |ss|
ss.ios.dependency 'AppsFlyerFramework', '~> 6.3.4'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.4'
ss.ios.dependency 'AppsFlyerFramework','~> 6.3.5'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.5'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end

s.subspec 'Strict' do |ss|
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.3.4'
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.3.4'
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.3.5'
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.3.5'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end
end
end

0 comments on commit 164279e

Please sign in to comment.