Skip to content

Remove Watch app from unsupported targets #10

Remove Watch app from unsupported targets

Remove Watch app from unsupported targets #10

Workflow file for this run

name: Build Project
on:
push:
pull_request:
jobs:
build:
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Apple Platforms Action
uses: EmilioPelaez/build-apple-platforms@v1.0.0
with:
project: 'Example/MonarchExample.xcodeproj'
scheme: 'MonarchExample'
watch_scheme: 'MonarchExampleWatch'