1. 17 Oct, 2019 1 commit
  2. 15 Oct, 2019 2 commits
  3. 10 Jun, 2019 1 commit
  4. 04 Jun, 2019 3 commits
  5. 03 Jun, 2019 1 commit
  6. 21 May, 2019 1 commit
  7. 10 Mar, 2019 1 commit
  8. 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
  9. 08 May, 2018 1 commit
  10. 04 May, 2018 2 commits
  11. 05 Apr, 2018 1 commit
  12. 19 Feb, 2018 1 commit
  13. 18 Jan, 2018 1 commit
  14. 04 Jan, 2018 1 commit
  15. 27 Dec, 2017 3 commits
  16. 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
  17. 24 May, 2017 1 commit
  18. 19 May, 2017 1 commit
  19. 23 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Automatically wire dependencies for native plugins (#8891) · b61e1690
      Jakob Andersen authored
      Go through all packages brought in by pub, and write the name and path of every one that is a flutter plugin into .flutter-plugins.
      
      In android/settings.gradle and ios/Podfile, read in .flutter-plugins, if that file exists. The Android / iOS code from the plugins is automatically added as dependencies of the native code of the app.
      b61e1690
  20. 05 Aug, 2016 1 commit