File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,28 @@ let package = Package(
1010 . macOS( . v12) ,
1111 . iOS( . v15) ,
1212 . tvOS( . v15) ,
13- . watchOS( . v8) ,
13+ . watchOS( . v8)
1414 ] ,
1515 products: [
1616 // Products define the executables and libraries a package produces, making them visible to
1717 // other packages.
1818 . library(
1919 name: " Objects2XLSX " ,
20- targets: [ " Objects2XLSX " ] ) ,
20+ targets: [ " Objects2XLSX " ] )
2121 ] ,
2222 dependencies: [
23- . package ( url: " https://github.com/fatbobman/SimpleLogger.git " , from: " 0.0.1 " ) ,
23+ . package ( url: " https://github.com/fatbobman/SimpleLogger.git " , from: " 0.7.0 " )
2424 ] ,
2525 targets: [
2626 // Targets are the basic building blocks of a package, defining a module or a test suite.
2727 // Targets can depend on other targets in this package and products from dependencies.
2828 . target(
2929 name: " Objects2XLSX " ,
3030 dependencies: [
31- . product( name: " SimpleLogger " , package : " SimpleLogger " ) ,
31+ . product( name: " SimpleLogger " , package : " SimpleLogger " )
3232 ] ) ,
3333 . testTarget(
3434 name: " Objects2XLSXTests " ,
35- dependencies: [ " Objects2XLSX " ] ) ,
35+ dependencies: [ " Objects2XLSX " ] )
3636 ] ,
3737 swiftLanguageModes: [ . v6] )
You can’t perform that action at this time.
0 commit comments