Skip to content

Commit

Permalink
update action and add vision os
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Oct 18, 2024
1 parent f96e158 commit cf62d2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/composite_actions/get_platform_parameters/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ runs:
DEVICE="Apple Vision Pro"
OS_VERSION="1.1"
;;
visionOS/*)
DEVICE="Apple Vision Pro"
OS_VERSION="1.0"
;;
esac
DESTINATION_MAPPING="{
Expand Down

0 comments on commit cf62d2d

Please sign in to comment.