Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 25 additions & 7 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ let package = Package(
.library(name: "ProcessOutNetcetera3DS", targets: ["ProcessOutNetcetera3DS"])
],
dependencies: [
.package(url: "https://github.com/checkout/checkout-3ds-sdk-ios", exact: "3.2.9"),
.package(url: "https://github.com/swiftlang/swift-cmark", from: "0.6.0"),
.package(url: "https://github.com/ios-3ds-sdk/SPM", exact: "2.5.32")
.package(url: "https://github.com/checkout/checkout-3ds-sdk-ios", exact: "3.2.11"),
.package(url: "https://github.com/swiftlang/swift-cmark", exact: "0.7.1"),
.package(url: "https://github.com/ios-3ds-sdk/SPM", exact: "2.6.00")
],
targets: [
.target(
Expand Down
17 changes: 0 additions & 17 deletions ProcessOutCheckout3DS.podspec

This file was deleted.

4 changes: 2 additions & 2 deletions Scripts/AddPodOwner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -euo pipefail

# Validates arguments acount
# Validates arguments account
test $# -eq 1

# Add owner
for POD in "ProcessOut" "ProcessOutCoreUI" "ProcessOutUI" "ProcessOutCheckout3DS"; do
for POD in "ProcessOut" "ProcessOutCoreUI" "ProcessOutUI" "ProcessOutNetcetera3DS"; do
pod trunk add-owner $POD $1
done
2 changes: 1 addition & 1 deletion Scripts/PushPodspecs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set +e

# Push Podspecs
for PRODUCT in "ProcessOut" "ProcessOutCoreUI" "ProcessOutUI" "ProcessOutCheckout3DS" "ProcessOutNetcetera3DS"; do
for PRODUCT in "ProcessOut" "ProcessOutCoreUI" "ProcessOutUI" "ProcessOutNetcetera3DS"; do

# This script is intended to be run on CI where cocoapods is already installed.
pod trunk push $PRODUCT.podspec --allow-warnings --synchronous
Expand Down
2 changes: 1 addition & 1 deletion Scripts/UpdateVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ extension ProcessOut {
EOF

# Updates version in podspecs
for PRODUCT in "ProcessOut" "ProcessOutUI" "ProcessOutCoreUI" "ProcessOutCheckout3DS" "ProcessOutNetcetera3DS"; do
for PRODUCT in "ProcessOut" "ProcessOutUI" "ProcessOutCoreUI" "ProcessOutNetcetera3DS"; do
sed -Ei "" "s|(s[.]version *= *)'(.*)'|\1'$VERSION'|" "$PRODUCT.podspec"
done

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0
9.0.21
Binary file modified Vendor/ThreeDS_SDK.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified Vendor/ThreeDS_SDK.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading