Skip to content

Commit

Permalink
add ParseCore dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 6, 2024
1 parent ab414de commit 5b85e6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ let package = Package(
),
.target(
name: "ParseUI",
dependencies: [
"ParseCore"
],
path: "ParseUI/ParseUI",
exclude: ["Resources/Info-iOS.plist"],
resources: [.process("Resources")],
Expand Down

0 comments on commit 5b85e6e

Please sign in to comment.