Skip to content

Commit f68c62e

Browse files
versions updated. need to update only Carthage. And then test.
1 parent 3b33970 commit f68c62e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json"
1+
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" == 6.9.1
22
github "segmentio/analytics-ios"

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.8.1"
2-
github "segmentio/analytics-ios" "4.1.6"
1+
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.9.1"
2+
github "segmentio/analytics-ios" "4.1.8"

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
1919
.package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git" , from: "4.0.0"),
20-
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.8.1"),
20+
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", .exact("6.9.1")),
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

examples/SwiftPodsSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'SwiftPodsSample' do
66
use_frameworks!
77

88
# Pods for SwiftPodsSample
9-
pod 'segment-appsflyer-ios', '~> 6.8.1'
9+
pod 'segment-appsflyer-ios', '6.9.1'
1010

1111
end

segment-appsflyer-ios.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Pod::Spec.new do |s|
2222

2323
s.default_subspecs = 'Main'
2424
s.subspec 'Main' do |ss|
25-
ss.ios.dependency 'AppsFlyerFramework','~> 6.8.1'
26-
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.8.1'
25+
ss.ios.dependency 'AppsFlyerFramework','6.9.1'
26+
ss.tvos.dependency 'AppsFlyerFramework', '6.9.1'
2727
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
2828
end
2929

3030
s.subspec 'Strict' do |ss|
31-
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.8.1'
32-
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.8.1'
31+
ss.ios.dependency 'AppsFlyerFramework/Strict', '6.9.1'
32+
ss.tvos.dependency 'AppsFlyerFramework/Strict', '6.9.1'
3333
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
3434
end
3535
end

0 commit comments

Comments
 (0)