forked from Nexus/nexus
feat: Add iOS platform support
This commit is contained in:
parent
bf31f5510a
commit
606bf78152
62 changed files with 1667 additions and 50 deletions
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
|
|
@ -1,10 +1,9 @@
|
|||
name: "Build MacOS App"
|
||||
|
||||
on:
|
||||
# TODO: Uncomment this once the MacOS workflow actually works
|
||||
# push:
|
||||
# branches: ["main"]
|
||||
# tags: ["*"]
|
||||
push:
|
||||
branches: ["main"]
|
||||
tags: ["*"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue