rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.54k stars 413 forks source link

Migrate code to Swift #898

Closed LEOYoon-Tsaw closed 2 months ago

LEOYoon-Tsaw commented 2 months ago
lotem commented 2 months ago

I don't get how the sandbox benefits. It seems only harder to locate files.

LEOYoon-Tsaw commented 2 months ago

I don't get how the sandbox benefits. It seems only harder to locate files.

It restricts unintentional changes to files. There's lua, it's possible that a user accidentally delete files by misusing lua script.

It also gives users confidence, that Squirrel will not touch anything else than clearly stated in entitlement. Users don't have to trust us not being evil.

But it makes "sync user data" almost impossible without a UI overhaul. So will have to leave it for future reconsideration