Advertisement
alestane

Alternate Key sample

Aug 25th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. settings = {
  2.     orientation = {
  3.         default = "portrait",
  4.     },
  5.     iphone = {
  6.         plist = {
  7.             CFBundleIconFiles = {
  8.                 "Icon.png",
  9.                 "Icon-72.png",
  10.                 "[email protected]",
  11.             },
  12.             UIPrerenderedIcon = true,
  13.             UIStatusBarHIdden = true,
  14.             ["UILaunchImageFile~iPad"] = "Default~iPad",
  15.         },
  16.     },
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement