Skip to content

Commit d46fc68

Browse files
committed
Merge branch 'develop' of https://github.com/AssistantNMS/App into develop
2 parents f0b99a4 + b9ee4c7 commit d46fc68

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ios/Runner/Info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
<key>NSAllowsArbitraryLoads</key>
4343
<true/>
4444
</dict>
45+
<key>NSPhotoLibraryUsageDescription</key>
46+
<string>Location services are not used</string>
47+
<key>NSPhotoLibraryUsageDescription</key>
48+
<string>This app requires access to the photo library in order to upload images.</string>
49+
<key>NSMicrophoneUsageDescription</key>
50+
<string>This app does not require access to the microphone.</string>
51+
<key>NSCameraUsageDescription</key>
52+
<string>This app requires access to the camera in order to upload images.</string>
4553
<key>UIBackgroundModes</key>
4654
<array>
4755
<string>fetch</string>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: assistantnms_app
22
description: Assistant for No Man's Sky
33
homepage: https://nmsassistant.com
44
# author: Kurt Lourens
5-
version: 1.107.0+271 # dart scripts\versionNumScript.dart
5+
version: 1.107.0+272 # dart scripts\versionNumScript.dart
66
publish_to: 'none'
77

88
environment:

0 commit comments

Comments
 (0)