We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8931582 commit 16e61e1Copy full SHA for 16e61e1
Package.swift
@@ -34,11 +34,11 @@ let package = Package(
34
name: "GeneratorCommand",
35
capability: .command(
36
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"
+ verb: "objectbox-generator", // users will call like 'swift package plugin <verb>'
+ description: "Runs the ObjectBox code generator"
39
),
40
permissions: [
41
- .writeToPackageDirectory(reason: "Generate source files in the package directory")
+ .writeToPackageDirectory(reason: "Generate files in the package directory")
42
]
43
44
dependencies: [
0 commit comments