From 03d49fa8153e5f9ac1359274a6379e32d275db70 Mon Sep 17 00:00:00 2001 From: onevcat Date: Mon, 20 Jan 2025 16:32:47 +0900 Subject: [PATCH] Update example app settings --- example/ios/Podfile.lock | 2 +- example/ios/Runner/AppDelegate.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 72505a9..4d362db 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -28,4 +28,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 00e11052cc39ea18fbe809bd677b0128a21ff9b7 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/example/ios/Runner/AppDelegate.swift b/example/ios/Runner/AppDelegate.swift index 71cc41e..f1dc486 100644 --- a/example/ios/Runner/AppDelegate.swift +++ b/example/ios/Runner/AppDelegate.swift @@ -1,7 +1,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication,