Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings = {
- orientation = {
- default = "portrait",
- },
- iphone = {
- plist = {
- CFBundleIconFiles = {
- "Icon.png",
- "Icon-72.png",
- },
- UIPrerenderedIcon = true,
- UIStatusBarHIdden = true,
- ["UILaunchImageFile~iPad"] = "Default~iPad",
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement