-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.xml
37 lines (37 loc) · 1.36 KB
/
app.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
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<application project_name="_PSM_DEFAULT_" version="1.00" runtime_version="4.03" sdk_version="4.03.00" default_locale="en-US">
<app_xml_format version="1.00.00" sdk_type="Unity for PSM" />
<name />
<short_name />
<parental_control lock_level="2" />
<rating_list highest_age_limit="3" has_online_features="false">
<online_features chat="false" personal_info="false" user_location="false" exchange_content="false" />
<rating type="ESRB" value="3" age="3" code="" />
<rating type="PEGIEX" value="3" age="3" code="" />
</rating_list>
<images icon_128x128="icon_128x128.png" icon_256x256="icon_256x256.png" icon_512x512="icon_512x512.png" splash_854x480="splash_854x480.png" />
<genre_list />
<developer>
<name value="" />
</developer>
<website href="" />
<copyright author="" />
<purchase>
<product_list />
</purchase>
<runtime_config>
<memory managed_heap_size="32768" resource_heap_size="65536" />
<display max_screen_size="1280x800" />
<camera max_capture_resolution="800x600" />
</runtime_config>
<feature_list>
<feature value="GamePad" />
<feature value="Touch" />
<feature value="##SDKType:Unity for PSM" />
</feature_list>
<psn_service_list />
<unity>
<unity_original_runtime_version value="00.0.0.0" />
<app_ver value="00.00" />
</unity>
</application>