Moved the Info.plist file under the Resources folder in the app target.
This commit is contained in:
parent
c23df6d048
commit
4693e6c943
@ -57,7 +57,7 @@
|
|||||||
46D4BF532CB08A9500FCFB84 /* Exceptions for "Piper" folder in "Piper" target */ = {
|
46D4BF532CB08A9500FCFB84 /* Exceptions for "Piper" folder in "Piper" target */ = {
|
||||||
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||||
membershipExceptions = (
|
membershipExceptions = (
|
||||||
Info.plist,
|
Resources/Plists/Info.plist,
|
||||||
);
|
);
|
||||||
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
|
||||||
};
|
};
|
||||||
@ -434,7 +434,7 @@
|
|||||||
ENABLE_HARDENED_RUNTIME = YES;
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = Piper/Info.plist;
|
INFOPLIST_FILE = Piper/Resources/Plists/Info.plist;
|
||||||
INFOPLIST_KEY_CFBundleDisplayName = Piper;
|
INFOPLIST_KEY_CFBundleDisplayName = Piper;
|
||||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||||
INFOPLIST_KEY_LSUIElement = YES;
|
INFOPLIST_KEY_LSUIElement = YES;
|
||||||
@ -466,7 +466,7 @@
|
|||||||
ENABLE_HARDENED_RUNTIME = YES;
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
INFOPLIST_FILE = Piper/Info.plist;
|
INFOPLIST_FILE = Piper/Resources/Plists/Info.plist;
|
||||||
INFOPLIST_KEY_CFBundleDisplayName = Piper;
|
INFOPLIST_KEY_CFBundleDisplayName = Piper;
|
||||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||||
INFOPLIST_KEY_LSUIElement = YES;
|
INFOPLIST_KEY_LSUIElement = YES;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user