* ios: Workaround for stackoverflow with Xcode 16
- Increased stack size to 4MiB
- Fix: https://github.com/simplex-chat/simplex-chat/issues/4837
* Remove Main Thread Stack Size Linker Setting
Removed the linker setting for the main thread stack size as the main thread is no longer used.
* Set Thread Stack Size to 2MiB
Set the thread stack size to 2MiB. In my environment, 992KiB worked fine, so increasing the size to more than double should provide sufficient margin.
* ios: moving content up when setting emoji on the first message (#5766)
* simplify
---------
Co-authored-by: ISHIHARA Kazuto <acevif@kubkul.in>
Co-authored-by: Avently <7953703+avently@users.noreply.github.com>