Skip to content

Commit

Permalink
Fix error reporting
Browse files Browse the repository at this point in the history
UIViewController+LCAlert.m wasn't included for the whole time 💀
  • Loading branch information
khanhduytran0 committed May 1, 2024
1 parent 7e42e5b commit 2d7bbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG_BRANCH = $(shell git branch --show-current)
CONFIG_COMMIT = $(shell git log --oneline | sed '2,10000000d' | cut -b 1-7)

# Build the UI library
LiveContainerUI_FILES = LCAppDelegate.m LCJITLessSetupViewController.m LCRootViewController.m LCSettingsListController.m LCTabBarController.m LCUtils.m MBRoundProgressView.m unarchive.m AppInfo.m
LiveContainerUI_FILES = LCAppDelegate.m LCJITLessSetupViewController.m LCRootViewController.m LCSettingsListController.m LCTabBarController.m LCUtils.m MBRoundProgressView.m UIViewController+LCAlert.m unarchive.m AppInfo.m
LiveContainerUI_CFLAGS = \
-fobjc-arc \
-DCONFIG_TYPE=\"$(CONFIG_TYPE)\" \
Expand Down
1 change: 1 addition & 0 deletions UIViewController+LCAlert.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#import "UIKitPrivate.h"
#import "UIViewController+LCAlert.h"

@implementation UIViewController(LCAlert)
Expand Down

0 comments on commit 2d7bbe4

Please sign in to comment.