Skip to content

Commit cf3cf2c

Browse files
solderzzcAegis-AI
andauthored
build: revert to remote URL for mlx-swift to support xcode remote package resolution (#20)
Co-authored-by: Aegis-AI <aegis@sharpai.com>
1 parent 2447344 commit cf3cf2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let package = Package(
4949
// In standalone CI, the checkout step clones SharpAI/mlx-swift
5050
// into ../mlx-swift so this path resolves correctly.
5151
// ─────────────────────────────────────────────────────────────────────────
52-
.package(path: "../mlx-swift"),
52+
.package(url: "https://github.com/SharpAI/mlx-swift.git", branch: "main"),
5353

5454
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0-latest"),
5555
],

0 commit comments

Comments
 (0)