From e27744e966d7c689b69f515b60972b0a17acc4ed Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 8 Feb 2019 11:24:47 +0100 Subject: 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 --- src/app/app-Info.plist | 2 ++ 1 file changed, 2 insertions(+) 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 @@ A user application wants to access the photo library. NSRemindersUsageDescription A user application wants to access the reminders. + + -- cgit v1.2.1