Skip to content

Commit

Permalink
Remove iOS references from local packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 10, 2023
1 parent 642703d commit b776419
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import PackageDescription
let package = Package(
name: "NetworkProtectionMac",
platforms: [
.iOS("14.0"),
.macOS("11.4")
],
products: [
Expand Down
1 change: 0 additions & 1 deletion LocalPackages/PixelKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import PackageDescription
let package = Package(
name: "PixelKit",
platforms: [
.iOS("14.0"),
.macOS("11.4")
],
products: [
Expand Down
1 change: 0 additions & 1 deletion LocalPackages/SystemExtensionManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import PackageDescription
let package = Package(
name: "SystemExtensionManager",
platforms: [
.iOS("14.0"),
.macOS("11.4")
],
products: [
Expand Down

0 comments on commit b776419

Please sign in to comment.