1. 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
  2. 29 Oct, 2019 1 commit
  3. 28 Oct, 2019 1 commit
  4. 10 Oct, 2019 1 commit
  5. 24 Sep, 2019 1 commit
  6. 12 Sep, 2019 1 commit
    • stuartmorgan's avatar
      Harden macOS build use of Xcode project getInfo (#40375) · 72888c7f
      stuartmorgan authored
      - Makes build_macos.dart handle the case where there is only one Xcode
        project in the macos/ directory, but it's not called Runner.xcodeproj
      - Makes getInfo throw a tool exit when trying to get project info and it
        can't find a project, since that is a configuration error by the user
        rather than a tool bug.
      72888c7f
  7. 05 Sep, 2019 1 commit
  8. 26 Aug, 2019 1 commit
    • stuartmorgan's avatar
      Add profile support on macOS (#39264) · 74076958
      stuartmorgan authored
      Fix some places where Debug/Release was treated as a binary switch.
      
      Makes similar changes to Windows and Linux to simplify adding profile
      support to those platforms in the future. This means `--profile` builds
      will fail on Linux and Windows for now, but that's fine since they
      aren't actually supported, and unlike `--release` don't provide useful
      functionality at the native code level.
      
      Also fixes 'stopApp' always using Debug on macOS, to avoid showing an
      error when running Profile (or Release).
      
      Fixes #33203
      74076958
  9. 15 Aug, 2019 1 commit
  10. 08 Aug, 2019 1 commit
  11. 06 Aug, 2019 1 commit
  12. 01 Aug, 2019 1 commit
  13. 31 Jul, 2019 1 commit
  14. 29 Jul, 2019 1 commit
  15. 16 Jul, 2019 1 commit
  16. 18 Jun, 2019 1 commit
  17. 07 Jun, 2019 1 commit
  18. 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
  19. 22 May, 2019 1 commit
  20. 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
  21. 23 Apr, 2019 1 commit
  22. 22 Apr, 2019 1 commit
  23. 18 Apr, 2019 2 commits