| 1 |
<?xml version="1.0" encoding="utf-8" ?> |
|---|
| 2 |
<application xmlns="http://ns.adobe.com/air/application/1.5"> |
|---|
| 3 |
|
|---|
| 4 |
<id>uwi.TLife</id> |
|---|
| 5 |
<version>alpha23</version> |
|---|
| 6 |
<filename>TLife</filename> |
|---|
| 7 |
<name>TLife</name> |
|---|
| 8 |
<description>Twitter is Life.</description> |
|---|
| 9 |
<copyright>(c) @uwitenpen 2009</copyright> |
|---|
| 10 |
|
|---|
| 11 |
<initialWindow> |
|---|
| 12 |
<title>TLife</title> |
|---|
| 13 |
<content>TLife.swf</content> |
|---|
| 14 |
<systemChrome>standard</systemChrome> |
|---|
| 15 |
<transparent>false</transparent> |
|---|
| 16 |
<visible>false</visible> |
|---|
| 17 |
<minimizable>true</minimizable> |
|---|
| 18 |
<maximizable>false</maximizable> |
|---|
| 19 |
<resizable>true</resizable> |
|---|
| 20 |
</initialWindow> |
|---|
| 21 |
|
|---|
| 22 |
<icon> |
|---|
| 23 |
<image16x16>icon/icon_016.png</image16x16> |
|---|
| 24 |
<image32x32>icon/icon_032.png</image32x32> |
|---|
| 25 |
<image48x48>icon/icon_048.png</image48x48> |
|---|
| 26 |
<image128x128>icon/icon_128.png</image128x128> |
|---|
| 27 |
</icon> |
|---|
| 28 |
</application> |
|---|