Deploy spellcheck on MacOS

Wich files do I need to deploy when using the RichEditorSpellcheck on MacOS and in which folder do I need to deploy ?

best regards,
Anske

The spell check database file needs to be deployed (normally it has the .SPLX extension).
This is configured via TTMSFMXSpellCheck.DatabaseFilename and thus, you set the path where this database is located via this property.

Thank that does the trick.

I noticed that on first use (every time the app starts) on windows the spellchecker database loads almost instantly on Mac it takes about 30 seconds to load. Is there anything I can do to speed this up?

That is strange and extremely long. How large is this file? How many languages are configured?

About 10,3 Mb 1 language (Dutch)

I cannot see a reason for this taking so long.
Do you put the file in the same folder as the executable?

No, on the Mac it is in /users/shared/myapp/ and on Windows it is in C:\Users\Public\Documents\MyApp