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 f34d571 commit d3d911eCopy full SHA for d3d911e
Plugins/GeneratorCommand/ObjectBoxCommand.swift
@@ -105,12 +105,9 @@ struct GeneratorCommand: CommandPlugin {
105
} else if targets.isEmpty {
106
Diagnostics.error("No target found")
107
return
108
- } else {
109
- print("Have one target \(targets[0].name)")
110
}
111
112
- print("Remove updated version 1") // some debug to see if latest git version is fetched, or if some cache is used
113
-
+ // This processes all targets, but above code ensures there is only one
114
for target in targets {
115
guard let target = target.sourceModule else { continue }
116
0 commit comments