forked from qt-creator/qt-creator
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:
@@ -274,3 +274,5 @@
|
|||||||
<string>A user application wants to access the photo library.</string>
|
<string>A user application wants to access the photo library.</string>
|
||||||
<key>NSRemindersUsageDescription</key>
|
<key>NSRemindersUsageDescription</key>
|
||||||
<string>A user application wants to access the reminders.</string>
|
<string>A user application wants to access the reminders.</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
Reference in New Issue
Block a user