Skip to content

Commit 1065ef3

Browse files
authored
Merge pull request #529 from Adyen/feature/addSPMdescription
Added SPM migration description
2 parents b16b034 + 166c0a4 commit 1065ef3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
- Pay by Bank is now supported as an Instant Component. Payment
66
method [type](https://docs.adyen.com/payment-methods/payment-method-types): **paybybank**.
7-
- Support for Swift Package Manager (SPM).
7+
- Support for Swift Package Manager (SPM).
8+
When migrating an existing project to Swift Package Manager (SPM), you must manually import
9+
modules in your `AppDelegate.swift`:
10+
* `import AdyenActions`
11+
* If you apply custom styling to Drop-in, you must also include `import AdyenDropIn`.
812

913
### Improved
1014

0 commit comments

Comments
 (0)