1. 17 Oct, 2019 1 commit
  2. 15 Oct, 2019 2 commits
  3. 04 Oct, 2019 1 commit
  4. 30 Sep, 2019 1 commit
  5. 30 Aug, 2019 1 commit
  6. 17 Aug, 2019 1 commit
  7. 06 Aug, 2019 1 commit
  8. 10 Jun, 2019 1 commit
  9. 06 Jun, 2019 1 commit
  10. 04 Jun, 2019 3 commits
  11. 03 Jun, 2019 1 commit
  12. 31 May, 2019 1 commit
    • stuartmorgan's avatar
      Implement plugin tooling support for macOS (#33636) · 3ebebebb
      stuartmorgan authored
      Enables the CocoaPods-based plugin workflow for macOS. This allows a
      macOS project to automatically fetch and add native plugin
      implementations via CocoaPods for anything in pubspec.yaml, as is done
      on iOS.
      3ebebebb
  13. 21 May, 2019 1 commit
  14. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  15. 08 May, 2018 1 commit
  16. 04 May, 2018 2 commits
  17. 12 Apr, 2018 1 commit
  18. 05 Apr, 2018 1 commit
  19. 12 Mar, 2018 1 commit
  20. 19 Feb, 2018 1 commit
  21. 14 Feb, 2018 1 commit
  22. 18 Jan, 2018 1 commit
  23. 04 Jan, 2018 1 commit
  24. 27 Dec, 2017 3 commits
  25. 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