Skip to content

Commit

Permalink
fix: migrate @UIApplicationMain attribute to @main (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored Aug 12, 2024
1 parent af33478 commit 704a642
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 @@ -3,7 +3,7 @@ import Flutter
import UIKit
import WebKit

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
var sharedText = ""

Expand Down

0 comments on commit 704a642

Please sign in to comment.