Skip to content

Conversation

@n8henrie
Copy link
Member

  • Suggest using QS prefix, keep this naming consistent throughout
  • Remove BUNDLE_LOADER

Previously the template would prompt the user for a name, e.g. MyPlugin, then
prefix this with QS for the most part (QSMyPlugin) throughout the generated
codebase.

This wasn't very explicit, there were a few inconsistencies, and it could easily
lead to someone ending up with QSQSMyPlugin if they weren't aware of this behavior.

Better to just suggest that users name the project QSMyPlugin from the get-go.

Also sneaks in a commit that fixes #3

Previously the QS prefix was automatically inserted some places but not
others. This way it is user-controlled by consistent.
On newer macos (26) this was causing:

ld: unsupported mach-o filetype (only MH_OBJECT and MH_DYLIB can be linked) in '/tmp/QS/build/Debug/QSTextTools.qsplugin/Contents/MacOS/QSTextTools'

Fixes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit tests fail

1 participant