update location permission
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user