1. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  2. 12 Jul, 2018 1 commit
    • Chris Bracken's avatar
      Push /usr/bin to front of PATH for ios-deploy runs (#19281) · 379a2d56
      Chris Bracken authored
      ios-deploy relies on LLDB.framework, which relies on /usr/bin/python and
      the 'six' module that's installed on the system. However, it appears to
      use the first version of Python on PATH, rather than explicitly
      specifying the system install.  If a user has a custom install of Python
      (e.g., via Homebrew or MacPorts) ahead of the system Python on their
      PATH, LLDB.framework will pick up that version instead. If the user
      hasn't installed the 'six' module, ios-deploy will fail with a
      relatively cryptic error message.
      
      This patch pushes /usr/bin to the front of PATH for the duration of the
      ios-deploy run to avoid this scenario.
      
      This patch also removes checks for package six.
      
      Neither Flutter nor any of its direct dependencies/tooling relies on
      package six. ios-deploy depends on LLDB.framework (included with Xcode),
      which relies on a Python script that imports this package but uses
      whichever Python is at the front of the path. Flutter now invokes
      ios-deploy with a PATH with /usr/bin forced to the front in order to
      avoid this problem.
      
      We could have retained the check out of paranoia, but this seems
      unnecessary since it's entirely possible LLDB.framework may one day drop
      this dependency, in which case I'd expect the base system install of
      Python would likely drop it as well.
      379a2d56
  3. 05 Jun, 2018 1 commit
  4. 08 May, 2018 1 commit
  5. 04 May, 2018 2 commits
  6. 30 Apr, 2018 2 commits
  7. 09 Apr, 2018 1 commit
  8. 04 Apr, 2018 1 commit
  9. 19 Mar, 2018 1 commit
  10. 17 Mar, 2018 1 commit
  11. 07 Mar, 2018 1 commit
  12. 02 Feb, 2018 1 commit
  13. 28 Sep, 2017 1 commit
  14. 05 Sep, 2017 1 commit
  15. 13 Jul, 2017 1 commit
    • xster's avatar
      Create Podfile dynamically part 1 (#11101) · 6a49419b
      xster authored
      * start
      
      * with create
      
      * refactor cocoapod code, add tests
      
      * fix tests
      
      * throw when cocoapod missing
      
      * obj-c projects don’t use use_framework!
      6a49419b
  16. 29 Jun, 2017 1 commit
  17. 16 Jun, 2017 2 commits
  18. 22 May, 2017 2 commits
  19. 12 May, 2017 1 commit
  20. 02 May, 2017 1 commit
  21. 27 Mar, 2017 1 commit
  22. 10 Mar, 2017 3 commits
  23. 04 Mar, 2017 1 commit
  24. 28 Feb, 2017 1 commit
  25. 09 Feb, 2017 2 commits
  26. 02 Feb, 2017 2 commits
  27. 01 Feb, 2017 1 commit