You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have completed #264 for creating a config file for mopro create
but when users run mopro build more than once, they have to select targets multiple times
There are
Build mode
Select platform(s) (already in config file)
iOS architecture(s) / Android architecture(s)
We can save also build mode and architecture(s) in config file to easily build again
Details
Like #282,
save the build mode and architectures in the Config.toml
e.g.
Problem
We have completed #264 for creating a config file for
mopro create
but when users run
mopro build
more than once, they have to select targets multiple timesThere are
We can save also build mode and architecture(s) in config file to easily build again
Details
Like #282,
save the build mode and architectures in the
Config.toml
e.g.
and enable the checkbox if it is in config file
disable the checkbox if it is not in the config file
Acceptance criteria
build_mode
,ios_architectures
,android_architectures
inCargo.toml
mopro build
again to enable the checkboxes if it is saved inCargo.toml
The text was updated successfully, but these errors were encountered: