Fix release iOS builds

This commit is contained in:
Lior Halphon 2024-10-04 15:40:13 +03:00
parent ec65cfd942
commit 2498456bcc
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
- (instancetype)initWithTheme:(GBTheme *)theme - (instancetype)initWithTheme:(GBTheme *)theme
{ {
assert(false); assert(false);
__builtin_unreachable();
} }
- (CGRect)viewRectForOrientation:(UIInterfaceOrientation)orientation - (CGRect)viewRectForOrientation:(UIInterfaceOrientation)orientation