Skip to content

Commit

Permalink
Revert SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed May 1, 2024
1 parent 1b37607 commit 951d4f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pkg.products = [

let pmk: Target = .target(name: "PromiseKit")
pmk.path = "Sources"
pmk.resources = [
.process("Resources/PrivacyInfo.xcprivacy")
]
pmk.exclude = [
"AnyPromise.swift",
"AnyPromise.m",
Expand Down
3 changes: 0 additions & 3 deletions Package@swift-4.2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pkg.products = [

let pmk: Target = .target(name: "PromiseKit")
pmk.path = "Sources"
pmk.resources = [
.process("Resources/PrivacyInfo.xcprivacy")
]
pmk.exclude = [
"AnyPromise.swift",
"AnyPromise.m",
Expand Down
3 changes: 0 additions & 3 deletions Package@swift-5.0.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ pkg.products = [

let pmk: Target = .target(name: "PromiseKit")
pmk.path = "Sources"
pmk.resources = [
.process("Resources/PrivacyInfo.xcprivacy")
]
pmk.exclude = [
"AnyPromise.swift",
"AnyPromise.m",
Expand Down
3 changes: 0 additions & 3 deletions Package@swift-5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ pkg.products = [

let pmk: Target = .target(name: "PromiseKit")
pmk.path = "Sources"
pmk.resources = [
.process("Resources/PrivacyInfo.xcprivacy")
]
pmk.exclude = [
"AnyPromise.swift",
"AnyPromise.m",
Expand Down

0 comments on commit 951d4f8

Please sign in to comment.