Skip to content

Commit

Permalink
included KeychainAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Gomes committed Jun 6, 2024
1 parent fb0d61e commit abc9a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/krzyzanowskim/OpenSSL.git", .upToNextMinor(from: "3.1.4000")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", from: "4.2.2")
],
targets: [
.target(name: "TyroTapToPaySDKPackage",
dependencies: [
.product(name: "OpenSSL", package: "OpenSSL"),
.product(name: "KeychainAccess", package: "KeychainAccess"),
.target(name: "TyroTapToPaySDK"),
.target(name: "MobileMPOSSDK"),
.target(name: "MobileConfiguration"),
Expand Down

0 comments on commit abc9a45

Please sign in to comment.