提交 0d4185b4 编写于 作者: C Collin Jackson

Fix typo in application identifier

上级 b77331ad
...@@ -519,7 +519,7 @@ ...@@ -519,7 +519,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.aplication.FlutterApplication; PRODUCT_BUNDLE_IDENTIFIER = io.flutter.application.FlutterApplication;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
}; };
...@@ -536,7 +536,7 @@ ...@@ -536,7 +536,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.aplication.FlutterApplication; PRODUCT_BUNDLE_IDENTIFIER = io.flutter.application.FlutterApplication;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
}; };
......
...@@ -179,7 +179,7 @@ static std::string TracesBasePath() { ...@@ -179,7 +179,7 @@ static std::string TracesBasePath() {
// to resolve the path there first. // to resolve the path there first.
// TODO: Allow specification of the application bundle identifier // TODO: Allow specification of the application bundle identifier
NSBundle* applicationBundle = [NSBundle NSBundle* applicationBundle = [NSBundle
bundleWithIdentifier:@"io.flutter.aplication.FlutterApplication"]; bundleWithIdentifier:@"io.flutter.application.FlutterApplication"];
NSString* path = [applicationBundle pathForResource:@"app" ofType:@"flx"]; NSString* path = [applicationBundle pathForResource:@"app" ofType:@"flx"];
if (path.length != 0) { if (path.length != 0) {
return path.UTF8String; return path.UTF8String;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册