Skip to content

Commit 19afe5c

Browse files
Package manifest: format using swift-format
1 parent ba32139 commit 19afe5c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Package.swift

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33
// API reference: https://developer.apple.com/documentation/packagedescription/package
44

5-
import PackageDescription
65
import Foundation
6+
import PackageDescription
77

88
let package = Package(
99
name: "ObjectBox",
10-
1110
products: [
1211
.plugin(name: "ObjectBoxPlugin", targets: ["ObjectBoxGeneratorCommand"]),
13-
.library(
14-
name: "ObjectBox.xcframework", targets: ["ObjectBox.xcframework"]
15-
),
12+
.library(name: "ObjectBox.xcframework", targets: ["ObjectBox.xcframework"]),
1613
],
1714
targets: [
1815

@@ -35,7 +32,7 @@ let package = Package(
3532
name: "ObjectBoxGeneratorCommand",
3633
capability: .command(
3734
intent: .custom(
38-
verb: "objectbox-generator", // users will call like 'swift package plugin <verb>'
35+
verb: "objectbox-generator", // users will call like 'swift package plugin <verb>'
3936
description: "Runs the ObjectBox code generator"
4037
),
4138
permissions: [
@@ -50,4 +47,3 @@ let package = Package(
5047

5148
]
5249
)
53-

0 commit comments

Comments
 (0)