mirror of
https://github.com/flutter/samples.git
synced 2026-05-14 02:47:42 +00:00
Added Chrome OS Best Practices Sample (#74)
This commit is contained in:
committed by
Andrew Brogdon
parent
7434817c0b
commit
42f2dce01b
13
chrome-os-best-practices/ios/Runner/AppDelegate.swift
Executable file
13
chrome-os-best-practices/ios/Runner/AppDelegate.swift
Executable file
@@ -0,0 +1,13 @@
|
||||
import UIKit
|
||||
import Flutter
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user