emorydunn / StreamDeckPlugin

A library for creating Stream Deck plugins in Swift.
https://emorydunn.github.io/StreamDeckPlugin/
MIT License
50 stars 7 forks source link

Fixes to let counter example compile #19

Closed RomanBaiocco closed 1 year ago

RomanBaiocco commented 1 year ago

On the main branch, if I cd into Example/counter and run swift build I am unable to compile the plugin due to some errors. These changes fix those errors.

RomanBaiocco commented 1 year ago

Just tried again! Let me know if I did it incorrectly, this is literally the first thing I've done after getting the basics of the language down 😅