macOS: Fix broken Info.plist

Fixup of dd0156d1fa
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>
This commit is contained in:
Eike Ziller
2019-02-08 11:24:47 +01:00
parent c6d3e106fe
commit e27744e966

View File

@@ -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>