transcribe icon indicating copy to clipboard operation
transcribe copied to clipboard

Create GitHub Action workflow to compile the project into a working binary.

Open dtinth opened this issue 3 years ago • 0 comments

Right now the project can be run from Xcode, but I don't know how to turn this into an executable CLI that people can download and use. Since I am a noob at Swift, some help would be appreciated.

image

Expected

  • A GitHub Workflow action that generates a working binary file along with Info.plist.
  • When the binary is run, it should request Speech Recognition and Microphone usage. Whatever you say into the microphone should be printed on the console.

dtinth avatar Oct 01 '21 17:10 dtinth