PRODUCT_NAME => ATOM_PRODUCT_NAME

This commit is contained in:
Cheng Zhao 2015-04-14 14:13:03 +08:00
parent a72c7b38a5
commit c20dc06c96
4 changed files with 9 additions and 8 deletions

View file

@ -26,7 +26,7 @@ void AtomBrowserMainParts::PreMainMessageLoopStart() {
base::FilePath frameworkPath = brightray::MainApplicationBundlePath()
.Append("Contents")
.Append("Frameworks")
.Append(PRODUCT_NAME " Framework.framework");
.Append(ATOM_PRODUCT_NAME " Framework.framework");
NSBundle* frameworkBundle = [NSBundle
bundleWithPath:base::mac::FilePathToNSString(frameworkPath)];
NSNib* mainNib = [[NSNib alloc] initWithNibNamed:@"MainMenu"