Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7a31d4d

Browse files
authored
lint
1 parent dea5145 commit 7a31d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
static const char* kApplicationKernelSnapshotFileName = "kernel_blob.bin";
3434

35-
NSBundle* bundleWithIdentifierFast(NSURL* frameworkDirURL, NSString* bundleID) {
35+
NSBundle* FLTBundleWithIdentifierFast(NSURL* frameworkDirURL, NSString* bundleID) {
3636
NSArray<NSURL*>* frameworkURLs =
3737
[[NSFileManager defaultManager] contentsOfDirectoryAtURL:frameworkDirURL
3838
includingPropertiesForKeys:@[]
@@ -66,7 +66,7 @@
6666

6767
bool hasExplicitBundle = bundle != nil;
6868
if (bundle == nil) {
69-
bundle = bundleWithIdentifierFast([engineBundle.bundleURL URLByDeletingLastPathComponent],
69+
bundle = FLTBundleWithIdentifierFast([engineBundle.bundleURL URLByDeletingLastPathComponent],
7070
[FlutterDartProject defaultBundleIdentifier]);
7171
}
7272
if (bundle == nil) {

0 commit comments

Comments
 (0)