Skip to content

Hot reload on device using build helper app on host Mac #22

Hot reload on device using build helper app on host Mac

Hot reload on device using build helper app on host Mac #22

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- run: swift build
podspec:
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- run: bundle install
- run: bundle exec pod lib lint