All of the resources used by the application (images, fonts, scripts, translation files etc) must be available at runtime and included in the bundle packaging. The exporter will automatically select common resources but the packaged content can be customized using the
tab of the export wizardThe common resources extracted from the Storyboard application's project include:
The images
directory content. These are image
assets that are required by the application.
The fonts
directory content. These are fonts that
are required by the application
The scripts
directory content. These are usually Lua
script files that provide glue logic for the application
The translations
directory content. These are usually
translation files used by the application
Users may include additional content or exclude specific files as required by the application. The directory structure of the exported bundle package will reflect the same directory structure as used in the Designer project and should be maintained when the deployment bundle is moved to an embedded target.