Skip to content

Commit

Permalink
Add visionOS in the create-xcframeworks script
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Feb 23, 2024
1 parent 5f575ad commit 45eb5dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scripts/create-xcframeworks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ struct Main : AsyncParsableCommand {
 * - xcodebuild -scheme eXtenderZ-dynamic-iOS -showdestinations */
let targets = [
(sdk: "macOS", platform: "macOS"),
(sdk: "visionOS", platform: "visionOS"),
(sdk: "visionOS", platform: "visionOS Simulator"),
(sdk: "iOS", platform: "iOS"),
(sdk: "iOS", platform: "iOS Simulator"),
(sdk: "iOS", platform: "macOS"),
Expand Down

0 comments on commit 45eb5dc

Please sign in to comment.