Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ import PackageDescription

let package = Package(
name: "Depends",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6)
],

products: [
.library(name: "Depends-auto", targets: [ "Depends" ]),
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/Dependency.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/DependencyBase.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/DependencyKey.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/DependencyProvider.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/DependencyRegistry+Combine.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/DependencyRegistry.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/DependencyRegistryBuilder.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/KeyedDependency.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/Depends/ViewDependency.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/TestDepends/BaseTestCase.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Sources/TestDepends/TestDependency.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down
2 changes: 0 additions & 2 deletions Tests/DependsTests/DependencyRegistryTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
//
// Copyright (c) 2021 Unsigned Apps
// Licensed under MIT License
//
Expand Down