Skip to content

Commit

Permalink
re-add ParseUI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 6, 2024
1 parent 336aece commit ab414de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ let package = Package(
publicHeadersPath: "Source",
cSettings: [.headerSearchPath("Internal/**")]
),
.target(
name: "ParseUI",
path: "ParseUI/ParseUI",
exclude: ["Resources/Info-iOS.plist"],
resources: [.process("Resources")],
publicHeadersPath: "Source",
cSettings: [.headerSearchPath("Internal/**")]
),
.target(
name: "ParseLiveQuery",
dependencies: [
Expand Down

0 comments on commit ab414de

Please sign in to comment.