Advertisement
alestane

Icon names

Apr 29th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. settings = {
  2.     iphone = {
  3.         plist = {
  4.             CFBundleIconFiles = {
  5.                 "Icon.png",
  6.                 "Icon-72.png",
  7.                 "[email protected]",
  8.             },
  9.         },
  10.     },
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement