-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CastleEngineManifest.xml
34 lines (34 loc) · 1.04 KB
/
CastleEngineManifest.xml
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
<?xml version="1.0" encoding="utf-8"?>
<project name="darkest_before_dawn"
caption="Darkest Before Dawn"
qualified_name="net.sourceforge.castleengine.darkestbeforedawn"
executable_name="darkest_before_dawn_standalone"
standalone_source="darkest_before_dawn_standalone.dpr"
game_units="Game"
screen_orientation="landscape">
<version value="2.0.0" code="14" />
<launch_images>
<image path="store-graphics/ios-launch-iphone-portrait.png" />
<image path="store-graphics/ios-launch-ipad-landspace.png" />
</launch_images>
<compiler_options>
<search_paths>
<path value="code/" />
</search_paths>
</compiler_options>
<icons>
<icon path="store-graphics/icon-2-wersjabezksiezyca.png" />
</icons>
<package>
<include path="README.txt" />
<include path="COPYING.GPL2.txt" />
</package>
<android>
<services>
<service name="google_play_services" />
<service name="google_play_games">
<parameter key="app_id" value="1020561970941" />
</service>
</services>
</android>
</project>