[Improvement] SwiftLibs package update (#22)
This PR contains the work done to update the `swift-libs` package dependency to its latest version, and it also includes the fixes to the references to the **Communication** and **Foundation** libraries. Reviewed-on: #22 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit is contained in:
parent
9a157d0569
commit
e9f08c68da
@ -23,8 +23,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/rock-n-code/swift-libs.git",
|
||||
"state" : {
|
||||
"revision" : "060d8a84a9e4b5a7d8bb7520c61b009480fb1c9e",
|
||||
"version" : "0.1.9"
|
||||
"revision" : "fca5e034d60bafeb450c9f23ab70c0712acc0c97",
|
||||
"version" : "0.2.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
#if canImport(FoundationNetworking)
|
||||
import FoundationNetworking
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct GetAmiiboEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct GetCharacterEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct GetGameSeriesEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct GetLastUpdatedEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct GetSeriesEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct GetTypeEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Core
|
||||
import Foundation
|
||||
import SwiftLibsFoundation
|
||||
|
||||
extension DateFormatter {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import SwiftLibsCommunication
|
||||
|
||||
protocol Filter {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
import XCTest
|
||||
|
||||
#if canImport(FoundationNetworking)
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
struct TestEndpoint: Endpoint {
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
|
||||
#if canImport(FoundationNetworking)
|
||||
import FoundationNetworking
|
||||
|
@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Communications
|
||||
import Foundation
|
||||
import SwiftLibsCommunication
|
||||
import XCTest
|
||||
|
||||
#if canImport(FoundationNetworking)
|
||||
|
Loading…
x
Reference in New Issue
Block a user