File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 99
1010rm -f " ${PROJECT_DIR} /WhateverGreen/kern_resources.cpp"
1111
12+ # xcode only signs the binaries after all build phases so we can't use the binary we built on this phase on Apple Silicon
13+ /usr/bin/codesign --force --sign - --timestamp\= none " ${TARGET_BUILD_DIR} /ResourceConverter"
14+
1215" ${TARGET_BUILD_DIR} /ResourceConverter" \
1316 " ${PROJECT_DIR} /Resources" \
1417 " ${PROJECT_DIR} /WhateverGreen/kern_resources.cpp" \
Original file line number Diff line number Diff line change 727727 CE7FC0C220F6821600138088 /* Debug */ = {
728728 isa = XCBuildConfiguration;
729729 buildSettings = {
730+ ARCHS = "${ARCHS_STANDARD}";
730731 CLANG_ANALYZER_NONNULL = YES;
731732 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
732733 CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
745746 CE7FC0C320F6821600138088 /* Release */ = {
746747 isa = XCBuildConfiguration;
747748 buildSettings = {
749+ ARCHS = "${ARCHS_STANDARD}";
748750 CLANG_ANALYZER_NONNULL = YES;
749751 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
750752 CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
764766 isa = XCBuildConfiguration;
765767 buildSettings = {
766768 ALWAYS_SEARCH_USER_PATHS = NO;
767- ARCHS = x86_64 ;
769+ ARCHS = "${ARCHS_STANDARD}" ;
768770 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
769771 CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
770772 CLANG_CXX_LIBRARY = "libc++";
You can’t perform that action at this time.
0 commit comments