Skip to content

Commit

Permalink
3.2.4-beta.01
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Sep 18, 2024
1 parent 215c8f5 commit cd306c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ let package = Package(
products: [
.library(
name: "NamiApple",
targets: ["NamiApple"]),
targets: ["NamiApple"]
),
],
dependencies: [
// No Nami Dependencies
],
targets: [
// Nami is a binary XCFramework
.binaryTarget(
.binaryTarget(
name: "NamiApple",
url: "https://packages.namiml.com/NamiSDK/Apple/3.0.5/NamiApple.xcframework-3.0.5.zip",
checksum: "2a119ca78e600fa9012f17f5147a14cb0f314fc7eed80dd05d73c90a6d5f9a1b"
)
url: "https://packages.namiml.com/NamiSDK/Apple/3.2.4-beta.01/NamiApple.xcframework-3.2.4-beta.01.zip",
checksum: "287ed48003a36c1b579b25b3042c50b58f0944d7eff9bb9fac762e74a7779ec4"
),
]
)

0 comments on commit cd306c8

Please sign in to comment.