Advertisement
lavalevel

build.settings

Dec 15th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. settings = {
  2. orientation =
  3. {
  4. default = "portrait",
  5. supported =
  6. {
  7. "portrait", "portraitUpsideDown"
  8. },
  9. },
  10. androidPermissions =
  11. {
  12. "android.permission.INTERNET",
  13. },
  14. iphone =
  15. {
  16. plist=
  17. {
  18.  
  19. components = {},
  20. UIPrerenderedIcon = false,
  21. UIStatusBarHidden=true,
  22. UIApplicationExitsOnSuspend = false,
  23. UIAppFonts =
  24. {
  25. "QuadratSerial.ttf",
  26. },
  27. CFBundleIconFile = "Icon.png",
  28. CFBundleIconFiles = {
  29. "Icon-72.png" ,
  30. "Icon-Small-50.png" ,
  31. "Icon-Small.png",
  32. "Icon.png",
  33.  
  34. },
  35. },
  36. },
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement