Updated gitignore and Engine/bin for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-20 12:46:44 -04:00
parent 1cca6c95f2
commit 08d5ba86f7
593 changed files with 72474 additions and 0 deletions

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