diff options
author | Eike Ziller <eike.ziller@qt.io> | 2019-02-08 11:24:47 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2019-02-08 11:14:56 +0000 |
commit | e27744e966d7c689b69f515b60972b0a17acc4ed (patch) | |
tree | adfac889b4b5aa10fc2cfc0f8085b28baae7240a /src/app | |
parent | c6d3e106fe5fd49c484554b6d18984825cb3fdba (diff) | |
download | qt-creator-e27744e966d7c689b69f515b60972b0a17acc4ed.tar.gz |
macOS: Fix broken Info.plist
Fixup of dd0156d1facc5422464dc1b430696a0b63db605f
For some reason Xcode removed the closing tags when editing the
Info.plist file in its editor...
Change-Id: Ib9e53dce0be13ad0bb03ae46386c632b448b6a9a
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/app-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/app-Info.plist b/src/app/app-Info.plist index d87130d5e4..c2f2ce95f5 100644 --- a/src/app/app-Info.plist +++ b/src/app/app-Info.plist @@ -274,3 +274,5 @@ <string>A user application wants to access the photo library.</string> <key>NSRemindersUsageDescription</key> <string>A user application wants to access the reminders.</string> +</dict> +</plist> |