mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[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:
parent
43ca28b8e8
commit
b16430b2fd
@ -65,7 +65,7 @@ static NSString* const kAppBundleIdentifier = @"io.flutter.flutter.app";
|
||||
if (enableImpeller != nil) {
|
||||
return enableImpeller.boolValue;
|
||||
}
|
||||
return NO;
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSString*)assetsPath {
|
||||
|
Loading…
Reference in New Issue
Block a user