Skip to content

Commit 16e61e1

Browse files
Package file: update plugin descriptions
1 parent 8931582 commit 16e61e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ let package = Package(
3434
name: "GeneratorCommand",
3535
capability: .command(
3636
intent: .custom(
37-
verb: "objectbox-generator", // this is what the user uses
38-
description: "Does the ObjectBox Model generation, and we will add some more text here"
37+
verb: "objectbox-generator", // users will call like 'swift package plugin <verb>'
38+
description: "Runs the ObjectBox code generator"
3939
),
4040
permissions: [
41-
.writeToPackageDirectory(reason: "Generate source files in the package directory")
41+
.writeToPackageDirectory(reason: "Generate files in the package directory")
4242
]
4343
),
4444
dependencies: [

0 commit comments

Comments
 (0)