Skip to content

Added applicationSupportsSecureRestorableState ApplicationDelegate pr… #55

Added applicationSupportsSecureRestorableState ApplicationDelegate pr…

Added applicationSupportsSecureRestorableState ApplicationDelegate pr… #55

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
name: Build on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build app
run: make build_unsigned
#- name: Run tests
# run: make clt_tests