Skip to content

Commit 625d44d

Browse files
committed
fix: Fix PrivacyInfo.xcprivacy warning for macOS Desktop on Mac M1 macOS 15 (Sequoia) (#550)
1 parent 3cf0c12 commit 625d44d

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
```yaml
5959
dependencies:
60-
window_manager: ^0.5.0
60+
window_manager: ^0.5.1
6161
```
6262
6363
### 用法

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add this to your package's `pubspec.yaml` file:
5757

5858
```yaml
5959
dependencies:
60-
window_manager: ^0.5.0
60+
window_manager: ^0.5.1
6161
```
6262
6363
### Usage

packages/window_manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1
2+
3+
* fix: Fix PrivacyInfo.xcprivacy warning for macOS Desktop on Mac M1 macOS 15 (Sequoia) (#550)
4+
15
### 0.5.0
26

37
* feat: Add `getId` method for retrieving window ID on macOS and Windows

packages/window_manager/macos/window_manager/Sources/window_manager/PrivacyInfo.xcprivacy

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/window_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: window_manager
22
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://leanflutter.dev
55
repository: https://github.com/leanflutter/window_manager
66
issue_tracker: https://github.com/leanflutter/window_manager/issues

0 commit comments

Comments
 (0)