Guest User

Untitled

a guest
Jan 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. settings =
  2. {
  3.         orientation =
  4.         {
  5.                 default = "portrait",
  6.                 supported = { "portrait" }
  7.         },
  8.         iphone =
  9.         {
  10.             plist =
  11.             {
  12.                         UIApplicationExitsOnSuspend = true,
  13.                         CFBundleIconFiles = {
  14.                                 "AppIcon_ipad",
  15.                                 "AppIcon_iphone_ipodtouch",
  16.                                 "AppIcon_iphone_ipodtouch@2x",
  17.                                 "SettingsSearchIcon",
  18.                                 "SettingsSearchIcon@2x",
  19.                                 "SearchIcon_ipad"
  20.                         },
  21.             }
  22.         },
  23. }
Add Comment
Please, Sign In to add comment