Skip to content

Commit

Permalink
Update iOS delegate annotation to @main.
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Dec 29, 2024
1 parent fe68cbd commit 8589b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import UIKit
import Flutter
import flutter_downloader

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down

0 comments on commit 8589b46

Please sign in to comment.