Skip to content

Commit

Permalink
fix package generation (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll authored Oct 2, 2024
1 parent 27c10ba commit 22e90cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ let package = Package(
.target(
name: "YttriumCore",
dependencies: [
"RustXcframework"
"RustXcframework",
.product(name: "SwiftDotenv", package: "swift-dotenv")
],
path: "crates/ffi/YttriumCore/Sources/YttriumCore"
),
Expand Down
3 changes: 2 additions & 1 deletion scripts/generate_package_swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ let package = Package(
.target(
name: "YttriumCore",
dependencies: [
"RustXcframework"
"RustXcframework",
.product(name: "SwiftDotenv", package: "swift-dotenv")
],
path: "crates/ffi/YttriumCore/Sources/YttriumCore"
),
Expand Down

0 comments on commit 22e90cf

Please sign in to comment.