[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:
@@ -65,7 +65,7 @@ static NSString* const kAppBundleIdentifier = @"io.flutter.flutter.app";
|
|||||||
if (enableImpeller != nil) {
|
if (enableImpeller != nil) {
|
||||||
return enableImpeller.boolValue;
|
return enableImpeller.boolValue;
|
||||||
}
|
}
|
||||||
return NO;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString*)assetsPath {
|
- (NSString*)assetsPath {
|
||||||
|
|||||||
Reference in New Issue
Block a user