Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License update - Batch 44 #8746

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
//
// Generated file. Do not edit.
//
Expand Down
5 changes: 5 additions & 0 deletions packages/devtools_app/macos/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
Copyright 2025 The Flutter Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
-->
If macos configuration needs to be regenerated, after regeneration
Copy link
Contributor Author

@mossmana mossmana Jan 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are other files like *.plist, *.xcworkspacedata etc. that are also in this directory. They are typically generated. It's not clear which, if any, of the *.swift files are generated. So, including headers on them for now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds fine. If these are generated files (which I think most, if not all, are), the headers will fall off on the next generation, which should get us into the expected state.

apply updates to avoide bug like
https://github.com/flutter/devtools/issues/5189
Expand Down
3 changes: 3 additions & 0 deletions packages/devtools_app/macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
import Cocoa
import FlutterMacOS

Expand Down
3 changes: 3 additions & 0 deletions packages/devtools_app/macos/Runner/MainFlutterWindow.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
import Cocoa
import FlutterMacOS

Expand Down
3 changes: 3 additions & 0 deletions packages/devtools_app/macos/RunnerTests/RunnerTests.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
import FlutterMacOS
import Cocoa
import XCTest
Expand Down
Loading