Skip to content

Commit b44cc8c

Browse files
authored
Merge pull request #598 from flow-mn:develop
Develop
2 parents 407687c + 3fa63cf commit b44cc8c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
* Small QoL fixes regarding modal bottom sheets
1919
* Fixed translation for attachment/pending filters
20+
* [iOS] Fixed "Take a photo" option when attaching files in iOS/iPadOS
2021

2122
## 0.16.1
2223

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@
396396
<true />
397397
<key>NSFaceIDUsageDescription</key>
398398
<string>Flow uses Face ID if you choose to require Face ID to open the app for authentication</string>
399+
<key>NSCameraUsageDescription</key>
400+
<string>Flow uses camera if you choose to take photos or videos and attach it to a transaction</string>
399401
<key>NSLocationWhenInUseUsageDescription</key>
400402
<string>Location is used if you choose to auto-attach your current location to your
401403
transactions.</string>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A personal finance managing app
33

44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

6-
version: "0.16.2+283"
6+
version: "0.16.2+284"
77

88
environment:
99
sdk: ">=3.8.0 <4.0.0"

0 commit comments

Comments
 (0)