[macOS] Enable Impeller by default on macOS. (#164572)

Enables impeller by default on macOS devices. An opt out can still be
configured by passing --no-enable-impeller or using the
FLTEnableImpeller / NO setting in the Info.plist.
This commit is contained in:
Jonah Williams 2025-03-10 09:19:21 -07:00 committed by GitHub
parent 43ca28b8e8
commit b16430b2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ static NSString* const kAppBundleIdentifier = @"io.flutter.flutter.app";
if (enableImpeller != nil) {
return enableImpeller.boolValue;
}
return NO;
return YES;
}
- (NSString*)assetsPath {