1. 03 Jan, 2024 2 commits
  2. 02 Jan, 2024 2 commits
  3. 29 Jun, 2023 1 commit
    • lsaudon's avatar
      Deletes files that should be ignored (#127984) · 7cab354d
      lsaudon authored
      Some files are supposed to ignore, but don't.
      
      - **/windows/flutter/generated_plugins.cmake
      - **/linux/flutter/generated_plugin_registrant.cc
      - **/linux/flutter/generated_plugin_registrant.h
      - **/linux/flutter/generated_plugins.cmake
      - **/windows/flutter/generated_plugin_registrant.cc
      - **/windows/flutter/generated_plugin_registrant.h
      - **/ios/Runner/GeneratedPluginRegistrant.h
      - **/ios/Runner/GeneratedPluginRegistrant.m
      
      *List which issues are fixed by this PR. You must list at least one issue.*
      
      *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
      7cab354d
  4. 20 Jun, 2023 1 commit
  5. 02 May, 2023 1 commit
    • Jenn Magder's avatar
      Migrate Xcode projects last version checks to Xcode 14.3 (#125827) · 1861ac47
      Jenn Magder authored
      1. Add iOS and macOS migration to mark "last upgraded" Xcode version to 14.3 to prevent `Update to recommended settings` warning.
      2. Update iOS and macOS templates to same.
      3. Update iOS template to set `BuildIndependentTargetsInParallel` to YES as suggested.  I didn't add a migration for this since it seems like a minor optimization and I don't think it's worth a potentially botched/corrupted migration.
      4. Run all example/integration test project to see migrator work.
      5. Add some missing test projects to the build shard since I noticed they were missing and I had to build those manually outside `SHARD=build_tests`.
      
      Fixes https://github.com/flutter/flutter/issues/125817
      See https://github.com/flutter/flutter/pull/90304 for Xcode 13 example.
      1861ac47
  6. 13 Jan, 2023 1 commit
  7. 26 Jul, 2022 1 commit
  8. 15 Apr, 2022 1 commit
  9. 05 Apr, 2022 1 commit
  10. 24 Nov, 2021 2 commits
  11. 22 Sep, 2021 1 commit
  12. 25 Jun, 2021 1 commit
  13. 24 Jun, 2021 1 commit
  14. 15 Jun, 2021 1 commit
  15. 23 Mar, 2021 1 commit
  16. 03 Mar, 2021 1 commit
  17. 07 Jan, 2021 1 commit
  18. 06 Jan, 2021 2 commits
  19. 05 Dec, 2020 1 commit
  20. 17 Nov, 2020 1 commit
  21. 22 Oct, 2020 1 commit
  22. 20 Oct, 2020 1 commit
  23. 19 Oct, 2020 1 commit
  24. 06 Aug, 2020 1 commit
  25. 23 Jun, 2020 1 commit
  26. 08 Jun, 2020 2 commits
  27. 03 Jun, 2020 2 commits
  28. 13 May, 2020 1 commit
  29. 14 Apr, 2020 1 commit
  30. 03 Mar, 2020 1 commit
  31. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  32. 15 Oct, 2019 1 commit
  33. 10 Sep, 2019 1 commit
  34. 28 Aug, 2019 1 commit