1. 06 Mar, 2020 1 commit
  2. 05 Mar, 2020 2 commits
  3. 27 Feb, 2020 1 commit
  4. 07 Feb, 2020 1 commit
  5. 06 Feb, 2020 2 commits
  6. 05 Feb, 2020 1 commit
  7. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  8. 28 Aug, 2019 2 commits
  9. 23 Aug, 2019 1 commit
  10. 15 Aug, 2019 1 commit
  11. 06 Aug, 2019 1 commit
  12. 01 Aug, 2019 2 commits
  13. 31 Jul, 2019 1 commit
  14. 30 May, 2019 1 commit
    • stuartmorgan's avatar
      Restructure macOS project files (#33608) · 932200ca
      stuartmorgan authored
      Rather than macos/Flutter containing a mixture of files that should and
      shouldn't be checked in, create clear locations for:
      - Files that are "owned" by Flutter, but should be checked in
        (Flutter/). This will contain files like the top-level Flutter
        xcconfigs, generated plugin registrants, etc.
      - Files that are generated by Flutter on the fly, and should not be
        checked in (Flutter/ephemeral/). This will contain Flutter SDK caches,
        the generated xcconfig, etc.
      
      Also adds Flutter-owned Debug and Release xcconfig variants, in
      preparation for PodSpec tooling.
      932200ca
  15. 12 May, 2019 1 commit
    • stuartmorgan's avatar
      Adjust macOS build flow (#32538) · 710a0cb9
      stuartmorgan authored
      - Removes SYMROOT from the Generated.xcconfig. Having it causes current
        versions of Xcode to switch the project's build output to "Legacy",
        which causes anything not overridden to use a project-relative build
        directory instead of a shared directory in DerivedData, breaking
        anything with subprojects that it depends on.
        This means that `flutter run` and builds from Xcode will use
        completely different build directories, but that each should be
        internally consistent.
      - Moves the FlutterMacOS.framework to $SRCROOT/Flutter. This is
        consistent with the approach we're moving to for all desktop
        platforms, and avoids issues finding it now that SYMROOT doesn't match
        for the two different build modes.
      
      Fixes #32494
      710a0cb9
  16. 09 May, 2019 1 commit
  17. 24 Apr, 2019 1 commit
  18. 22 Apr, 2019 1 commit