mirror of
https://github.com/electron/electron.git
synced 2026-02-01 10:45:01 -05:00
Add _mac suffix for obj-c files.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "browser/atom_application_delegate.h"
|
||||
#import "browser/atom_application_delegate_mac.h"
|
||||
|
||||
#import "browser/atom_application.h"
|
||||
#import "browser/atom_application_mac.h"
|
||||
|
||||
@implementation AtomApplicationDelegate
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "browser/atom_application.h"
|
||||
#import "browser/atom_application_mac.h"
|
||||
|
||||
#include "base/auto_reset.h"
|
||||
#include "base/logging.h"
|
||||
@@ -5,8 +5,8 @@
|
||||
#include "browser/atom_browser_main_parts.h"
|
||||
|
||||
#import "base/mac/bundle_locations.h"
|
||||
#import "browser/atom_application.h"
|
||||
#import "browser/atom_application_delegate.h"
|
||||
#import "browser/atom_application_mac.h"
|
||||
#import "browser/atom_application_delegate_mac.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user