Swift Stream Deck Project Template for MacOS
git clone [email protected]:nicholascross/template_stream_deck_swift.git
Update projgen.sh
so the DEFAULT_PROJECTS_PATH
points to the location where you want the plugin project generated.
Install XcodeGen if not already available.
./projgen.sh
This will download the DistributionTool available here.
After entering a plugin name and bundle id a new plugin project will be generated under the DEFAULT_PROJECTS_PATH
path.
Plugin.swift
can then be modified to handle key presses and other events.
The linked iOS simulator plugin was created using this template.
This project is still experimental and not fully utilised or tested by myself so I would encourage you to submit any fixes you make back here.