Current section

Files

Jump to
mob_new priv templates mob.new mob.exs.eex
Raw

priv/templates/mob.new/mob.exs.eex

# mob.exs — Mob build environment configuration.
# Set these paths for your machine. Not committed to version control.
# (Add mob.exs to .gitignore if you share this project.)
#
# OTP runtimes for Android and iOS are downloaded automatically by `mix mob.install`.
import Config
config :mob_dev,
# Path to the mob library repo (native source files for iOS/Android builds).
mob_dir: <%= mob_exs_mob_dir %>,
# Path to your Elixir lib dir (e.g. ~/.local/share/mise/installs/elixir/1.18.4-otp-28/lib).
elixir_lib: <%= mob_exs_elixir_lib %>