mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
[Mac] Removed call to "containsString" because it won't work in older OS
This commit is contained in:
parent
5ec581d91b
commit
fc2147ce97
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ NSRange _previousSelRange;
|
|||
BOOL legacy = ([clientAppId isEqual: @"com.apple.iWork.Pages"] ||
|
||||
[clientAppId isEqual: @"com.apple.iWork.Keynote"] ||
|
||||
[clientAppId isEqual: @"com.github.atom"] ||
|
||||
[clientAppId containsString: @"libreoffice"] ||
|
||||
[clientAppId isEqual: @"com.collabora.libreoffice-free"] ||
|
||||
[clientAppId isEqual: @"org.libreoffice.script"] ||
|
||||
[clientAppId isEqual: @"com.axosoft.gitkraken"] ||
|
||||
[clientAppId isEqual: @"org.sil.app.builder.scripture.ScriptureAppBuilder"] ||
|
||||
[clientAppId isEqual: @"org.sil.app.builder.reading.ReadingAppBuilder"] ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue