Skip to content

Release SwiftUSD v24.8.11. #45

Release SwiftUSD v24.8.11.

Release SwiftUSD v24.8.11. #45

name: Swift (visionOS 2)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on visionOS
strategy:
matrix:
os: [macos-latest]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: 🥽 Install visionOS Platform
run: |
xcodebuild -downloadPlatform visionOS
- name: 🦦 Install Swift Bundler
run: |
curl -o swift-bundler -L https://github.com/wabiverse/wabi-swift-bundler/releases/download/v3.0.0/swift-bundler
chmod +x ./swift-bundler
cp ./swift-bundler /usr/local/bin
- name: 📦 Build & Bundle
run: ./swift-bundler bundle -c release -p visionOSSimulator UsdView