Advertisement
lavalevel

build settings

Feb 11th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. settings = {
  2.  
  3. orientation = {
  4. default = "portrait",
  5. supported = { "portrait"},
  6. },
  7.  
  8.  
  9. iphone =
  10. {
  11. plist =
  12. {
  13. CFBundleIconFile = "Icon.png",
  14. CFBundleIconFiles = {
  15. "Icon.png",
  16. "Icon-72.png",
  17. },
  18. },
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement