blackberry-tablet.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <qnx xmlns="http://www.qnx.com/schemas/application/1.0">
  3. <id>rs.blackwicked.evidencehunt</id>
  4. <filename>evidencehunt</filename>
  5. <name>EvidenceHunt</name>
  6. <versionNumber>1.4.4</versionNumber>
  7. <description>Investigate the crime scene and find the murderer!</description>
  8. <copyright>2012</copyright>
  9. <initialWindow>
  10. <systemChrome>none</systemChrome>
  11. <transparent>false</transparent>
  12. <autoOrients>false</autoOrients>
  13. <aspectRatio>landscape</aspectRatio>
  14. </initialWindow>
  15. <publisher>Blackwicked.com</publisher>
  16. <permission system="true">run_native</permission>
  17. <category>core.games</category>
  18. <icon><image>evidencehunt-icon.png</image></icon>
  19. <splashscreen>evidencehunt-splash-bb.png</splashscreen>
  20. <author>Blackwicked.com</author>
  21. <authorId>gYAAgM-okbgpTzT3UpfWuRx2FS0</authorId>
  22. <action>access_internet</action>
  23. <buildId>68</buildId>
  24. <platformVersion>2.0.0.0</platformVersion>
  25. <env var="QT_DEBUG_PLUGINS" value="1"/>
  26. <env var="LD_LIBRARY_PATH" value="app/native/lib"/>
  27. <env var="QT_QPA_FONTDIR" value="/usr/fonts/font_repository/liberation"/>
  28. <env var="QT_QPA_PLATFORM_PLUGIN_PATH" value="app/native/platforms"/>
  29. <env var="QML_IMPORT_PATH" value="app/native/imports"/>
  30. <env var="QT_PLUGIN_PATH" value="app/native/plugins"/>
  31. </qnx>