Skip to content

Commit

Permalink
Add support for visionOS (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jan 17, 2024
1 parent bcf9211 commit d31a96b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ to learn more about the plugin.
* watchOS
* carPlayOS
* macOS
* visionOS

## Output

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ def self.available_destinations
'watchOS' => ['generic/platform=watchOS', 'generic/platform=watchOS Simulator'],
'carPlayOS' => ['generic/platform=carPlayOS', 'generic/platform=carPlayOS Simulator'],
'macOS' => ['generic/platform=macOS'],
'maccatalyst' => ['generic/platform=macOS,variant=Mac Catalyst']
'maccatalyst' => ['generic/platform=macOS,variant=Mac Catalyst'],
'visionOS' => ['generic/platform=visionOS', 'generic/platform=visionOS Simulator']
}
end

Expand Down

0 comments on commit d31a96b

Please sign in to comment.