MobDev.Release.OTP.Target (mob_dev v0.5.3)

Copy Markdown View Source

Per-target OTP cross-compile description.

Summary

Types

install_method()

@type install_method() :: :otp_build_release | :make_release

ssl_strategy()

@type ssl_strategy() :: :with_openssl | :without_ssl

t()

@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()
}