flutter/dev/benchmarks/complex_layout/ios/Runner
Loïc Sharma 194fefaa53
[iOS] Migrate @UIApplicationMain attribute to @main (#146707)
This migrates Flutter to use the `@main` attribute introduced in Swift 5.3. The `@UIApplicationMain` attribute is deprecated and will be removed in Swift 6. See: https://github.com/apple/swift-evolution/blob/main/proposals/0383-deprecate-uiapplicationmain-and-nsapplicationmain.md

This change is split into two commits:

1. ad18797428 - This updates the iOS app template and adds a migration to replace `@UIApplicationMain` uses with `@main`. 
2. 8ecbb2f29f - I ran `flutter run` on each Flutter iOS app in this repository to verify the app migrates and launches successfully.

Part of https://github.com/flutter/flutter/issues/143044
2024-04-16 22:13:03 +00:00
..
Assets.xcassets Revert "Reland: "Update outdated runners in the benchmarks folder (#91126)" (#92535)" (#93323) 2021-11-09 08:44:56 -08:00
Base.lproj Revert "Update Xcode toolsVersion encoded in generated Main.storyboard (#94084)" (#94164) 2021-11-24 10:12:53 -05:00
AppDelegate.h Require xcode_backend.sh arguments (introduced in Flutter v0.0.7) (#65124) 2020-09-02 16:33:26 -07:00
AppDelegate.m Require xcode_backend.sh arguments (introduced in Flutter v0.0.7) (#65124) 2020-09-02 16:33:26 -07:00
AppDelegate.swift [iOS] Migrate @UIApplicationMain attribute to @main (#146707) 2024-04-16 22:13:03 +00:00
Info.plist iOS info.plist template: make UIViewControllerBasedStatusBar to be true (#128970) 2023-06-20 18:11:18 +00:00
main.m Revert "Reland: "Update outdated runners in the benchmarks folder (#91126)" (#92535)" (#93323) 2021-11-09 08:44:56 -08:00
Runner-Bridging-Header.h Revert the revert (#65602) 2020-09-11 16:20:03 -07:00