Skip to content

Commit

Permalink
Format packages and add visionos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Nov 5, 2024
1 parent 432e0d8 commit 3f9eba4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ let macroTarget: Target = Target.macro(

let package = Package(
name: "Mocked",
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macCatalyst(.v13),
.visionOS(.v1)
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
Expand Down

0 comments on commit 3f9eba4

Please sign in to comment.