Skip to content

Commit

Permalink
Commited from github action - prepaing the repo for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 3, 2023
1 parent d010360 commit 4cab35e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 6.10.1
* Update iOS SDK to v6.10.1
* Added ci-cd.
* Added Platform Extension call.

### 6.9.1
* Updated iOS SDK to v6.9.1
* Added unit tests.
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',:podspec => '../../segment-appsflyer-ios.podspec'
pod 'segment-appsflyer-ios','6.10.1'
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',:podspec => '../../segment-appsflyer-ios.podspec'
pod 'segment-appsflyer-ios','6.10.1'

end
3 changes: 0 additions & 3 deletions releasenotes.6.10.1

This file was deleted.

2 changes: 1 addition & 1 deletion segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version_appsflyerLib = '6.10.1'
version_plugin = '6.9.1'
version_plugin = '6.10.1'

Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
Expand Down

0 comments on commit 4cab35e

Please sign in to comment.