Add trailing comma to Package.swift
This commit is contained in:
parent
d7d6d50fbc
commit
544f9de221
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let package = Package(
|
|||
name: "twigs-core",
|
||||
platforms: [
|
||||
.macOS(.v12),
|
||||
.iOS(.v15)
|
||||
.iOS(.v15),
|
||||
],
|
||||
products: [
|
||||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||
|
|
Loading…
Reference in a new issue