| Index: remoting/client/ios/app/BUILD.gn
|
| diff --git a/remoting/client/ios/app/BUILD.gn b/remoting/client/ios/app/BUILD.gn
|
| index f775b25b1c5ff2dc5a6ee525f555875c1347e67d..51f79c13d3db31f5d0455ce8bd3aa0227261500f 100644
|
| --- a/remoting/client/ios/app/BUILD.gn
|
| +++ b/remoting/client/ios/app/BUILD.gn
|
| @@ -60,7 +60,7 @@ tweak_info_plist("tweak_info_plist") {
|
| }
|
|
|
| ios_app_bundle("ios_remoting_app") {
|
| - output_name = "remoting-ios"
|
| + output_name = "$remoting_ios_executable_name"
|
|
|
| entitlements_path = "resources/Remoting.entitlements"
|
| info_plist_target = ":tweak_info_plist"
|
|
|