FYI Looks like you're about to configure workflows to automatically publish a universal build, except this line in your build.sh hardcodes it to arm64.
local common_settings=(
-skipMacroValidation
ENABLE_USER_SCRIPT_SANDBOXING=NO
CLANG_ENABLE_EXPLICIT_MODULES=NO
ARCHS=arm64
)
idb/build.sh
Line 276 in da0f89a
FYI Looks like you're about to configure workflows to automatically publish a universal build, except this line in your build.sh hardcodes it to arm64.
Commit Ref:
da0f89a#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R12-R30