diff --git a/platform/build-scripts/resources/mac/Contents/Info.plist b/platform/build-scripts/resources/mac/Contents/Info.plist index 9d3e7122f20c..78e110c6d24c 100644 --- a/platform/build-scripts/resources/mac/Contents/Info.plist +++ b/platform/build-scripts/resources/mac/Contents/Info.plist @@ -80,5 +80,7 @@ An application in @@bundle_name@@ requests access to Bluetooth. NSAppleEventsUsageDescription An application in @@bundle_name@@ requests the ability to send Apple events. + NSLocalNetworkUsageDescription + @@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests. diff --git a/platform/build-scripts/resources/mac/Contents/Resources/en.lproj/InfoPlist.strings b/platform/build-scripts/resources/mac/Contents/Resources/en.lproj/InfoPlist.strings index a9eba89afd4d..5fdcf8334018 100644 --- a/platform/build-scripts/resources/mac/Contents/Resources/en.lproj/InfoPlist.strings +++ b/platform/build-scripts/resources/mac/Contents/Resources/en.lproj/InfoPlist.strings @@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "An application in @@bundle_name@@ requests a NSRemovableVolumesUsageDescription = "An application in @@bundle_name@@ requests access to files on a removable volume."; NSBluetoothAlwaysUsageDescription = "An application in @@bundle_name@@ requests access to Bluetooth."; NSAppleEventsUsageDescription = "An application in @@bundle_name@@ requests the ability to send Apple events."; +NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests."; diff --git a/platform/build-scripts/resources/mac/Contents/Resources/ja.lproj/InfoPlist.strings b/platform/build-scripts/resources/mac/Contents/Resources/ja.lproj/InfoPlist.strings index 5ac745ead53c..1026c5ac0556 100644 --- a/platform/build-scripts/resources/mac/Contents/Resources/ja.lproj/InfoPlist.strings +++ b/platform/build-scripts/resources/mac/Contents/Resources/ja.lproj/InfoPlist.strings @@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ のアプリケーション NSRemovableVolumesUsageDescription = "@@bundle_name@@ のアプリケーションが取り外し可能なボリュームにあるファイルへのアクセスをリクエストしています。"; NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ のアプリケーションが Bluetooth へのアクセス許可をリクエストしています。"; NSAppleEventsUsageDescription = "@@bundle_name@@ のアプリケーションが Apple イベントを送信する機能をリクエストしています。"; +NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests."; diff --git a/platform/build-scripts/resources/mac/Contents/Resources/ko.lproj/InfoPlist.strings b/platform/build-scripts/resources/mac/Contents/Resources/ko.lproj/InfoPlist.strings index eb4e0c2c1a20..21f48ee328a8 100644 --- a/platform/build-scripts/resources/mac/Contents/Resources/ko.lproj/InfoPlist.strings +++ b/platform/build-scripts/resources/mac/Contents/Resources/ko.lproj/InfoPlist.strings @@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 NSRemovableVolumesUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 이동식 볼륨에 대한 액세스를 요청합니다."; NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 블루투스 액세스를 요청합니다."; NSAppleEventsUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 Apple 이벤트를 보낼 권한을 요청합니다."; +NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests."; diff --git a/platform/build-scripts/resources/mac/Contents/Resources/zh-Hans.lproj/InfoPlist.strings b/platform/build-scripts/resources/mac/Contents/Resources/zh-Hans.lproj/InfoPlist.strings index ea60327c62d2..def5386c2875 100644 --- a/platform/build-scripts/resources/mac/Contents/Resources/zh-Hans.lproj/InfoPlist.strings +++ b/platform/build-scripts/resources/mac/Contents/Resources/zh-Hans.lproj/InfoPlist.strings @@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访 NSRemovableVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访问可移动卷上的文件。"; NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ 中的应用程序请求访问蓝牙。"; NSAppleEventsUsageDescription = "@@bundle_name@@ 中的应用程序请求发送 Apple 事件的功能。"; +NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests."; diff --git a/platform/build-scripts/resources/mac/Contents/Resources/zh-Hant.lproj/InfoPlist.strings b/platform/build-scripts/resources/mac/Contents/Resources/zh-Hant.lproj/InfoPlist.strings index ea60327c62d2..def5386c2875 100644 --- a/platform/build-scripts/resources/mac/Contents/Resources/zh-Hant.lproj/InfoPlist.strings +++ b/platform/build-scripts/resources/mac/Contents/Resources/zh-Hant.lproj/InfoPlist.strings @@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访 NSRemovableVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访问可移动卷上的文件。"; NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ 中的应用程序请求访问蓝牙。"; NSAppleEventsUsageDescription = "@@bundle_name@@ 中的应用程序请求发送 Apple 事件的功能。"; +NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.";