Skip to content

Replace DocC with Doxygen #5

Replace DocC with Doxygen

Replace DocC with Doxygen #5

Workflow file for this run

name: iOS 17
on:
push:
paths:
- 'ios/**'
- '.github/workflows/ios17.yml'
pull_request:
paths:
- 'ios/**'
- '.github/workflows/ios17.yml'
jobs:
build:
name: Test iOS 17
runs-on: macos-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4
- name: Checkout
uses: actions/checkout@v4
with:
submodules: True
- name: Install CocoaPods
run: gem install cocoapods -v 1.15.2
- name: Pod Install
run: pod install --repo-update
working-directory: ios
- name: Build
run: ./build.sh
working-directory: ios
- name: Test iOS 17.5
run: ./test.sh "Fuse iOS 17.5" "17.5" "iPhone 15"
working-directory: ios