Skip to content

Create LICENSE

Create LICENSE #46

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/[email protected]
with:
project: 'Example/HierarchyResponderExample.xcodeproj'
scheme: 'HierarchyResponderExample'
watch_scheme: 'HierarchyResponderExampleWatch'