Skip to content

Conversation

pythonhubdev
Copy link
Owner

This pull request includes updates to the iOS project to modernize configurations and improve debugging capabilities. The most important changes include updating the minimum iOS deployment target, adding custom LLDB configurations, enabling GPU validation mode, and modernizing the AppDelegate annotation.

iOS Configuration Updates:

  • ios/Podfile: Updated the minimum iOS deployment target from 12.0 to 14.0 to align with newer platform requirements.

Debugging Enhancements:

Code Modernization:

  • ios/Runner/AppDelegate.swift: Replaced the @UIApplicationMain annotation with the modern @main annotation for the AppDelegate class. This is a Swift language update to simplify the app's entry point.

@pythonhubdev pythonhubdev merged commit 18cf8ba into main Jul 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant