SHOW:
|
|
- or go back to the newest paste.
| 1 | settings = {
| |
| 2 | ||
| 3 | orientation = {
| |
| 4 | default = "portrait", | |
| 5 | supported = { "portrait"},
| |
| 6 | }, | |
| 7 | ||
| 8 | ||
| 9 | iphone = | |
| 10 | {
| |
| 11 | plist = | |
| 12 | {
| |
| 13 | - | CFBundleIconFile = "Icon.png", |
| 13 | + | CFBundleIconFile = "Icon.png", |
| 14 | - | CFBundleIconFiles = {
|
| 14 | + | CFBundleIconFiles = {
|
| 15 | - | "Icon.png", |
| 15 | + | "Icon.png", |
| 16 | - | "[email protected]", |
| 16 | + | "[email protected]", |
| 17 | - | "Icon-72.png", |
| 17 | + | "Icon-72.png", |
| 18 | - | }, |
| 18 | + | }, |
| 19 | UIApplicationExitsOnSuspend = true, | |
| 20 | }, | |
| 21 | } | |
| 22 | } |