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 <ehmaldonado@webrtc.org> Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18976}
This commit is contained in:
parent
950c1c908c
commit
b8e7a7d7df
@ -9,7 +9,7 @@
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>AppRTCMobile</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>AppRTCMobile</string>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIcons</key>
|
||||
<dict>
|
||||
<key>CFBundlePrimaryIcon</key>
|
||||
@ -25,7 +25,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>AppRTCMobile</string>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user