Skip to content

Remove "Updating the app's deployment version" section from iOS deployment docs #12800

@okorohelijah

Description

@okorohelijah

Page URL

https://docs.flutter.dev/deployment/ios#updating-the-apps-deployment-version

Describe the problem

The current documentation contains a section "Updating the app's deployment version" which instructs developers to manually update the MinimumOSVersion in ios/Flutter/AppframeworkInfo.plist. This step is no longer necessary due to recent tooling changes.

Expected fix

Remove the "Updating the app's deployment version" section once flutter/flutter#178253 is in stable.

The build process now dynamically sets the MinimumOSVersion in App.framework/Info.plist based on the deployment target the binary is compiled with, effectively making the build process the single source of truth.

Additional context

Related PR: flutter/flutter#178253
Tracking Issue: flutter/flutter#176313

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions