Skip to content

A couple of minor improvements to the UIFileDialog. #250

A couple of minor improvements to the UIFileDialog.

A couple of minor improvements to the UIFileDialog. #250

name: iOS
on: [push, pull_request]
jobs:
iOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
run: |
brew install cmake premake
- name: Build
run: |
cd projects/ios
sh ./compile-all.sh config=release_arm64