Skip to content

Commit

Permalink
Using static framework to not interfere with other TwintSDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Dec 6, 2024
1 parent 7dbb716 commit 1cd676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ let package = Package(
),
.binaryTarget(
name: "TwintSDK",
path: "XCFramework/Dynamic/TwintSDK.xcframework"
path: "XCFramework/Static/TwintSDK.xcframework"
),
.target(
name: "AdyenDelegatedAuthentication",
Expand Down

0 comments on commit 1cd676f

Please sign in to comment.