alestane

Added setting

Feb 11th, 2012
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.                 "[email protected]",
  17.                 "Icon-72.png",
  18.             },
  19.             UIApplicationExitsOnSuspend = true,
  20.         },
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment