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
When exporting an application to files we look for the _TONEL_packageName method and use what it returns if it exists or use the application name as the package name.
When dealing with "VAST only" situations, such package name is redundant, and it is often more convenient to only use the app name, without discarding such _TONEL_packageName selector (for future updates coming from an upstream repository).
We need to add an option or a strategy to the TonelWriter to ignore such method and use the app name, such option would be default and included in the #beVASTOnly convenience setup.
The text was updated successfully, but these errors were encountered:
When exporting an application to files we look for the
_TONEL_packageName
method and use what it returns if it exists or use the application name as the package name.When dealing with "VAST only" situations, such package name is redundant, and it is often more convenient to only use the app name, without discarding such
_TONEL_packageName
selector (for future updates coming from an upstream repository).We need to add an option or a strategy to the
TonelWriter
to ignore such method and use the app name, such option would be default and included in the#beVASTOnly
convenience setup.The text was updated successfully, but these errors were encountered: