#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().
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().
NSBundle* FLTGetApplicationBundle | ( | ) |
Definition at line 35 of file FlutterNSBundleUtils.mm.
Referenced by FLTFrameworkBundleWithIdentifier().
|
static |
FLUTTER_ASSERT_ARC NSString* const kDefaultAssetPath = @"@"Frameworks/App.framework/flutter_assets" |
Definition at line 13 of file FlutterNSBundleUtils.mm.
Referenced by FLTAssetPath().