1. 14 10月, 2020 1 次提交
    • D
      Ocmock dylib (#21786) · 6ba6d812
      Dan Field 提交于
      - Build OCMock as a dylib for iOS tests
      - Set install_name for ios_flutter_test and ocmock dylibs
      - Copy and sign dylibs during build process
      6ba6d812
  2. 14 8月, 2020 1 次提交
  3. 13 8月, 2020 1 次提交
  4. 12 8月, 2020 1 次提交
  5. 15 5月, 2020 1 次提交
  6. 14 4月, 2020 1 次提交
  7. 10 4月, 2020 1 次提交
  8. 08 4月, 2020 1 次提交
  9. 28 9月, 2019 1 次提交
  10. 21 9月, 2019 1 次提交
  11. 21 8月, 2019 1 次提交
  12. 16 8月, 2019 1 次提交
  13. 20 7月, 2019 1 次提交
  14. 12 7月, 2019 1 次提交
  15. 28 6月, 2019 1 次提交
    • G
      Has a binary messenger (#9419) · 50a8e736
      gaaclarke 提交于
      Made the engine and the view controllers have BinaryMessengers, not be
      BinaryMessengers.  This allows us to break retain cycles and makes the
      leaking channels we have not less dire.
      50a8e736
  16. 25 6月, 2019 3 次提交
  17. 22 6月, 2019 1 次提交
    • G
      Ios unit tests choose engine (#9432) · f6389583
      gaaclarke 提交于
      * Split out the run_tests script to a build_and_run_tests script to make
      it easier to run the tests on luci.
      
      * Made build and run pass in its argument to run.
      f6389583
  18. 21 6月, 2019 1 次提交
    • G
      Added unit tests for the ios code. (#9388) · cd973f8a
      gaaclarke 提交于
      * Added unit tests for the ios code.
      
      * Moved the tests to live next to the source.
      
      * Added mocking library.
      
      * Fixed formatting and removed third_party from the format check.
      
      * fixed formatting 2
      
      * Removed ocmock from third_party.
      
      * Added ocmock to third_party, compile from source.
      
      * removed ocmock from license checking
      
      * updated licenses_flutter
      
      * updated tool_signature
      cd973f8a