Sha256: 4d470222970f82f7789574086667db66358cdfb5c569776288caaabb20ca040f

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

<?xml version="1.0" encoding="utf-8" ?>
<application 
    xmlns="http://ns.adobe.com/air/application/2.5"
    minimumPatchLevel="0">

    <id><%= package_name %>.<%= test_runner_name %></id>
    <name>
        <text xml:lang="en"><%= test_runner_name %></text>
    </name>
    <versionNumber>0.0.1</versionNumber>
    <versionLabel>0.0.1</versionLabel>
    <filename><%= project_name %></filename>
    <description>
        <text xml:lang="en">This is a sample Adobe AIR application built with Project Sprouts.</text>
    </description>
    <copyright>Copyright 2011</copyright>
    <initialWindow>
        <content><%= test_swf_name %></content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>false</visible>
        <minimizable>true</minimizable>
        <maximizable>true</maximizable>
        <resizable>true</resizable>
        <width>900</width>
        <height>650</height>
        <x>50</x>
        <y>50</y>
        <minSize>500 300</minSize>
        <maxSize>1500 1000</maxSize>
    </initialWindow>
</application>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flexunit-0.0.9.pre lib/flexunit4/generators/templates/AIRRunner-app.xml