mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 20:54:46 +00:00
23 lines
389 B
Plaintext
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>";
|
|
|
|
};
|
|
|
|
?>
|