[Bugfix] Mobile platform builds #11
@ -1,4 +1,13 @@
|
|||||||
// swift-tools-version: 5.8
|
// swift-tools-version: 5.5
|
||||||
|
//
|
||||||
|
// This source file is part of the SwiftLibs open source project
|
||||||
|
//
|
||||||
|
// Copyright (c) 2023 Röck+Cöde VoF. and the SwiftLibs project authors
|
||||||
|
// Licensed under the EUPL 1.2 or later.
|
||||||
|
//
|
||||||
|
// See LICENSE.txt for license information
|
||||||
|
// See CONTRIBUTORS.txt for the list of SwiftLibs project authors
|
||||||
|
//
|
||||||
|
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
@ -30,7 +39,6 @@ let package = Package(
|
|||||||
],
|
],
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
targets: [
|
targets: [
|
||||||
// MARK: Targets
|
|
||||||
.target(
|
.target(
|
||||||
name: "Communications",
|
name: "Communications",
|
||||||
dependencies: []
|
dependencies: []
|
||||||
@ -52,7 +60,6 @@ let package = Package(
|
|||||||
name: "Persistence",
|
name: "Persistence",
|
||||||
dependencies: []
|
dependencies: []
|
||||||
),
|
),
|
||||||
// MARK: Test targets
|
|
||||||
.testTarget(
|
.testTarget(
|
||||||
name: "CommunicationsTests",
|
name: "CommunicationsTests",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user