@@ -7,46 +7,26 @@ let package = Package(
77 name: " ObjectBox " ,
88
99 products: [
10- . plugin( name: " BuildCommand " , targets: [ " BuildCommand " ] ) , // not functional, just a placeholder
1110 . plugin( name: " GeneratorCommand " , targets: [ " GeneratorCommand " ] ) ,
1211 . library( name: " ObjectBox " , targets: [ " ObjectBox " ] ) ,
13- // .library(name: "ObjectBoxSyc", targets: ["ObjectBoxSync"]),
14-
1512 ] ,
1613 targets: [
1714
1815 /// MARK: - Binary dependencies
1916 . binaryTarget(
2017 name: " ObjectBoxGenerator " ,
21- // path: "Resources/ObjectBoxGenerator.artifactbundle"
2218 url:
2319 " https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.3.x/ObjectBoxGenerator.artifactbundle.zip " ,
2420 checksum: " 62d3e8d9e7141ef75462c8f8f08e6334def0b80f946053550ff7c6789c3187f9 "
2521 ) ,
2622 . binaryTarget(
2723 name: " ObjectBox " ,
28- //path: "../tmp/ObjectBox-xcframework-4.0.3.zip"
2924 url:
3025 " https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.3.x/ObjectBox.xcframework.zip " ,
3126 checksum: " b680d60d598f818d5f077eebbe0584bd38b723c982133bc186ffe18bf6364eb2 "
3227 ) ,
3328
34- // .binaryTarget(
35- // name: "ObjectBoxSync",
36- // url:
37- // "https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.3.x/ObjectBoxSync.xcframework.zip",
38- // checksum: "TODO"
39- // ),
40-
4129 /// MARK: - Plugin implementations
42-
43- // TODO, nothing functional atm, just a placeholder
44- . plugin(
45- name: " BuildCommand " ,
46- capability: . buildTool( ) ,
47- path: " Plugins/BuildCommand "
48- ) ,
49-
5030 . plugin(
5131 name: " GeneratorCommand " ,
5232 capability: . command(
0 commit comments