Skip to content

fix: pod references in configs #17

fix: pod references in configs

fix: pod references in configs #17

Workflow file for this run

name: iOS 18
on:
push:
paths:
- 'ios/**'
- '.github/workflows/ios18.yml'
- '.github/actions/fuse-ios-setup/action.yml'
pull_request:
paths:
- 'ios/**'
- '.github/workflows/ios18.yml'
- '.github/actions/fuse-ios-setup/action.yml'
jobs:
build:
name: Test iOS 18
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: True
- name: Set up iOS environment
uses: ./.github/actions/fuse-ios-setup
with:
google_maps_api_key: ${{ secrets.GOOGLE_MAPS_API_KEY }}
- name: Test iOS 18.0
run: ./test.sh "Fuse iOS 18.0" "18.0" "iPhone 15"
working-directory: ios