From b9f24a40c1a363126b3ebd6a7822b0e4af23ff44 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 24 Sep 2024 17:24:50 +0400 Subject: [PATCH] Info.plist: set CFBundleName and CFBundleDisplayName to Tart (#909) --- Resources/Info.plist | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/Resources/Info.plist b/Resources/Info.plist index ccd5988..ae4ddf8 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -2,22 +2,24 @@ - CFBundleName - tart - CFBundleIdentifier - org.cirruslabs.tart - CFBundleExecutable - tart - LSBackgroundOnly - 1 - CFBundleIconFiles - - AppIcon.png - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - + CFBundleName + Tart + CFBundleDisplayName + Tart + CFBundleIdentifier + org.cirruslabs.tart + CFBundleExecutable + tart + LSBackgroundOnly + 1 + CFBundleIconFiles + + AppIcon.png + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + +