Commit 81b793c
ios: Take automatic migration away from @UIApplicationMain
When building for iOS (`flutter run`), I got this output:
ios/Runner/AppDelegate.swift uses the deprecated
@UIApplicationMain attribute, updating.
And sure enough, this change was made, automatically. Sure; might as
well commit it. The following seems to be the explanation for it:
https://github.com/apple/swift-evolution/blob/43b894b0c/proposals/0383-deprecate-uiapplicationmain-and-nsapplicationmain.md1 parent 60bde7d commit 81b793c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments