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