提交 02547a3d 编写于 作者: C Chinmay Garde

iOS: Rename ObjC files to follow Google style guide

上级 296c1c90
......@@ -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[]) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册