From b8e7a7d7df47b8b5512c685bc371a7de28778d78 Mon Sep 17 00:00:00 2001 From: Sylvain Defresne Date: Tue, 11 Jul 2017 18:33:22 +0200 Subject: [PATCH] Use correct value for CFBundleExecutable and CFBundleName. NOTRY=True TBR=magjed@webrtc.org Bug: chromium:740980 Change-Id: I017c1632bf58aecad03ca8fb47ca09616bcb90c3 Reviewed-on: https://chromium-review.googlesource.com/567150 Reviewed-by: Edward Lemur Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#18976} --- webrtc/examples/objc/AppRTCMobile/ios/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist index 726f297dbd..48016b3a4a 100644 --- a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist +++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist @@ -9,7 +9,7 @@ CFBundleDisplayName AppRTCMobile CFBundleExecutable - AppRTCMobile + ${EXECUTABLE_NAME} CFBundleIcons CFBundlePrimaryIcon @@ -25,7 +25,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - AppRTCMobile + ${EXECUTABLE_NAME} CFBundlePackageType APPL CFBundleShortVersionString