#import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
NSBundle * | FLTFrameworkBundleInternal (NSString *flutterFrameworkBundleID, NSURL *searchURL) |
NSBundle * | FLTFrameworkBundleWithIdentifier (NSString *flutterFrameworkBundleID) |
NSBundle * | FLTGetApplicationBundle () |
NSString * | FLTAssetPath (NSBundle *bundle) |
NSString * | FLTAssetsPathFromBundle (NSBundle *bundle) |
Variables | |
NS_ASSUME_NONNULL_BEGIN NSString *const | kDefaultAssetPath |
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 FLTDefaultSettingsForBundle().
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 FLTDefaultSettingsForBundle().
NSBundle* FLTGetApplicationBundle | ( | ) |
Definition at line 35 of file FlutterNSBundleUtils.mm.
Referenced by FLTDefaultSettingsForBundle(), and FLTFrameworkBundleWithIdentifier().
NS_ASSUME_NONNULL_BEGIN NSString* const kDefaultAssetPath |
Definition at line 13 of file FlutterNSBundleUtils.mm.
Referenced by FLTAssetPath().