From b5ffd4715626241174cbc5eb1ad3f431e73dfc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Thu, 20 Feb 2020 11:30:22 +0100 Subject: [PATCH] Fix required property for iOS tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turns out that MacOS 10.14.6 requires CFBundleShortVersionString (it refuses to install the app if the string isn't there). This should fix the iOS 64-bit bots. Bug: chromium:1053891 Change-Id: I3278502eff9813fed9a2d8e442c940dfb70377cb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168882 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#30567} --- test/ios/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ios/Info.plist b/test/ios/Info.plist index e02ce91165..8d24728091 100644 --- a/test/ios/Info.plist +++ b/test/ios/Info.plist @@ -16,6 +16,8 @@ ${PRODUCT_NAME} CFBundlePackageType APPL + CFBundleShortVersionString + 1.0 CFBundleSignature ???? CFBundleVersion