File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
* .swp
6
6
.DS_Store
7
7
.atom /
8
+ .build /
8
9
.buildlog /
9
10
.history
10
11
.svn /
12
+ .swiftpm /
11
13
migrate_working_dir /
12
14
13
15
# IntelliJ related
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
6
6
override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
7
7
return true
8
8
}
9
+
10
+ override func applicationSupportsSecureRestorableState( _ app: NSApplication ) -> Bool {
11
+ return true
12
+ }
9
13
}
Original file line number Diff line number Diff line change 32
32
<string >NSApplication </string >
33
33
<key >ITSAppUsesNonExemptEncryption </key >
34
34
<false />
35
+ <key >NSCameraUsageDescription </key >
36
+ <string >Take photos to add to your notes </string >
37
+ <key >NSPhotoLibraryUsageDescription </key >
38
+ <string >Include your photos in your notes </string >
35
39
<key >CFBundleLocalizations </key >
36
40
<array >
37
41
<string >en </string >
You can’t perform that action at this time.
0 commit comments