CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
517 stars 84 forks source link

Change target version of STTextView #95

Closed emoonadev closed 1 year ago

emoonadev commented 1 year ago

A bug was fixed at this commit: https://github.com/krzyzanowskim/STTextView/commit/6a3ed085c26ba06fcd365c5056b31755cbddfa87 A release tag need to be created for STTextView, so it's a logic change to target the version of SPM to from:

lukepistrol commented 1 year ago

Once STTextView has the new tag set, I'll look into it and update the dependency. This will also result in a new tag release for CodeEditTextView.

emoonadev commented 1 year ago

The fix was released