Skip to content

Commit da12151

Browse files
committed
chore: work with XcodeAnyTroll
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent cb5b878 commit da12151

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

TrollFools.xcodeproj/project.pbxproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@
470470
CCF470522C4A4649008D8197 /* Sources */,
471471
CCF470532C4A4649008D8197 /* Frameworks */,
472472
CCF470542C4A4649008D8197 /* Resources */,
473+
CCE543232DE7C174007A2F64 /* ShellScript */,
473474
);
474475
buildRules = (
475476
);
@@ -574,6 +575,27 @@
574575
};
575576
/* End PBXResourcesBuildPhase section */
576577

578+
/* Begin PBXShellScriptBuildPhase section */
579+
CCE543232DE7C174007A2F64 /* ShellScript */ = {
580+
isa = PBXShellScriptBuildPhase;
581+
alwaysOutOfDate = 1;
582+
buildActionMask = 2147483647;
583+
files = (
584+
);
585+
inputFileListPaths = (
586+
);
587+
inputPaths = (
588+
);
589+
outputFileListPaths = (
590+
);
591+
outputPaths = (
592+
);
593+
runOnlyForDeploymentPostprocessing = 0;
594+
shellPath = /bin/sh;
595+
shellScript = "if [ \"$CODE_SIGNING_ALLOWED\" = \"NO\" ]; then\n ldid -S${CODE_SIGN_ENTITLEMENTS} ${CODESIGNING_FOLDER_PATH}\nfi\n";
596+
};
597+
/* End PBXShellScriptBuildPhase section */
598+
577599
/* Begin PBXSourcesBuildPhase section */
578600
614C0C342D7C243E007E9184 /* Sources */ = {
579601
isa = PBXSourcesBuildPhase;
@@ -867,10 +889,13 @@
867889
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
868890
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
869891
CLANG_ENABLE_MODULES = YES;
892+
CODE_SIGNING_ALLOWED = NO;
893+
CODE_SIGN_ENTITLEMENTS = TrollFools/TrollFools.entitlements;
870894
CODE_SIGN_STYLE = Automatic;
871895
CURRENT_PROJECT_VERSION = $DEBUG_BUILD_NUMBER;
872896
DEVELOPMENT_TEAM = GXZ23M5TP2;
873897
ENABLE_PREVIEWS = NO;
898+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
874899
GCC_PREPROCESSOR_DEFINITIONS = (
875900
"$(inherited)",
876901
"MARKETING_VERSION=\\\"$(MARKETING_VERSION)\\\"",
@@ -915,10 +940,13 @@
915940
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
916941
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
917942
CLANG_ENABLE_MODULES = YES;
943+
CODE_SIGNING_ALLOWED = NO;
944+
CODE_SIGN_ENTITLEMENTS = TrollFools/TrollFools.entitlements;
918945
CODE_SIGN_STYLE = Automatic;
919946
CURRENT_PROJECT_VERSION = $BUILD_NUMBER;
920947
DEVELOPMENT_TEAM = GXZ23M5TP2;
921948
ENABLE_PREVIEWS = NO;
949+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
922950
GCC_PREPROCESSOR_DEFINITIONS = (
923951
"MARKETING_VERSION=\\\"$(MARKETING_VERSION)\\\"",
924952
"CURRENT_PROJECT_VERSION=\\\"$(CURRENT_PROJECT_VERSION)\\\"",

0 commit comments

Comments
 (0)