#include "flutter/common/settings.h"#include "flutter/runtime/platform_data.h"#include "flutter/shell/common/engine.h"import "flutter/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h"import "flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h"Go to the source code of this file.
Functions | |
| NS_ASSUME_NONNULL_BEGIN flutter::Settings | FLTDefaultSettingsForBundle (NSBundle *_Nullable bundle=nil, NSProcessInfo *_Nullable processInfoOrNil=nil) |
| NSNumber *_Nullable | FLTEnableWideGamutFromBundle (NSBundle *_Nullable bundle, NSBundle *_Nullable mainBundle) |
| NS_ASSUME_NONNULL_BEGIN flutter::Settings FLTDefaultSettingsForBundle | ( | NSBundle *_Nullable | bundle = nil, |
| NSProcessInfo *_Nullable | processInfoOrNil = nil |
||
| ) |
| NSNumber *_Nullable FLTEnableWideGamutFromBundle | ( | NSBundle *_Nullable | bundle, |
| NSBundle *_Nullable | mainBundle | ||
| ) |
Returns the value of the FLTEnableWideGamut key from the given bundle, falling back to the main bundle if not found in the first. If both bundles are the same object, the value is read once.
Definition at line 42 of file FlutterDartProject.mm.
Referenced by FlutterDartProject::defaultBundleIdentifier.