mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Don't sign builds
This commit is contained in:
parent
8d4ee66420
commit
30c3e83db5
@ -1238,10 +1238,10 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_IDENTITY = "-";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = 54DPC63K8R;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
INFOPLIST_FILE = Persephone/Info.plist;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user