[App] basic menu bar layout UI #2

Merged
javier merged 6 commits from app/menu-bar-ui into main 2024-10-04 22:18:56 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4693e6c943 - Show all commits

View File

@ -57,7 +57,7 @@
46D4BF532CB08A9500FCFB84 /* Exceptions for "Piper" folder in "Piper" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
Resources/Plists/Info.plist,
);
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
};
@ -434,7 +434,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Piper/Info.plist;
INFOPLIST_FILE = Piper/Resources/Plists/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Piper;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
@ -466,7 +466,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Piper/Info.plist;
INFOPLIST_FILE = Piper/Resources/Plists/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Piper;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;