)]}'
{
  "commit": "c9306d5b2efe749ffd9450e838ba3399785a35e6",
  "tree": "aafba076d17c5bf6d6d8067a09bfb6d9bf603750",
  "parents": [
    "e3005e3402d9cfa2043114c8bc53c59d12e9b98e"
  ],
  "author": {
    "name": "flutteractionsbot",
    "email": "154381524+flutteractionsbot@users.noreply.github.com",
    "time": "Wed Sep 09 14:02:41 2026 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Sep 09 21:02:41 2026 +0000"
  },
  "message": "[CP-beta][native assets] Bump minimum iOS version from 13 to 15 (#192507)\n\nThis pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request)\r\nPlease fill in the form below, and a flutter domain expert will evaluate this cherry pick request.\r\n\r\n### Issue Link:\r\nWhat is the link to the issue this cherry-pick is addressing?\r\n\r\nhttps://github.com/flutter/flutter/issues/https://github.com/dart-lang/native/issues/3594\r\n\r\n### Impact Description:\r\nWhat is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)?\r\nDoes it impact development (ex. flutter doctor crashes when Android Studio is installed),\r\nor the shipping of production apps (the app crashes on launch).\r\nThis information is for domain experts and release engineers to understand the consequences of saying yes or no to the cherry pick.\r\n\r\nDevelopers cannot submit iOS apps to App Store Connect / TestFlight when using native assets compiled with -mios-version-min \u003e\u003d 14 (such as libraries using C++20).\r\n\r\nThis impacts shipping production apps. Apple rejects the uploaded IPA with error ITMS-90208: Invalid Bundle because flutter_tools generates a framework Info.plist with MinimumOSVersion \u003d 13.0, conflicting with the binary\u0027s higher OS requirement.\r\n\r\n### Changelog Description:\r\nExplain this cherry pick:\r\n* In one line that is accessible to most Flutter developers.\r\n* That describes the state prior to the fix.\r\n* That includes which platforms are impacted.\r\nSee [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples.\r\n\r\n[flutter/191964](https://github.com/flutter/flutter/pull/191964): On iOS, apps bundling native assets fail App Store submission when native libraries are compiled with deployment targets above iOS 13.\r\n\r\n### Workaround:\r\nIs there a workaround for this issue?\r\n\r\nManually edit Info.plist inside Runner.app/Frameworks/\u003cname\u003e.framework/Info.plist in the built archive to set MinimumOSVersion to 15.0, and re-sign the framework and app before uploading to App Store Connect\r\n\r\n### Risk:\r\nWhat is the risk level of this cherry-pick?\r\n\r\n### Test Coverage:\r\nAre you confident that your fix is well-tested by automated tests?\r\n\r\n### Validation Steps:\r\nWhat are the steps to validate that this fix works?\r\n\r\n1) Build an iOS app with native assets: flutter build ios --release --no-codesign.\r\n2) Check the framework Info.plist\r\n```\r\nplutil -p build/ios/iphoneos/Runner.app/Frameworks/*.framework/Info.plist | grep MinimumOSVersion\r\n\r\n```\r\n3)Confirm it reads \"15.0\" instead of \"13.0\"",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "68680a9209599ed890a5b1acd20c3495954f1afe",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/lib/src/isolated/native_assets/ios/native_assets.dart",
      "new_id": "c6a97e8cb6bcca66d0e2ed85ae9cd7634e0cff1a",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/lib/src/isolated/native_assets/ios/native_assets.dart"
    },
    {
      "type": "modify",
      "old_id": "a2616d62a6dda3d03bfadf644f4acfe9a89d3744",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/integration.shard/isolated/native_assets_flutter_build_test.dart",
      "new_id": "fac8ba2aeade042d9428f3549c2580b8bf669339",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/integration.shard/isolated/native_assets_flutter_build_test.dart"
    }
  ]
}
