mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Empty Template for ticket #1
This commit is contained in:
parent
8337cad7ee
commit
40220512d3
1573 changed files with 141028 additions and 0 deletions
20
Templates/Empty/buildFiles/config/webDeploy.mac.conf
Normal file
20
Templates/Empty/buildFiles/config/webDeploy.mac.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
class WebDeploymentOSX
|
||||
{
|
||||
|
||||
// setup in project.conf
|
||||
public static $safariPluginName = "";
|
||||
|
||||
public static $identifier = "com.mygamecompany.emptytemplateplugin";
|
||||
|
||||
public static $description = "Empty Template Plugin";
|
||||
|
||||
public static $version = "1.0";
|
||||
|
||||
// Before you should specify a unique MIME type for your game
|
||||
public static $mimeType = "x-emptytemplateplugin";
|
||||
|
||||
};
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue