Skip to content

Commit

Permalink
Fix release iOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Oct 4, 2024
1 parent ec65cfd commit 2498456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS/GBHorizontalLayout.m
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ - (instancetype)initWithTheme:(GBTheme *)theme cutoutOnRight:(bool)cutoutOnRight
- (instancetype)initWithTheme:(GBTheme *)theme
{
assert(false);
__builtin_unreachable();
}

- (CGRect)viewRectForOrientation:(UIInterfaceOrientation)orientation
Expand Down

0 comments on commit 2498456

Please sign in to comment.