Torque3D/Engine/bin/tools/web/templates/webDeploy.mac.conf
2012-09-20 12:46:44 -04:00

23 lines
389 B
Plaintext

<?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>";
};
?>