mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Updated gitignore and Engine/bin for ticket #1
This commit is contained in:
parent
1cca6c95f2
commit
08d5ba86f7
593 changed files with 72474 additions and 0 deletions
22
Engine/bin/tools/web/templates/webDeploy.mac.conf
Normal file
22
Engine/bin/tools/web/templates/webDeploy.mac.conf
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?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>";
|
||||
|
||||
};
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue