webDeploy.mac.conf 389 B

12345678910111213141516171819202122
  1. <?php
  2. class WebDeploymentOSX
  3. {
  4. // setup in project.conf
  5. public static $safariPluginName = "";
  6. public static $identifier = "<identifier>";
  7. public static $description = "<description>";
  8. public static $version = "<version>";
  9. // Before you should specify a unique MIME type for your game
  10. public static $mimeType = "<mimeType>";
  11. };
  12. ?>