)]}'
{
  "commit": "b1d5f03351590a0954d19c7584186f0722323169",
  "tree": "9b975d7bdb0f96fc2f13752d579a18cf00578c2e",
  "parents": [
    "203dcca1d3c4fc838b1c3afa5df3e5eca963292f"
  ],
  "author": {
    "name": "Victoria Ashworth",
    "email": "15619084+vashworth@users.noreply.github.com",
    "time": "Tue Nov 11 12:48:25 2025 -0600"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Nov 11 18:48:25 2025 +0000"
  },
  "message": "Separate copying dsym into its own target (#178261)\n\nDuring a release build, we copy the\n`bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/dSYMs/Flutter.framework.dSYM`\nto the `build/ios/Release-iphoneos/Flutter.framework.dSYM` as part of\nthe `UnpackIOS` build target.\n\nThis moves that logic from `UnpackIOS` into its own target\n(`ReleaseUnpackIOSDsym`) and adds `ReleaseUnpackIOSDsym` as a dependency\nof `ReleaseUnpackIOS`. This is needed so that if `UnpackIOS` is skipped,\n`ReleaseUnpackIOSDsym` can still run.\n\nThis also applies that same logic to macOS.\n\nIncremental change toward\nhttps://github.com/flutter/flutter/issues/166489.\n\n## Pre-launch Checklist\n\n- [x] I read the [Contributor Guide] and followed the process outlined\nthere for submitting PRs.\n- [x] I read the [Tree Hygiene] wiki page, which explains my\nresponsibilities.\n- [x] I read and followed the [Flutter Style Guide], including [Features\nwe expect every widget to implement].\n- [x] I signed the [CLA].\n- [x] I listed at least one issue that this PR fixes in the description\nabove.\n- [x] I updated/added relevant documentation (doc comments with `///`).\n- [x] I added new tests to check the change I am making, or this PR is\n[test-exempt].\n- [x] I followed the [breaking change policy] and added [Data Driven\nFixes] where supported.\n- [x] All existing and new tests are passing.\n\nIf you need help, consider asking for advice on the #hackers-new channel\non [Discord].\n\n**Note**: The Flutter team is currently trialing the use of [Gemini Code\nAssist for\nGitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).\nComments from the `gemini-code-assist` bot should not be taken as\nauthoritative feedback from the Flutter team. If you find its comments\nuseful you can update your code accordingly, but if you are unsure or\ndisagree with the feedback, please feel free to wait for a Flutter team\nmember\u0027s review for guidance on which automated comments should be\naddressed.\n\n\u003c!-- Links --\u003e\n[Contributor Guide]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview\n[Tree Hygiene]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md\n[test-exempt]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests\n[Flutter Style Guide]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md\n[Features we expect every widget to implement]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement\n[CLA]: https://cla.developers.google.com/\n[flutter/tests]: https://github.com/flutter/tests\n[breaking change policy]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes\n[Discord]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md\n[Data Driven Fixes]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "780dcf30e50c7fb623bda3a356f378adc0d155af",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/lib/src/build_system/targets/darwin.dart",
      "new_id": "688d182e1e4b9efced3be6c8166f25bd513a745c",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/lib/src/build_system/targets/darwin.dart"
    },
    {
      "type": "modify",
      "old_id": "3b70fc732b790a2db803cbd55c04175a559db63d",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/lib/src/build_system/targets/ios.dart",
      "new_id": "72cf449b51d60271b7b068eaf1b7bd90e2321b03",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/lib/src/build_system/targets/ios.dart"
    },
    {
      "type": "modify",
      "old_id": "d4693d9952fc8a97b2a102b3c05b1ba2c6c2267e",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/lib/src/build_system/targets/macos.dart",
      "new_id": "322da8cabc42cc4afa58a6bcda8b20161c2b5fb0",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/lib/src/build_system/targets/macos.dart"
    },
    {
      "type": "modify",
      "old_id": "8ec8bd7619412491bb918ba52cf270902c06a274",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/general.shard/build_system/targets/ios_test.dart",
      "new_id": "23f359aa52562d34f08918aa2535c12da10cb719",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/general.shard/build_system/targets/ios_test.dart"
    },
    {
      "type": "modify",
      "old_id": "aa31e06bfcddd8d33f5646bd0398ff3d9f7f9860",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/general.shard/build_system/targets/macos_test.dart",
      "new_id": "1138365d94f9f7c1fddbff2d5e2bdbe7995c1b84",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/general.shard/build_system/targets/macos_test.dart"
    },
    {
      "type": "modify",
      "old_id": "9a2f792b6c855c1295e2bf67bc836d618dca9070",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/host_cross_arch.shard/ios_content_validation_test.dart",
      "new_id": "fcf8e73beb3c07db5b07d76e72e5e05cdbf33f94",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/host_cross_arch.shard/ios_content_validation_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c578a26f037b6f467ca328bc581341c301df67c2",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/host_cross_arch.shard/macos_content_validation_test.dart",
      "new_id": "524ba6838f0fd59b4fc5af7057ba3cfce17728ec",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/host_cross_arch.shard/macos_content_validation_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b004394619a4d9b49eb69e851ae9c4d35d8c62b5",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/integration.shard/test_utils.dart",
      "new_id": "cf43b3b0d6c9620ee3ffeda9d6f59f4592f01e97",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/integration.shard/test_utils.dart"
    }
  ]
}
