Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/AssistantNMS/App into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
Khaoz-Topsy committed May 7, 2022
2 parents f0b99a4 + b9ee4c7 commit d46fc68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>Location services are not used</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library in order to upload images.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not require access to the microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera in order to upload images.</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: assistantnms_app
description: Assistant for No Man's Sky
homepage: https://nmsassistant.com
# author: Kurt Lourens
version: 1.107.0+271 # dart scripts\versionNumScript.dart
version: 1.107.0+272 # dart scripts\versionNumScript.dart
publish_to: 'none'

environment:
Expand Down

0 comments on commit d46fc68

Please sign in to comment.