Torque3D/Engine/bin/tools/web/templates/webDeploy.mac.conf

23 lines
389 B
Plaintext
Raw Normal View History

<?php
class WebDeploymentOSX
{
// setup in project.conf
public static $safariPluginName = "";
public static $identifier = "<identifier>";
public static $description = "<description>";
public static $version = "<version>";
// Before you should specify a unique MIME type for your game
public static $mimeType = "<mimeType>";
};
?>