-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.settings
51 lines (47 loc) · 881 Bytes
/
build.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
settings =
{
plugins =
{
["plugin.bit"] =
{
publisherId = "com.coronalabs"
},
},
splashScreen =
{
android = {
enable = false
}
},
android =
{
minSdkVersion = '16',
},
orientation =
{
default = "portrait",
supported = {"portrait"}, -- don't allow orientation change
},
window =
{
defaultMode = 'normal',
defaultViewWidth = 640,
defaultViewHeight = 480,
resizable = true,
minViewWidth = 640,
minViewHeight = 480,
enableCloseButton = true,
enableMinimizeButton = true,
suspendWhenMinimized = true,
titleText =
{
default = 'Tetra Loops'
}
},
excludeFiles =
{
all = {'.gitignore','*.js','*.css','*.html','*.txt','*.pdn','Icon256.*','sound.unused/*','img/*','*.keystore','*.md','*.bat'},
android = {'*.ico'},
win32 = {'Icon-*.png'}
}
}