mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
ios: fix random crashes in chat on iOS 18 (#5734)
This commit is contained in:
parent
9dfa68bf57
commit
4bd95c8e4e
1 changed files with 2 additions and 0 deletions
|
@ -1989,6 +1989,7 @@
|
|||
);
|
||||
LLVM_LTO = YES_THIN;
|
||||
MARKETING_VERSION = 6.3;
|
||||
OTHER_LDFLAGS = "-Wl,-stack_size,0x1000000";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = chat.simplex.app;
|
||||
PRODUCT_NAME = SimpleX;
|
||||
SDKROOT = iphoneos;
|
||||
|
@ -2038,6 +2039,7 @@
|
|||
);
|
||||
LLVM_LTO = YES;
|
||||
MARKETING_VERSION = 6.3;
|
||||
OTHER_LDFLAGS = "-Wl,-stack_size,0x1000000";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = chat.simplex.app;
|
||||
PRODUCT_NAME = SimpleX;
|
||||
SDKROOT = iphoneos;
|
||||
|
|
Loading…
Add table
Reference in a new issue