So I am able to find the ScriptingImplementation selected from an editor script:
ScriptingImplementation backend = (ScriptingImplementation)PlayerSettings.GetPropertyInt("ScriptingBackend", BuildTargetGroup.iOS);
How do I access the Architecture (ARMv7, ARM64, Universal)?
I tried “Architecture”, “iPhoneArchitecture” and various others.