Moved the Info.plist file under the Resources folder in the app target.

This commit is contained in:
Javier Cicchelli 2024-10-05 00:05:15 +02:00
parent c23df6d048
commit 4693e6c943
2 changed files with 3 additions and 3 deletions

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;