Empty Template for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-19 11:29:55 -04:00
parent 8337cad7ee
commit 40220512d3
1573 changed files with 141028 additions and 0 deletions

View 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";
};
?>