import "flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h"#include <Foundation/Foundation.h>import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"Go to the source code of this file.
Functions | |
| static NSString * | GetFlutterAssetsPathFromBundle (NSBundle *bundle, NSString *relativeAssetsPath) |
| NSBundle * | FLTFrameworkBundleInternal (NSString *flutterFrameworkBundleID, NSURL *searchURL) |
| NSBundle * | FLTGetApplicationBundle () |
| NSBundle * | FLTFrameworkBundleWithIdentifier (NSString *flutterFrameworkBundleID) |
| NSString * | FLTAssetPath (NSBundle *bundle) |
| NSString * | FLTAssetsPathFromBundle (NSBundle *bundle) |
Variables | |
| FLUTTER_ASSERT_ARC NSString *const | kDefaultAssetPath = @"@"Frameworks/App.framework/flutter_assets" |
| NSString * FLTAssetPath | ( | NSBundle * | bundle | ) |
Definition at line 60 of file FlutterNSBundleUtils.mm.
References kDefaultAssetPath.
Referenced by FLTAssetsPathFromBundle().
| NSString * FLTAssetsPathFromBundle | ( | NSBundle * | bundle | ) |
Definition at line 64 of file FlutterNSBundleUtils.mm.
References FLTAssetPath(), and GetFlutterAssetsPathFromBundle().
Referenced by FlutterDartProject::defaultBundleIdentifier.
| NSBundle * FLTFrameworkBundleInternal | ( | NSString * | flutterFrameworkBundleID, |
| NSURL * | searchURL | ||
| ) |
Definition at line 17 of file FlutterNSBundleUtils.mm.
Referenced by FLTFrameworkBundleWithIdentifier().
| NSBundle * FLTFrameworkBundleWithIdentifier | ( | NSString * | flutterFrameworkBundleID | ) |
Definition at line 46 of file FlutterNSBundleUtils.mm.
References FLTFrameworkBundleInternal(), and FLTGetApplicationBundle().
Referenced by FlutterDartProject::defaultBundleIdentifier.
| NSBundle * FLTGetApplicationBundle | ( | ) |
Definition at line 35 of file FlutterNSBundleUtils.mm.
Referenced by FlutterDartProject::defaultBundleIdentifier, and FLTFrameworkBundleWithIdentifier().
|
static |
Definition at line 73 of file FlutterNSBundleUtils.mm.
Referenced by FLTAssetsPathFromBundle().
| FLUTTER_ASSERT_ARC NSString* const kDefaultAssetPath = @"@"Frameworks/App.framework/flutter_assets" |
Definition at line 13 of file FlutterNSBundleUtils.mm.
Referenced by FLTAssetPath().