Skip to content

Commit

Permalink
Merge pull request #16 from AppsFlyerSDK/releases/6.x.x/6.15.x/6.15.1…
Browse files Browse the repository at this point in the history
…-rc1

Commited from github action - prepaing the repo for QA locally.
  • Loading branch information
morisgateno-appsflyer authored Aug 20, 2024
2 parents 0e7ce2b + 42c55de commit a32cc02
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AdobeAEPSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'Adobe AEP Sample' do
pod 'AEPSignal'
pod 'AEPMobileServices'
pod 'AEPAnalytics'
pod 'AppsFlyerAdobeAEPExtension','6.15.0'
pod 'AppsFlyerAdobeAEPExtension','6.15.1'
pod 'AEPCore'

end
4 changes: 2 additions & 2 deletions AppsFlyerAdobeAEPExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
version_appsflyerLib = '6.15.0'
version_plugin = '6.15.0'
version_appsflyerLib = '6.15.1'
version_plugin = '6.15.1'

Pod::Spec.new do |s|
s.name = 'AppsFlyerAdobeAEPExtension'
Expand Down
2 changes: 1 addition & 1 deletion AppsFlyerAdobeExtension/Sources/AppsFlyerConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
enum AppsFlyerConstants {
static let EXTENSION_NAME = "com.appsflyer.adobeextension"
static let FRIENDLY_NAME = "AppsFlyerAdobeExtension"
static let EXTENSION_VERSION = "6.15.0"
static let EXTENSION_VERSION = "6.15.1"
static let EVENT_GETTER_RESPONSE_DATA_KEY = "getterdata"
static let EVENT_SETTER_REQUEST_DATA_KEY = "setterdata"
static let AF_BRIDGE_SET = "bridge is set"
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(url: /* package url */, from: "1.0.0"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.git", .exact("6.15.0")),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static.git", .exact("6.15.1")),
.package(url: "https://github.com/adobe/aepsdk-core-ios.git", from: "3.0.0")


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### <a id="plugin-build-for"> This plugin is built for

- iOS AppsFlyer SDK **6.15.0**
- iOS AppsFlyer SDK **6.15.1**

<!---
## <a id="breaking-changes"> ❗❗ Breaking changes when updating to ✏️v*.*.*✏️❗❗
Expand Down
4 changes: 2 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 6.15.0

### 6.15.1


### 6.15.0

0 comments on commit a32cc02

Please sign in to comment.