update location permission

This commit is contained in:
Mohamed Nouffer
2022-12-22 14:06:02 +05:30
parent 3c3740bc6a
commit 6a4d4b5033
4 changed files with 49 additions and 9 deletions

View File

@ -27,25 +27,25 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Camera access to take photo</string>
<string>写真撮影のためカメラにアクセスします</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This app need location access</string>
<string>このアプリでは、位置情報の収集を行います。</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app needs access to location when in the background.</string>
<string>このアプリでは、バックグラウンドで位置情報を収集します。</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to location when open.</string>
<string>このアプリでは、開始時点で位置情報を収集します。</string>
<key>NSMicrophoneUsageDescription</key>
<string>Post videos to profile</string>
<string>プロフィールに動画を投稿してください。</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
<string>写真ライブラリへのアクセス警告</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>NSCameraUsageDescription</key>
<string>Need camera to get photo when finish rogaining</string>
<string>ロゲイニングのゴールでは写真撮影が必要です。</string>
<key>NSMicrophoneUsageDescription</key>
<string>Need to store capture sound.</string>
<string> 収録音声の保存が必要です。</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>