-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from kevingadd/appxml
Fix the Aiming and ChaseAndEvade samples on PSM
- Loading branch information
Showing
8 changed files
with
77 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<application project_name="Aiming" version="1.00" runtime_version="1.11" sdk_version="1.11.00" default_locale="en-US"> | ||
<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 /> | ||
<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="1920x1200" /> | ||
<camera max_capture_resolution="2048x1536" /> | ||
</runtime_config> | ||
<feature_list> | ||
<feature value="GamePad" /> | ||
</feature_list> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<application project_name="ChaseAndEvade" version="1.00" runtime_version="1.11" sdk_version="1.11.00" default_locale="en-US"> | ||
<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 /> | ||
<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="1920x1200" /> | ||
<camera max_capture_resolution="2048x1536" /> | ||
</runtime_config> | ||
<feature_list> | ||
<feature value="GamePad" /> | ||
</feature_list> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<application project_name="Draw2D" version="1.00" runtime_version="1.11" sdk_version="1.11.00" default_locale="en-US"> | ||
<runtime_config> | ||
<memory managed_heap_size="32768" resource_heap_size="65536" /> | ||
<display max_screen_size="1920x1200" /> | ||
<camera max_capture_resolution="2048x1536" /> | ||
</runtime_config> | ||
<feature_list> | ||
</feature_list> | ||
</application> |