Skip to content

Commit 0af9df7

Browse files
committed
добавлен тэг
1 parent f25ab38 commit 0af9df7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
// Products define the executables and libraries a package produces, and make them visible to other packages.
1010
.library(
1111
name: "iOSIntPackage",
12-
targets: ["iOSIntPackage"]),
12+
targets: ["iOSIntPackage"])
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
@@ -23,6 +23,6 @@ let package = Package(
2323
dependencies: []),
2424
.testTarget(
2525
name: "iOSIntPackageTests",
26-
dependencies: ["iOSIntPackage"]),
26+
dependencies: ["iOSIntPackage"])
2727
]
2828
)

0 commit comments

Comments
 (0)