iOSビルド設定追加
@@ -36,8 +36,8 @@ | ||
36 | 36 | <file leaf-file-name="SceneMain.hx" pinned="false" current="false" current-in-tab="false"> |
37 | 37 | <entry file="file://$PROJECT_DIR$/Source/SceneMain.hx"> |
38 | 38 | <provider selected="true" editor-type-id="text-editor"> |
39 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630"> | |
40 | - <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" /> | |
39 | + <state vertical-scroll-proportion="0.0" vertical-offset="165" max-vertical-offset="630"> | |
40 | + <caret line="11" column="5" selection-start-line="11" selection-start-column="5" selection-end-line="11" selection-end-column="5" /> | |
41 | 41 | <folding /> |
42 | 42 | </state> |
43 | 43 | </provider> |
@@ -53,11 +53,11 @@ | ||
53 | 53 | </provider> |
54 | 54 | </entry> |
55 | 55 | </file> |
56 | - <file leaf-file-name="Sound.hx" pinned="false" current="true" current-in-tab="true"> | |
57 | - <entry file="file:///usr/lib/haxe/std/flash/media/Sound.hx"> | |
56 | + <file leaf-file-name="project.xml" pinned="false" current="true" current-in-tab="true"> | |
57 | + <entry file="file://$PROJECT_DIR$/project.xml"> | |
58 | 58 | <provider selected="true" editor-type-id="text-editor"> |
59 | - <state vertical-scroll-proportion="0.41158536" vertical-offset="0" max-vertical-offset="656"> | |
60 | - <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" /> | |
59 | + <state vertical-scroll-proportion="0.42600897" vertical-offset="0" max-vertical-offset="669"> | |
60 | + <caret line="19" column="9" selection-start-line="19" selection-start-column="9" selection-end-line="19" selection-end-column="10" /> | |
61 | 61 | <folding /> |
62 | 62 | </state> |
63 | 63 | </provider> |
@@ -92,7 +92,6 @@ | ||
92 | 92 | <option value="$PROJECT_DIR$/Source/framework/GamePad.hx" /> |
93 | 93 | <option value="$PROJECT_DIR$/Source/framework/Mouse.hx" /> |
94 | 94 | <option value="$PROJECT_DIR$/Source/framework/IToken.hx" /> |
95 | - <option value="$PROJECT_DIR$/project.xml" /> | |
96 | 95 | <option value="$PROJECT_DIR$/Source/framework/GraphicManager.hx" /> |
97 | 96 | <option value="$PROJECT_DIR$/Source/framework/util/TextFormat.hx" /> |
98 | 97 | <option value="$PROJECT_DIR$/Source/framework/FontManager.hx" /> |
@@ -100,6 +99,7 @@ | ||
100 | 99 | <option value="$PROJECT_DIR$/Source/framework/FpsView.hx" /> |
101 | 100 | <option value="$PROJECT_DIR$/Source/SceneMain.hx" /> |
102 | 101 | <option value="$PROJECT_DIR$/Source/framework/SoundManager.hx" /> |
102 | + <option value="$PROJECT_DIR$/project.xml" /> | |
103 | 103 | </list> |
104 | 104 | </option> |
105 | 105 | </component> |
@@ -307,8 +307,8 @@ | ||
307 | 307 | <sortByType /> |
308 | 308 | </navigator> |
309 | 309 | <panes> |
310 | + <pane id="PackagesPane" /> | |
310 | 311 | <pane id="Scope" /> |
311 | - <pane id="PackagesPane" /> | |
312 | 312 | <pane id="ProjectPane"> |
313 | 313 | <subPane> |
314 | 314 | <PATH> |
@@ -465,6 +465,19 @@ | ||
465 | 465 | <option name="PORT" value="5005" /> |
466 | 466 | <method /> |
467 | 467 | </configuration> |
468 | + <configuration default="true" type="Applet" factoryName="Applet"> | |
469 | + <module name="" /> | |
470 | + <option name="MAIN_CLASS_NAME" /> | |
471 | + <option name="HTML_FILE_NAME" /> | |
472 | + <option name="HTML_USED" value="false" /> | |
473 | + <option name="WIDTH" value="400" /> | |
474 | + <option name="HEIGHT" value="300" /> | |
475 | + <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> | |
476 | + <option name="VM_PARAMETERS" /> | |
477 | + <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | |
478 | + <option name="ALTERNATIVE_JRE_PATH" /> | |
479 | + <method /> | |
480 | + </configuration> | |
468 | 481 | <configuration default="true" type="TestNG" factoryName="TestNG"> |
469 | 482 | <module name="" /> |
470 | 483 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> |
@@ -492,19 +505,6 @@ | ||
492 | 505 | <listeners /> |
493 | 506 | <method /> |
494 | 507 | </configuration> |
495 | - <configuration default="true" type="Applet" factoryName="Applet"> | |
496 | - <module name="" /> | |
497 | - <option name="MAIN_CLASS_NAME" /> | |
498 | - <option name="HTML_FILE_NAME" /> | |
499 | - <option name="HTML_USED" value="false" /> | |
500 | - <option name="WIDTH" value="400" /> | |
501 | - <option name="HEIGHT" value="300" /> | |
502 | - <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> | |
503 | - <option name="VM_PARAMETERS" /> | |
504 | - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | |
505 | - <option name="ALTERNATIVE_JRE_PATH" /> | |
506 | - <method /> | |
507 | - </configuration> | |
508 | 508 | <configuration default="true" type="Application" factoryName="Application"> |
509 | 509 | <option name="MAIN_CLASS_NAME" /> |
510 | 510 | <option name="VM_PARAMETERS" /> |
@@ -519,6 +519,18 @@ | ||
519 | 519 | <envs /> |
520 | 520 | <method /> |
521 | 521 | </configuration> |
522 | + <configuration default="true" type="HaxeApplicationRunConfiguration" factoryName="Haxe Application"> | |
523 | + <module name="" /> | |
524 | + <option name="customExecutable" value="false" /> | |
525 | + <option name="customExecutablePath" value="" /> | |
526 | + <option name="customFileToLaunch" value="false" /> | |
527 | + <option name="customFileToLaunchPath" value="" /> | |
528 | + <option name="name" value="Haxe Application" /> | |
529 | + <option name="saveOutputToFile" value="false" /> | |
530 | + <option name="showConsoleOnStdErr" value="false" /> | |
531 | + <option name="showConsoleOnStdOut" value="false" /> | |
532 | + <method /> | |
533 | + </configuration> | |
522 | 534 | <configuration default="true" type="JUnit" factoryName="JUnit"> |
523 | 535 | <module name="" /> |
524 | 536 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> |
@@ -539,18 +551,6 @@ | ||
539 | 551 | <patterns /> |
540 | 552 | <method /> |
541 | 553 | </configuration> |
542 | - <configuration default="true" type="HaxeApplicationRunConfiguration" factoryName="Haxe Application"> | |
543 | - <module name="" /> | |
544 | - <option name="customExecutable" value="false" /> | |
545 | - <option name="customExecutablePath" value="" /> | |
546 | - <option name="customFileToLaunch" value="false" /> | |
547 | - <option name="customFileToLaunchPath" value="" /> | |
548 | - <option name="name" value="Haxe Application" /> | |
549 | - <option name="saveOutputToFile" value="false" /> | |
550 | - <option name="showConsoleOnStdErr" value="false" /> | |
551 | - <option name="showConsoleOnStdOut" value="false" /> | |
552 | - <method /> | |
553 | - </configuration> | |
554 | 554 | <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application"> |
555 | 555 | <module name="" /> |
556 | 556 | <option name="ACTIVITY_CLASS" value="" /> |
@@ -636,8 +636,8 @@ | ||
636 | 636 | <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> |
637 | 637 | <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> |
638 | 638 | <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> |
639 | + <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | |
639 | 640 | <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> |
640 | - <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | |
641 | 641 | </layout> |
642 | 642 | </component> |
643 | 643 | <component name="Vcs.Log.UiProperties"> |
@@ -892,7 +892,6 @@ | ||
892 | 892 | <provider selected="true" editor-type-id="text-editor"> |
893 | 893 | <state vertical-scroll-proportion="0.5218121" vertical-offset="139" max-vertical-offset="735"> |
894 | 894 | <caret line="30" column="8" selection-start-line="30" selection-start-column="8" selection-end-line="30" selection-end-column="8" /> |
895 | - <folding /> | |
896 | 895 | </state> |
897 | 896 | </provider> |
898 | 897 | </entry> |
@@ -972,14 +971,6 @@ | ||
972 | 971 | </state> |
973 | 972 | </provider> |
974 | 973 | </entry> |
975 | - <entry file="file://$PROJECT_DIR$/project.xml"> | |
976 | - <provider selected="true" editor-type-id="text-editor"> | |
977 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="330"> | |
978 | - <caret line="14" column="42" selection-start-line="14" selection-start-column="42" selection-end-line="14" selection-end-column="42" /> | |
979 | - <folding /> | |
980 | - </state> | |
981 | - </provider> | |
982 | - </entry> | |
983 | 974 | <entry file="file://$PROJECT_DIR$/Source/framework/util/TextFormat.hx"> |
984 | 975 | <provider selected="true" editor-type-id="text-editor"> |
985 | 976 | <state vertical-scroll-proportion="0.6502242" vertical-offset="0" max-vertical-offset="669"> |
@@ -1046,12 +1037,20 @@ | ||
1046 | 1037 | </entry> |
1047 | 1038 | <entry file="file://$PROJECT_DIR$/Source/SceneMain.hx"> |
1048 | 1039 | <provider selected="true" editor-type-id="text-editor"> |
1049 | - <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630"> | |
1050 | - <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" /> | |
1040 | + <state vertical-scroll-proportion="0.0" vertical-offset="165" max-vertical-offset="630"> | |
1041 | + <caret line="11" column="5" selection-start-line="11" selection-start-column="5" selection-end-line="11" selection-end-column="5" /> | |
1051 | 1042 | <folding /> |
1052 | 1043 | </state> |
1053 | 1044 | </provider> |
1054 | 1045 | </entry> |
1046 | + <entry file="file:///usr/lib/haxe/std/flash/media/Sound.hx"> | |
1047 | + <provider selected="true" editor-type-id="text-editor"> | |
1048 | + <state vertical-scroll-proportion="0.30337077" vertical-offset="0" max-vertical-offset="890"> | |
1049 | + <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" /> | |
1050 | + <folding /> | |
1051 | + </state> | |
1052 | + </provider> | |
1053 | + </entry> | |
1055 | 1054 | <entry file="file://$PROJECT_DIR$/Source/framework/SoundManager.hx"> |
1056 | 1055 | <provider selected="true" editor-type-id="text-editor"> |
1057 | 1056 | <state vertical-scroll-proportion="0.0" vertical-offset="597" max-vertical-offset="1500"> |
@@ -1060,10 +1059,10 @@ | ||
1060 | 1059 | </state> |
1061 | 1060 | </provider> |
1062 | 1061 | </entry> |
1063 | - <entry file="file:///usr/lib/haxe/std/flash/media/Sound.hx"> | |
1062 | + <entry file="file://$PROJECT_DIR$/project.xml"> | |
1064 | 1063 | <provider selected="true" editor-type-id="text-editor"> |
1065 | - <state vertical-scroll-proportion="0.41158536" vertical-offset="0" max-vertical-offset="656"> | |
1066 | - <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" /> | |
1064 | + <state vertical-scroll-proportion="0.42600897" vertical-offset="0" max-vertical-offset="669"> | |
1065 | + <caret line="19" column="9" selection-start-line="19" selection-start-column="9" selection-end-line="19" selection-end-column="10" /> | |
1067 | 1066 | <folding /> |
1068 | 1067 | </state> |
1069 | 1068 | </provider> |
@@ -1,7 +1,7 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <project> |
3 | 3 | |
4 | - <meta title="MyProject" package="com.example.myproject" version="1.0.0" company="Company Name" /> | |
4 | + <meta title="MyProject" package="jp.2dgames.test" version="1.0.0" company="Company Name" /> | |
5 | 5 | <app main="Main" path="Export" file="MyProject" /> |
6 | 6 | |
7 | 7 | <source path="Source" /> |
@@ -13,5 +13,8 @@ | ||
13 | 13 | |
14 | 14 | <window width="800" height="600" unless="mobile" /> |
15 | 15 | <window background="FFFFFF" fps="60" /> |
16 | + | |
17 | + <ios deployment="5" binaries="armv7" devices="universal" /> | |
18 | + <ios linker-flags="" prerendered-icon="false" /> | |
16 | 19 | |
17 | 20 | </project> |
\ No newline at end of file |