Skip to content

Commit

Permalink
Update path of Package.swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmarfer committed May 12, 2021
1 parent 0eb3d88 commit 96cda94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ let package = Package(
dependencies : [
],
targets: [
.target(name: "SimpleImageViewer", dependencies: []),
.target(name: "SimpleImageViewer", dependencies: [], path: "ImageViewer"),
]
)

0 comments on commit 96cda94

Please sign in to comment.