We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a16bc commit 9e65e25Copy full SHA for 9e65e25
Sources/Basics/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# This source file is part of the Swift open source project
2
#
3
-# Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
+# Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
4
# Licensed under Apache License v2.0 with Runtime Library Exception
5
6
# See http://swift.org/LICENSE.txt for license information
@@ -18,7 +18,7 @@ add_library(Basics
18
EnvironmentVariables.swift
19
Errors.swift
20
FileSystem+Extensions.swift
21
- HTPClient+URLSession.swift
+ HTTPClient+URLSession.swift
22
HTTPClient.swift
23
JSON+Extensions.swift
24
JSONDecoder+Extensions.swift
Sources/Basics/HTPClient+URLSession.swift renamed to Sources/Basics/HTTPClient+URLSession.swift
0 commit comments