Per-target OTP cross-compile description.
Summary
Types
@type install_method() :: :otp_build_release | :make_release
@type ssl_strategy() :: :with_openssl | :without_ssl
@type t() :: %MobDev.Release.OTP.Target{ arch_dir: String.t(), default_release_root: Path.t(), env_fn: (keyword() -> [{String.t(), String.t()}]), id: :android_arm64 | :android_arm32 | :ios_sim | :ios_device, install_method: install_method(), ssl_strategy: ssl_strategy(), xcomp_conf: String.t() }