I am building a scientific app (MacOS) that has a lot of C code being called by swift that needs to be built for X86 architecture.
I have built the app and sent it to an M1 Mac computer, where Rosetta worked properly and the app was translated to arm64 seamlessly.
However, now I am submitting the app to the App Store and I don't know how to get Xcode to create an archive that doesn't compile for both Apple Silicon and Intel. The option in the target build settings is simply (Standard Architectures (Apple Silicon, Intel)).
Am I missing something on how to just have it archive for Intel processors?
Thanks in advance