Skip to content

Commit b45c232

Browse files
authored
Update Package.swift
1 parent d5973cc commit b45c232

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ let package = Package(
1212
],
1313
targets: [
1414
.target(
15-
name: "AAInfographics",
16-
path: "AAInfographics",
15+
name: "AAInfographics",
16+
path: "AAInfographics",
1717
exclude: ["Info.plist", "ProjectBundlePathLoader.swift"],
18-
resources: [
19-
.copy("AAJSFiles.bundle")
20-
]
18+
resources: [
19+
.copy("AAJSFiles.bundle")
20+
]
2121
)
2222
]
2323
)

0 commit comments

Comments
 (0)