summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-10-21 14:51:39 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-10-23 17:36:46 +0200
commitd84ddf5905ce9f68612519b72cdd077077bd0419 (patch)
tree10c371255fc1a7007ded17d89363b86cb147193f /tests
parenta8c6958a875a6c6ad67b5741a5daa89f5340710c (diff)
Apple: Use 'en' instead of 'English' as development region
This is consistent with what $(DEVELOPMENT_LANGUAGE) reports, as well as the Apple Locales Programming Guide which states that "Locale names such as “English”, “French”, and “Japanese” are deprecated in OS X and are supported solely for backward compatibility." Pick-to: 6.4 Change-Id: I99779d678ef9d4ea90249572f2f977e9b4df6c62 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/ios_assets/Info.ios.cmake.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/ios_assets/Info.ios.cmake.plist b/tests/manual/ios_assets/Info.ios.cmake.plist
index ebbb6d93ef..3bb6f562ee 100644
--- a/tests/manual/ios_assets/Info.ios.cmake.plist
+++ b/tests/manual/ios_assets/Info.ios.cmake.plist
@@ -33,7 +33,7 @@
<string></string>
<key>CFBundleDevelopmentRegion</key>
- <string>English</string>
+ <string>en</string>
<key>LSRequiresIPhoneOS</key>
<true/>