Hi,
The Pong reloaded tutorial contains a short description about deployment. The individual steps are:
The Murl::IEngineConfiguration::SetPreferredResourcePackageType method can be used to globally change the preferred package type (*.murlres or *.murlpkg).
See also tut0101_cube.php#tut0101ResourcePacker
The method Murl::IEngineConfiguration::SetResourceFileCategory can be used to specify the working directory of the package loader.
See also SetResourceFileCategory and IEnums::FileCategory
Hope that helps. Good luck!
The Pong reloaded tutorial contains a short description about deployment. The individual steps are:
- Switch the scheme to release configuration.
- Create a resouce package main.murlpkg from the resource directory main.murlres. This can e.g. be done by using the Dashboard and the command Project -> Resource Packer build
- Then add the created resource package main.murlpkg to the project bundle.
The Murl::IEngineConfiguration::SetPreferredResourcePackageType method can be used to globally change the preferred package type (*.murlres or *.murlpkg).
See also tut0101_cube.php#tut0101ResourcePacker
The method Murl::IEngineConfiguration::SetResourceFileCategory can be used to specify the working directory of the package loader.
See also SetResourceFileCategory and IEnums::FileCategory
Hope that helps. Good luck!