@@ -8,21 +8,21 @@ let package = Package(
88 platforms: [
99 . iOS( . v16) ,
1010 . macOS( . v11) ,
11- . visionOS( . v1) ,
11+ . visionOS( . v1)
1212 ] ,
1313 products: [
1414 // Products define the executables and libraries a package produces, making them visible to other packages.
1515 . library(
1616 name: " NextcloudFileProviderKit " ,
1717 targets: [ " NextcloudFileProviderKit " ]
18- ) ,
18+ )
1919 ] ,
2020 dependencies: [
2121 . package ( url: " https://github.com/nextcloud/NextcloudCapabilitiesKit.git " , from: " 2.3.0 " ) ,
2222 . package ( url: " https://github.com/nextcloud/NextcloudKit " , from: " 7.0.0 " ) ,
2323 . package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.55.0 " ) ,
2424 . package ( url: " https://github.com/realm/realm-swift.git " , from: " 20.0.1 " ) ,
25- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.0.0 " ) ,
25+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.0.0 " )
2626 ] ,
2727 targets: [
2828 // Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -32,13 +32,13 @@ let package = Package(
3232 dependencies: [
3333 . product( name: " NextcloudCapabilitiesKit " , package : " NextcloudCapabilitiesKit " ) ,
3434 . product( name: " NextcloudKit " , package : " NextcloudKit " ) ,
35- . product( name: " RealmSwift " , package : " realm-swift " ) ,
35+ . product( name: " RealmSwift " , package : " realm-swift " )
3636 ]
3737 ) ,
3838 . target(
3939 name: " NextcloudFileProviderKitMocks " ,
4040 dependencies: [
41- " NextcloudFileProviderKit " ,
41+ " NextcloudFileProviderKit "
4242 ]
4343 ) ,
4444 . target(
@@ -49,7 +49,7 @@ let package = Package(
4949 . product( name: " NIOCore " , package : " swift-nio " ) ,
5050 . product( name: " NIOPosix " , package : " swift-nio " ) ,
5151 . product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
52- . product( name: " NIOWebSocket " , package : " swift-nio " ) ,
52+ . product( name: " NIOWebSocket " , package : " swift-nio " )
5353 ] ,
5454 path: " Tests/Interface "
5555 ) ,
@@ -61,6 +61,6 @@ let package = Package(
6161 . testTarget(
6262 name: " NextcloudFileProviderKitTests " ,
6363 dependencies: [ " NextcloudFileProviderKit " , " TestInterface " ]
64- ) ,
64+ )
6565 ]
6666)
0 commit comments