mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2490 from chinmaygarde/master
iOS: Rename ObjC files to follow Google style guide
This commit is contained in:
commit
526809602b
@ -238,16 +238,19 @@ if (is_android) {
|
||||
"Must specific if the scaffolding is exposed as a framework")
|
||||
|
||||
source_set(target_name) {
|
||||
|
||||
sources = [
|
||||
"platform/ios/flutter_app_delegate.h",
|
||||
"platform/ios/flutter_app_delegate.mm",
|
||||
"platform/ios/flutter_dynamic_service_loader.h",
|
||||
"platform/ios/flutter_dynamic_service_loader.mm",
|
||||
"platform/ios/FlutterAppDelegate.h",
|
||||
"platform/ios/FlutterAppDelegate.mm",
|
||||
"platform/ios/FlutterDynamicServiceLoader.h",
|
||||
"platform/ios/FlutterDynamicServiceLoader.mm",
|
||||
"platform/ios/FlutterView.h",
|
||||
"platform/ios/FlutterView.mm",
|
||||
"platform/ios/FlutterViewController.mm",
|
||||
"platform/ios/flutter_touch_mapper.h",
|
||||
"platform/ios/flutter_touch_mapper.mm",
|
||||
"platform/ios/flutter_view.h",
|
||||
"platform/ios/flutter_view.mm",
|
||||
"platform/ios/flutter_view_controller.mm",
|
||||
"platform/ios/framework/Info.plist",
|
||||
"platform/ios/framework/module.modulemap",
|
||||
"platform/ios/main_ios.mm",
|
||||
"platform/ios/public/Flutter.h",
|
||||
"platform/ios/public/FlutterMacros.h",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "sky/shell/platform/ios/flutter_app_delegate.h"
|
||||
#include "sky/shell/platform/ios/FlutterAppDelegate.h"
|
||||
#include "sky/shell/platform/ios/public/FlutterViewController.h"
|
||||
#include "base/trace_event/trace_event.h"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "sky/shell/platform/ios/flutter_dynamic_service_loader.h"
|
||||
#include "sky/shell/platform/ios/FlutterDynamicServiceLoader.h"
|
||||
#include "sky/services/dynamic/dynamic_service_embedder.h"
|
||||
#include "sky/services/dynamic/dynamic_service_definition.h"
|
||||
#include <Foundation/Foundation.h>
|
||||
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "sky/shell/platform/ios/flutter_view.h"
|
||||
#include "sky/shell/platform/ios/FlutterView.h"
|
||||
|
||||
@interface FlutterView ()<UIInputViewAudioFeedback>
|
||||
|
||||
@ -10,9 +10,9 @@
|
||||
#include "sky/engine/wtf/MakeUnique.h"
|
||||
#include "sky/services/engine/sky_engine.mojom.h"
|
||||
#include "sky/services/platform/ios/system_chrome_impl.h"
|
||||
#include "sky/shell/platform/ios/flutter_dynamic_service_loader.h"
|
||||
#include "sky/shell/platform/ios/flutter_touch_mapper.h"
|
||||
#include "sky/shell/platform/ios/flutter_view.h"
|
||||
#include "sky/shell/platform/ios/FlutterDynamicServiceLoader.h"
|
||||
#include "sky/shell/platform/ios/FlutterView.h"
|
||||
#include "sky/shell/platform/mac/platform_mac.h"
|
||||
#include "sky/shell/platform/mac/platform_view_mac.h"
|
||||
#include "sky/shell/platform_view.h"
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#include "sky/shell/platform/ios/flutter_app_delegate.h"
|
||||
#include "sky/shell/platform/ios/FlutterAppDelegate.h"
|
||||
#include "sky/shell/platform/mac/platform_mac.h"
|
||||
|
||||
int main(int argc, const char* argv[]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user