1. 07 Nov, 2022 1 commit
    • Victoria Ashworth's avatar
      when getting xcworkspace, exclude hidden files (#114099) · 378387b1
      Victoria Ashworth authored
      * exclude xcworkspace that begins with a period
      
      * fix if spacing, add comment
      
      * add unit test for when no xcworkspace found
      
      * update to use xcodeWorkspace, make it nullable and refactor
      
      * check if hostAppRoot exists before trying to get xcworkspace
      
      * use local variables to take advantage of type promotion
      
      * only check if not null, don't need to check if exists
      
      * readd exist check for migrate
      
      * readd missing line at end of file
      378387b1
  2. 27 Oct, 2022 1 commit
  3. 25 Oct, 2022 3 commits
  4. 29 Aug, 2022 1 commit
  5. 29 Jul, 2022 1 commit
  6. 13 Jul, 2022 1 commit
  7. 12 Jul, 2022 1 commit
  8. 03 Jun, 2022 1 commit
  9. 02 May, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 02 Feb, 2022 1 commit
  12. 25 Jan, 2022 1 commit
    • stuartmorgan's avatar
      Don't use example folder as a project type signal (#97157) · 2dd8cb1c
      stuartmorgan authored
      The code to generate platform files used to use the presence of an
      'example' folder to determine whether or not a project was a plugin (in
      which case that generation is bypassed). Later, robust detection was
      added based on the pubspec.yaml `plugin` key, but the old check was left
      in place. This creates false positives where people who add an example
      folder to their app project start getting mysterious failures.
      
      Since the pubspec check is definitive, there's no reason to continue to
      use the presence of `example` as an indicator at all.
      
      Fixes https://github.com/flutter/flutter/issues/87007
      2dd8cb1c
  13. 05 Jan, 2022 1 commit
  14. 07 Dec, 2021 1 commit
  15. 06 Dec, 2021 1 commit
  16. 20 Nov, 2021 1 commit
  17. 12 Nov, 2021 2 commits
  18. 11 Nov, 2021 2 commits
  19. 10 Nov, 2021 2 commits
  20. 07 Nov, 2021 1 commit
  21. 05 Nov, 2021 3 commits
  22. 02 Nov, 2021 1 commit
  23. 08 Oct, 2021 1 commit
  24. 04 Oct, 2021 1 commit
  25. 23 Aug, 2021 1 commit
  26. 01 Jul, 2021 1 commit
  27. 17 Jun, 2021 1 commit
  28. 14 Jun, 2021 1 commit
  29. 27 May, 2021 1 commit
  30. 11 May, 2021 1 commit
  31. 28 Apr, 2021 1 commit
  32. 23 Apr, 2021 1 commit
  33. 21 Apr, 2021 1 commit