Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel authored Jan 31, 2024
1 parent d5973cc commit b45c232
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ let package = Package(
],
targets: [
.target(
name: "AAInfographics",
path: "AAInfographics",
name: "AAInfographics",
path: "AAInfographics",
exclude: ["Info.plist", "ProjectBundlePathLoader.swift"],
resources: [
.copy("AAJSFiles.bundle")
]
resources: [
.copy("AAJSFiles.bundle")
]
)
]
)

0 comments on commit b45c232

Please sign in to comment.