Torque3D/Templates/Full PhysX/buildFiles/config/webDeploy.mac.conf
2012-09-19 12:29:35 -04:00

20 lines
438 B
Text

<?php
class WebDeploymentOSX
{
// setup in project.conf
public static $safariPluginName = "";
public static $identifier = "com.mygamecompany.fullphysxtemplateplugin";
public static $description = "Full PhysX Template Plugin";
public static $version = "1.0";
// Before you should specify a unique MIME type for your game
public static $mimeType = "x-fullphysxtemplateplugin";
};
?>