Skip to content

Commit

Permalink
fix:add NSLocalNetworkUsageDescription to info.plist (#2501)
Browse files Browse the repository at this point in the history
Co-authored-by: loatheb <[email protected]>
  • Loading branch information
linleiqin and loatheb authored Feb 6, 2023
1 parent a011015 commit bf5756e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/app/ios/OneKeyWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
<string>Use photo library to save QR images.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Use photo library to read QR images.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>This app will be able to discover and connect to devices on the networks you use.</string>
<key>NSBonjourServices</key>
<array>
<string>_http-service._tcp</string>
<string>_http-service._udp</string>
</array>
<key>NSUbiquitousContainers</key>
<dict>
<key>iCloud.so.onekey.wallet</key>
Expand Down
1 change: 1 addition & 0 deletions packages/app/ios/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
"NSMicrophoneUsageDescription" = "Use Microphone to record videos.";
"NSPhotoLibraryAddUsageDescription" = "Use photo library to save QR images.";
"NSPhotoLibraryUsageDescription" = "Use photo library to read QR images.";
"NSLocalNetworkUsageDescription" = "This app will be able to discover and connect to devices on the networks you use.";
1 change: 1 addition & 0 deletions packages/app/ios/id.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
"NSMicrophoneUsageDescription" = "Gunakan Mikrofon untuk merekam video";
"NSPhotoLibraryAddUsageDescription" = "Gunakan pustaka foto untuk menyimpan gambar QR";
"NSPhotoLibraryUsageDescription" = "Gunakan pustaka foto untuk membaca gambar QR";
"NSLocalNetworkUsageDescription" = "Aplikasi ini akan dapat menemukan dan terhubung ke perangkat di jaringan yang Anda gunakan.";
1 change: 1 addition & 0 deletions packages/app/ios/ja.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
"NSMicrophoneUsageDescription" = "マイクを使用して、ビデオを録画する";
"NSPhotoLibraryAddUsageDescription" = "フォト ライブラリを使用して 、QR 画像を保存する";
"NSPhotoLibraryUsageDescription" = "フォト ライブラリを使用して、 QR 画像を読み取る";
"NSLocalNetworkUsageDescription" = "このアプリは、使用しているネットワーク上のデバイスを検出して接続できるようになります。";
1 change: 1 addition & 0 deletions packages/app/ios/zh-HK.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
"NSMicrophoneUsageDescription" = "使用麥克風錄製視頻";
"NSPhotoLibraryAddUsageDescription" = "使用圖片庫保存二維碼圖片";
"NSPhotoLibraryUsageDescription" = "使用圖片庫讀取二維碼圖片";
"NSLocalNetworkUsageDescription" = "此 App 將可發現和連接到您所用網絡上的設備";
1 change: 1 addition & 0 deletions packages/app/ios/zh-Hans.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
"NSMicrophoneUsageDescription" = "使用麦克风录制视频";
"NSPhotoLibraryAddUsageDescription" = "使用图片库保存二维码图片";
"NSPhotoLibraryUsageDescription" = "使用图片库读取二维码图片";
"NSLocalNetworkUsageDescription" = "此 App 将可发现和连接到您所用网络上的设备。";

0 comments on commit bf5756e

Please sign in to comment.