Pavel Yurchenko před 1 rokem
rodič
revize
f141a50968

+ 0 - 24
Package.swift

@@ -1,24 +0,0 @@
-// swift-tools-version: 6.0
-// The swift-tools-version declares the minimum version of Swift required to build this package.
-
-import PackageDescription
-
-let package = Package(
-    name: "CoordinatorSUI",
-    products: [
-        // Products define the executables and libraries a package produces, making them visible to other packages.
-        .library(
-            name: "CoordinatorSUI",
-            targets: ["CoordinatorSUI"]),
-    ],
-    targets: [
-        // Targets are the basic building blocks of a package, defining a module or a test suite.
-        // Targets can depend on other targets in this package and products from dependencies.
-        .target(
-            name: "CoordinatorSUI"),
-        .testTarget(
-            name: "CoordinatorSUITests",
-            dependencies: ["CoordinatorSUI"]
-        ),
-    ]
-)

+ 0 - 8
Packages/CoordinatorSUI/.gitignore

@@ -1,8 +0,0 @@
-.DS_Store
-/.build
-/Packages
-xcuserdata/
-DerivedData/
-.swiftpm/configuration/registries.json
-.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
-.netrc

+ 0 - 24
Packages/CoordinatorSUI/Package.swift

@@ -1,24 +0,0 @@
-// swift-tools-version: 6.0
-// The swift-tools-version declares the minimum version of Swift required to build this package.
-
-import PackageDescription
-
-let package = Package(
-    name: "CoordinatorSUI",
-    products: [
-        // Products define the executables and libraries a package produces, making them visible to other packages.
-        .library(
-            name: "CoordinatorSUI",
-            targets: ["CoordinatorSUI"]),
-    ],
-    targets: [
-        // Targets are the basic building blocks of a package, defining a module or a test suite.
-        // Targets can depend on other targets in this package and products from dependencies.
-        .target(
-            name: "CoordinatorSUI"),
-        .testTarget(
-            name: "CoordinatorSUITests",
-            dependencies: ["CoordinatorSUI"]
-        ),
-    ]
-)

+ 0 - 2
Packages/CoordinatorSUI/Sources/CoordinatorSUI/CoordinatorSUI.swift

@@ -1,2 +0,0 @@
-// The Swift Programming Language
-// https://docs.swift.org/swift-book

+ 0 - 6
Packages/CoordinatorSUI/Tests/CoordinatorSUITests/CoordinatorSUITests.swift

@@ -1,6 +0,0 @@
-import Testing
-@testable import CoordinatorSUI
-
-@Test func example() async throws {
-    // Write your test here and use APIs like `#expect(...)` to check expected conditions.
-}