)]}'
{
  "commit": "1592b6047a59b80ee80f610b4f24a7d6a53e8d69",
  "tree": "62bc9b2c2f1713f170a7410423ae5afbcfff2db8",
  "parents": [
    "3f6a2785b3a5a39e6cea4a95711023056aa8337e"
  ],
  "author": {
    "name": "Chris Bracken",
    "email": "chris@bracken.jp",
    "time": "Wed Apr 05 09:07:00 2023 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Apr 05 09:07:00 2023 -0700"
  },
  "message": "[macOS] Remove FlutterApplication class (#40939)\n\nThe need for the FlutterApplication NSApplication subclass was\r\neliminated in 8679b67cb324f5f5a4a8e76c5c8f1f08bd1ec447. The relevant app\r\ntermination logic was moved into FlutterAppDelegate in that patch.\r\nRemoving FlutterApplication needs to be done in three stages:\r\n1. Migrate logic to FlutterAppDelegate (done in above patch)\r\n2. Update Flutter tool template. Update migrator to migrate all apps\r\nusing FlutterApplication back to NSApplication. This is done in\r\nhttps://github.com/flutter/flutter/pull/124173.\r\n3. Eliminate FlutterApplication.h header since all references to it have\r\nnow been removed.\r\n\r\nNo tests since, as described above, this is the removal of unused (as of\r\nstep 2 above) code.\r\n\r\nIssue: https://github.com/flutter/flutter/issues/30735\r\n\r\n## Pre-launch Checklist\r\n\r\n- [X] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [X] I read the [Tree Hygiene] wiki page, which explains my\r\nresponsibilities.\r\n- [X] I read and followed the [Flutter Style Guide] and the [C++,\r\nObjective-C, Java style guides].\r\n- [X] I listed at least one issue that this PR fixes in the description\r\nabove.\r\n- [ ] I added new tests to check the change I am making or feature I am\r\nadding, or Hixie said the PR is test-exempt. See [testing the engine]\r\nfor instructions on writing and running engine tests.\r\n- [X] I updated/added relevant documentation (doc comments with `///`).\r\n- [X] I signed the [CLA].\r\n- [X] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\u003c!-- Links --\u003e\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#overview\r\n[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene\r\n[Flutter Style Guide]:\r\nhttps://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo\r\n[C++, Objective-C, Java style guides]:\r\nhttps://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style\r\n[testing the engine]:\r\nhttps://github.com/flutter/flutter/wiki/Testing-the-engine\r\n[CLA]: https://cla.developers.google.com/\r\n[flutter/tests]: https://github.com/flutter/tests\r\n[breaking change policy]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes\r\n[Discord]: https://github.com/flutter/flutter/wiki/Chat",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8732f9462824d7d2424eea3c32eeeaf76f7364fe",
      "old_mode": 33188,
      "old_path": "ci/licenses_golden/licenses_flutter",
      "new_id": "e5011256a6f6abb9477fe7f6fe322c34e40ad320",
      "new_mode": 33188,
      "new_path": "ci/licenses_golden/licenses_flutter"
    },
    {
      "type": "modify",
      "old_id": "4cbf37b8c0513f0e2b56f0bafc67a83fd51f4734",
      "old_mode": 33188,
      "old_path": "shell/platform/darwin/macos/BUILD.gn",
      "new_id": "d672f9551736c6078e92572f0d6017e2f6b428e6",
      "new_mode": 33188,
      "new_path": "shell/platform/darwin/macos/BUILD.gn"
    },
    {
      "type": "delete",
      "old_id": "38b5439ede7e83c66141338e873da170d1092ee6",
      "old_mode": 33188,
      "old_path": "shell/platform/darwin/macos/framework/Headers/FlutterApplication.h",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "13c7f78775ec40047558232162c70a598026232e",
      "old_mode": 33188,
      "old_path": "shell/platform/darwin/macos/framework/Headers/FlutterMacOS.h",
      "new_id": "5fc794b92995d7995347523f29d111e91e87da25",
      "new_mode": 33188,
      "new_path": "shell/platform/darwin/macos/framework/Headers/FlutterMacOS.h"
    },
    {
      "type": "delete",
      "old_id": "8c9797192c23abeb5470a3cc89dcedc7339fcb2d",
      "old_mode": 33188,
      "old_path": "shell/platform/darwin/macos/framework/Source/FlutterApplication.mm",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    }
  ]
}
