Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanChannel authored Sep 25, 2024
1 parent 2502788 commit 3f29486
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ let package = Package(
linkerSettings: [
.linkedFramework("AddressBook"),
.linkedFramework("AddressBookUI", .when(platforms: [.iOS, .tvOS]))
],

]
),

// ArrayFormatter Subspec
Expand Down Expand Up @@ -157,8 +156,7 @@ let package = Package(
],
linkerSettings: [
.linkedFramework("CoreLocation")
],

]
),

// NameFormatter Subspec
Expand All @@ -176,8 +174,7 @@ let package = Package(
],
linkerSettings: [
.linkedFramework("AddressBook", .when(platforms: [.iOS, .tvOS]))
],

]
),

// OrdinalNumberFormatter Subspec
Expand Down

0 comments on commit 3f29486

Please sign in to comment.