1. 27 Feb, 2020 1 commit
  2. 06 Jan, 2020 1 commit
  3. 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
  4. 19 Nov, 2019 1 commit
  5. 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
  6. 17 Aug, 2019 1 commit
  7. 15 Aug, 2019 1 commit
  8. 06 Aug, 2019 1 commit
  9. 31 Jul, 2019 1 commit
  10. 16 May, 2019 1 commit
    • stuartmorgan's avatar
      Change the way macOS app names are located (#32706) · f8b07e23
      stuartmorgan authored
      Instead of requiring a name_output.sh, expect a file called
      .app_filename in the macos/Flutter directory containing just the name of
      the application. The expectation is that the Xcode build will create
      that file with a script.
      
      This is not intended as a long-term solution, but it's a substantial
      improvement over name_output.sh:
      - name_output.sh required constructing the full build output path; this
        made sense when it was coupled with build.sh, but now that the
        decision for where build output goes lives in flutter_tool, that logic
        should as well.
      - Changing the name of the application required also updating
        name_output.sh, which is error-prone. With .app_filename, it can be
        created using $PRODUCT_NAME, which means that the usual way of setting
        the application name will automatically update this flow as well.
      
      Part of #30706
      f8b07e23
  11. 18 Apr, 2019 1 commit
  12. 22 Mar, 2019 1 commit
  13. 06 Mar, 2019 1 commit
  14. 24 Jan, 2019 1 commit