mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Full Template for ticket #1
This commit is contained in:
parent
74f265b3b3
commit
f439dc8dcd
2150 changed files with 286240 additions and 0 deletions
20
Templates/Full/buildFiles/config/webDeploy.mac.conf
Normal file
20
Templates/Full/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.fulltemplateplugin";
|
||||
|
||||
public static $description = "Full Template Plugin";
|
||||
|
||||
public static $version = "1.0";
|
||||
|
||||
// Before you should specify a unique MIME type for your game
|
||||
public static $mimeType = "x-fulltemplateplugin";
|
||||
|
||||
};
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue