Skip to content

Commit f648789

Browse files
committed
Update Package.swift
1 parent 434589f commit f648789

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
@@ -16,6 +16,6 @@ let package = Package(
1616
.package(url: "https://github.com/EricAtomic/releaseCoreTest.git", from: "0.1.0"),
1717
],
1818
targets: [
19-
.binaryTarget(name: "AtomicSDK", path: "iOS/AtomicSDK.xcframework")
19+
.binaryTarget(name: "AtomicSDK", path: "iOS/AtomicSDK.xcframework", dependencies: ["AACCore"])
2020
]
2121
)

0 commit comments

Comments
 (0)