Update uYouPlus.xm

This commit is contained in:
aricloverEXALT 2025-01-21 19:51:46 -06:00 committed by GitHub
parent e4ef84e88c
commit 2d5b4fe36a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
//
// Disable Live Activities (iOS 16+)
// Ensure this is placed within your class implementation
@implementation CustomDisableLiveActivities
@implementation CustomDisableLiveActivities : NSObject
- (void)disableLiveActivitiesAndDynamicIsland {
NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
if (@available(iOS 16.0, *)) {