Skip to content
Merged
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
35 changes: 0 additions & 35 deletions LocalPackages/PIADesignSystem/Package.swift

This file was deleted.

14 changes: 2 additions & 12 deletions LocalPackages/PIALibrary/Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.
// swift-tools-version: 5.9

import PackageDescription

Expand All @@ -14,10 +12,7 @@ let package = Package(
products: [
.library(
name: "PIALibrary",
targets: [
"PIALibrary",
"PIALibraryUtilObjC"
]
targets: ["PIALibrary"]
)
],
dependencies: [
Expand All @@ -37,7 +32,6 @@ let package = Package(
name: "PIALibrary",
dependencies: [
"Gloss",
"PIALibraryUtilObjC",
.product(name: "Logging", package: "swift-log"),
.product(name: "Reachability", package: "Reachability.swift"),
.product(name: "PIAKPI", package: "mobile-ios-releases-kpi"),
Expand All @@ -54,10 +48,6 @@ let package = Package(
.process("Resources")
]
),
.target(
name: "PIALibraryUtilObjC",
dependencies: []
),
.testTarget(
name: "PIALibraryTests",
dependencies: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
//

import Foundation
import __PIALibraryNative

private let log = PIALogger.logger(for: PingTask.self)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
//

import Foundation
import __PIALibraryNative

private let log = PIALogger.logger(for: ServersPinger.self)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
//

import Foundation
import __PIALibraryNative

fileprivate let log = PIALogger.logger(for: DefaultServerProvider.self)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading