Skip to content

Commit

Permalink
Merge branch 'develop' into fix-prepare-release-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Feb 18, 2025
2 parents 3d91534 + 43df01f commit e5fad90
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# The github action automatically posts on a PR (if it's not a fork-PR)
# and/or outputs the diff to the $GITHUB_STEP_SUMMARY
- name: 🔍 Detect Changes
uses: Adyen/adyen-swift-public-api-diff@0.8.1
uses: Adyen/adyen-swift-public-api-diff@0.8.3
with:
platform: "iOS"
new: ${{ env.NEW_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

- name: 🛠️ Install Tools
run: |
brew update
brew install sonar-scanner
- name: 👷 Clean Build
Expand Down
2 changes: 1 addition & 1 deletion Adyen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |plugin|
plugin.source_files = 'Adyen/**/*.swift'
plugin.exclude_files = 'Adyen/**/BundleSPMExtension.swift'
plugin.dependency 'AdyenNetworking', '2.0.0'
plugin.dependency 'AdyenNetworking', '3.0.0'
plugin.resource_bundles = {
'Adyen' => [
'Adyen/Assets/**/*.strings',
Expand Down
2 changes: 1 addition & 1 deletion Adyen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9549,7 +9549,7 @@
repositoryURL = "https://github.com/Adyen/adyen-networking-ios";
requirement = {
kind = exactVersion;
version = 2.0.0;
version = 3.0.0;
};
};
F9237D3228CA1E7C004F9929 /* XCRemoteSwiftPackageReference "adyen-3ds2-ios" */ = {
Expand Down
2 changes: 1 addition & 1 deletion Adyen/Analytics/Requests/AnalyticsRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal struct AnalyticsRequest: APIRequest {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion Adyen/Analytics/Requests/InitialAnalyticsRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal struct InitialAnalyticsRequest: APIRequest {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion Adyen/Core/APIClient/Requests/AppleWalletPassRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public struct AppleWalletPassRequest: APIRequest {

public var counter: UInt = 0

public let headers: [String: String] = [:]
public var headers: [String: String] = [:]

public let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion Adyen/Core/APIClient/Requests/ClientKeyRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public struct ClientKeyRequest: APIRequest {

public var counter: UInt = 0

public let headers: [String: String] = [:]
public var headers: [String: String] = [:]

public let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion Adyen/Core/APIClient/Requests/OrderStatusRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public struct OrderStatusRequest: APIRequest {

public var counter: UInt = 0

public let headers: [String: String] = [:]
public var headers: [String: String] = [:]

public let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion Adyen/Core/APIClient/Requests/PaymentStatusRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public struct PaymentStatusRequest: APIRequest {

public var counter: UInt = 0

public let headers: [String: String] = [:]
public var headers: [String: String] = [:]

public let queryParameters: [URLQueryItem] = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal struct NativeRedirectResultRequest: Request {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal struct DisableStoredPaymentMethodRequest: APIRequest {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal struct BalanceCheckRequest: APIRequest {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal struct CancelOrderRequest: APIRequest {

internal let method: HTTPMethod = .post

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal struct CreateOrderRequest: APIRequest {

internal let method: HTTPMethod = .post

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal struct PaymentDetailsRequest: APIRequest {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion AdyenSession/API/Payments/PaymentsRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal struct PaymentsRequest: APIRequest {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion AdyenSession/API/Session Setup/SessionSetupRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal struct SessionSetupRequest: Request {

internal var counter: UInt = 0

internal let headers: [String: String] = [:]
internal var headers: [String: String] = [:]

internal let queryParameters: [URLQueryItem] = []

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let package = Package(
),
.package(
url: "https://github.com/Adyen/adyen-networking-ios",
exact: "2.0.0"
exact: "3.0.0"
),
.package(
url: "https://github.com/Adyen/adyen-wechatpay-ios",
Expand Down
2 changes: 1 addition & 1 deletion Scripts/generate_docc_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let package = Package(
.package(
name: \"AdyenNetworking\",
url: \"https://github.com/Adyen/adyen-networking-ios\",
.exact(Version(2, 0, 0))
.exact(Version(3, 0, 0))
),
.package(
name: \"AdyenWeChatPayInternal\",
Expand Down

0 comments on commit e5fad90

Please sign in to comment.