Skip to content

Added playback speed to the video player #28

Added playback speed to the video player

Added playback speed to the video player #28

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
tvOS:
name: tvOS
runs-on: macOS-13
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
- name: Build
run: xcodebuild -project Wasserflug-tvOS.xcodeproj -scheme Wasserflug-tvOS -destination "generic/platform=tvOS Simulator"