summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-08-24 17:24:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-25 15:28:34 +0000
commit0882148f5bc16cbddb4cf395039f295aca6fbc75 (patch)
tree9ebedb75096e61019cbe271d7906ee028382aeb7
parent0b072e4da2b1c90b50ab5af050aeec45145fb571 (diff)
CMake: Default CFBundleDevelopmentRegion to $(DEVELOPMENT_LANGUAGE)
That's what new projects in Xcode set. Task-number: QTBUG-95838 Change-Id: Id07dca0f56c8849a93085c5d36910679e45381b4 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit f16c7e15a2272673e99aee029808deccfe5d32f8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--cmake/ios/Info.plist.app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ios/Info.plist.app.in b/cmake/ios/Info.plist.app.in
index 6ab4c09f51..51bb857c00 100644
--- a/cmake/ios/Info.plist.app.in
+++ b/cmake/ios/Info.plist.app.in
@@ -33,7 +33,7 @@
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
<key>CFBundleDevelopmentRegion</key>
- <string>English</string>
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>LSRequiresIPhoneOS</key>
<true/>