summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-10-18 12:51:52 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-10-23 12:11:29 +0200
commit3336cb1b3d12e9cd5c2f560c82129dc8ed7527da (patch)
tree08199a25c4b5c0c317881ca1359bd6538cc9f8f4 /sysui
parent158014e9aecbec6afb0ebf3aceb8b09e4a64b8e0 (diff)
macOS: add XCode and SDK buildversions to Info.plist
without those submitting a build for external testing via testflight is not possible because appstore thinks you were using a beta version of XCode Change-Id: I6979a9d290c3e67dd9969d6e535625760b639c25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141496 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/macosx/Info.plist.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index 6593139019fc..5401687027fa 100644
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1961,6 +1961,10 @@
<true/>
<key>NSContactsUsageDescription</key>
<string>You can add your contacts as a data source for mail merge or similar operations.</string>
+ <key>DTXcodeBuild</key>
+ <string>@MACOSX_XCODE_BUILD_VERSION@</string>
+ <key>DTSDKBuild</key>
+ <string>@MACOSX_SDK_BUILD_VERSION@</string>
</dict>
</plist>
<!-- vim:set shiftwidth=4 softtabstop=4 expandtab: -->