flutter/examples/api/ios
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
..
Flutter Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
Runner [iOS] Migrate @UIApplicationMain attribute to @main (#146707) 2024-04-16 22:13:03 +00:00
Runner.xcodeproj Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
Runner.xcworkspace Fix example app names and copyrights (#100795) 2022-03-25 17:40:11 -07:00
.gitignore Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00
Podfile Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00