File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11// swift-tools-version: 5.9
22// The swift-tools-version declares the minimum version of Swift required to build this package.
3+ // API reference: https://developer.apple.com/documentation/packagedescription/package
34
45import PackageDescription
56import Foundation
@@ -8,7 +9,7 @@ let package = Package(
89 name: " ObjectBox " ,
910
1011 products: [
11- . plugin( name: " GeneratorCommand " , targets: [ " GeneratorCommand " ] ) ,
12+ . plugin( name: " ObjectBoxPlugin " , targets: [ " ObjectBoxGeneratorCommand " ] ) ,
1213 . library(
1314 name: " ObjectBox.xcframework " , targets: [ " ObjectBox.xcframework " ]
1415 ) ,
@@ -31,7 +32,7 @@ let package = Package(
3132
3233 /// MARK: - Plugin implementations
3334 . plugin(
34- name: " GeneratorCommand " ,
35+ name: " ObjectBoxGeneratorCommand " ,
3536 capability: . command(
3637 intent: . custom(
3738 verb: " objectbox-generator " , // users will call like 'swift package plugin <verb>'
You can’t perform that action at this time.
0 commit comments