Browse Source

add location permission

pull/1/head
InKwon James Kim 5 years ago
parent
commit
abe15eb9b4
  1. 8
      GME Remit/Supported Files/Info.plist

8
GME Remit/Supported Files/Info.plist

@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This permissaion allows the app to access your location</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This permissaion allows the app to access your location</string>
<key>CFBundleDevelopmentRegion</key>
<array>
<string>en_US</string>
@ -90,6 +86,10 @@
<string>This permission allows the app to access your contact list</string>
<key>NSFaceIDUsageDescription</key>
<string>This permission allows the app to access biometric authentication</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This permissaion allows the app to access your location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This permissaion allows the app to access your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>This permission allows the app to access microphone</string>
<key>NSPhotoLibraryAddUsageDescription</key>

Loading…
Cancel
Save