forked from Nlcke/layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLayout.gproj
103 lines (103 loc) · 4.77 KB
/
Layout.gproj
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<project>
<properties touchToMouse="0" winrt_package="com.yourdomain.yourapp" backgroundColor="#ffffff" splash_h_image="" retinaDisplay="3" html5_host="" splash_v_image="" logicalWidth="320" windowWidth="0" architecture="0" html5_mem="256" ios_bundle="com.yourdomain." win_org="GiderosMobile" app_icon="" logicalHeight="480" version_code="1" mouseToTouch="0" version="1.0" tv_icon="" scaleMode="0" osx_domain="giderosmobile.com" osx_org="GiderosMobile" packageName="com.yourdomain.yourapp" autorotation="0" osx_category="5" exportMode="0" orientation="0" disableSplash="0" encryptCode="0" iosDevice="0" osx_bundle="com.yourdomain." windowHeight="0" android_template="0" mouseTouchOrder="0" fps="60" winrt_org="GiderosMobile" win_domain="giderosmobile.com" encryptAssets="0">
<imageScales/>
<plugins>
<plugin enabled="0" name="JSON"/>
<plugin enabled="0" name="Flurry"/>
<plugin enabled="0" name="Gaming"/>
<plugin enabled="0" name="Countly"/>
<plugin enabled="0" name="Lpeg"/>
<plugin enabled="0" name="Bitop"/>
<plugin enabled="0" name="Controller"/>
<plugin enabled="0" name="LuaSqlite3"/>
<plugin enabled="0" name="Struct"/>
<plugin enabled="0" name="Media plugin"/>
<plugin enabled="0" name="Clipper"/>
<plugin enabled="0" name="LuaFileSystem"/>
<plugin enabled="0" name="Google Play Services"/>
<plugin enabled="0" name="Lua Socket"/>
<plugin enabled="0" name="Store Detector"/>
<plugin enabled="1" name="Camera"/>
<plugin enabled="0" name="Native"/>
</plugins>
<exports>
<export name="APK">
<property value="" name="androidPath"/>
<property value="23" name="androidSdk"/>
<property value="19" name="androidTarget"/>
<property value="23.0.1" name="androidTools"/>
<property value="" name="javaPath"/>
<property value="" name="keyAlias"/>
<property value="" name="keyStore"/>
<property value="com.yourdomain.yourapp" name="packageName"/>
</export>
</exports>
</properties>
<folder name="images">
<file source="images/american.jpg"/>
<file source="images/apple.jpg"/>
<file source="images/beautiful.jpg"/>
<file source="images/bull.jpg"/>
<file source="images/checkmate.jpg"/>
<file source="images/children.jpg"/>
<file source="images/city.jpg"/>
<file source="images/coins.jpg"/>
<file source="images/dog.jpg"/>
<file source="images/elephant.jpg"/>
<file source="images/gleise.jpg"/>
<file source="images/goat.jpg"/>
<file source="images/iman.jpg"/>
<file source="images/monument.jpg"/>
<file source="images/nature.jpg"/>
<file source="images/northern.jpg"/>
<file source="images/parachute.jpg"/>
<file source="images/posing.jpg"/>
<file source="images/raindrop.jpg"/>
<file source="images/raspberries.jpg"/>
<file source="images/roe.jpg"/>
<file source="images/sailing.jpg"/>
<file source="images/ship.jpg"/>
<file source="images/snail.jpg"/>
<file source="images/spider.jpg"/>
<file source="images/table.jpg"/>
<file source="images/thermometer.jpg"/>
<file source="images/tomatoes.jpg"/>
<file source="images/water.jpg"/>
<file source="images/web.jpg"/>
<file source="images/yellowstone.jpg"/>
<file source="images/yosemite.jpg"/>
</folder>
<folder name="examples">
<file excludeFromExecution="1" source="examples/colors.lua"/>
<file excludeFromExecution="1" source="examples/dialog.lua"/>
<file excludeFromExecution="1" source="examples/file_explorer.lua"/>
<file excludeFromExecution="1" source="examples/manual_grid.lua"/>
<file excludeFromExecution="1" source="examples/multiline_text.lua"/>
<file excludeFromExecution="1" source="examples/positioning.lua"/>
<file excludeFromExecution="1" source="examples/sizing.lua"/>
<file excludeFromExecution="1" source="examples/sliders.lua"/>
<file excludeFromExecution="1" source="examples/slideshow.lua"/>
<file excludeFromExecution="1" source="examples/splashscreen.lua"/>
<file excludeFromExecution="1" source="examples/template_grid.lua"/>
<file excludeFromExecution="1" source="examples/text_effects.lua"/>
<file excludeFromExecution="1" source="examples/texturing.lua"/>
<file excludeFromExecution="1" source="examples/thumbnail_viewer.lua"/>
<file excludeFromExecution="1" source="examples/zooming.lua"/>
</folder>
<folder name="resources">
<file source="resources/BlissPro-Bold.otf"/>
<file source="resources/FreeMono.otf"/>
<file source="resources/backbutton.png"/>
<file source="resources/fruits.png"/>
<file source="resources/fruits.txt"/>
<file source="resources/leftbutton.png"/>
<file source="resources/rightbutton.png"/>
<file source="resources/ringtile.png"/>
<file source="resources/skyworld.png"/>
<file source="resources/splashscreen.png"/>
<file source="resources/splashscreen.txt"/>
</folder>
<file source="Layout.lua"/>
<file source="init.lua"/>
<file source="main.lua"/>
</project>