-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.settings
More file actions
67 lines (62 loc) · 1.16 KB
/
build.settings
File metadata and controls
67 lines (62 loc) · 1.16 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
settings =
{
plugins =
{
--[[
["plugin.utf8"] =
{
publisherId = "com.coronalabs"
},
]]
--[[
["plugin.gpgs.v2"] = {
publisherId = "com.coronalabs",
supportedPlatforms = {["android"] = true, ["android-kindle"] = true}
},
]]
--[[
["plugin.bit"] =
{
publisherId = "com.coronalabs"
},
]]
},
splashScreen =
{
android = {
enable = false
}
},
android =
{
googlePlayGamesAppId = 'com.oddstream.twitty',
minSdkVersion = '16',
},
orientation =
{
default = "portrait",
supported = {"portrait"}, -- don't allow orientation change
},
window =
{
defaultMode = 'normal',
defaultViewWidth = 320,
defaultViewHeight = 320 * 16 / 9,
resizable = true,
minViewWidth = 320,
minViewHeight = 320 * 16 / 9,
enableCloseButton = true,
enableMinimizeButton = true,
suspendWhenMinimized = true,
titleText =
{
default = 'Twitty Little Words'
}
},
excludeFiles =
{
all = {'.gitignore','*.pdn','*.keystore','*.js','*.md','assets/junk/*','icons/*','PlayStoreAssets/*'},
android = {'*.ico'},
win32 = {'AndroidResources/*'}
},
}