| 95 | === iphone.xml.template === |
| 96 | |
| 97 | Template for testing [Getting-Started/iPhone iPhone]. |
| 98 | |
| 99 | Requirement(s): |
| 100 | - on Mac OS X |
| 101 | - at least one iPhone SDK must be installed |
| 102 | |
| 103 | Sample session: |
| 104 | {{{ |
| 105 | $ ./configure.py -o iphone.xml iphone.xml.template |
| 106 | $ ./run_scenario.py iphone.xml |
| 107 | }}} |
| 108 | |
| 109 | Note: |
| 110 | - currently there's no way to select which iPhone SDK to use, as the {{{configure.py}}} automatically picks up the latest version of SDK installed. |
| 111 | |
| 112 | |
| 113 | === msvc.xml.template === |
| 114 | |
| 115 | Visual Studio targets. |
| 116 | |
| 117 | TBD. |
| 118 | |
| 119 | |
| 120 | === symbian.xml.template === |
| 121 | |
| 122 | Symbian S60 targets. |
| 123 | |
| 124 | TBD. |
| 125 | |
| 126 | === symbian-aps.xml.template === |
| 127 | |
| 128 | Symbian S60 with APS target. |
| 129 | |
| 130 | TBD. |
| 131 | |
| 132 | |
| 133 | === symbian-vas.xml.template === |
| 134 | |
| 135 | Symbian S60 with VAS target. |
| 136 | |
| 137 | TBD. |
| 138 | |
| 139 | |
| 140 | |