-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests can be run in AIR instead of Flash Player
- Loading branch information
1 parent
fb44f17
commit 1033e6d
Showing
2 changed files
with
33 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<application xmlns="http://ns.adobe.com/air/application/32.0"> | ||
<id>com.feathersui.TestFeathers</id> | ||
<filename>TestFeathers</filename> | ||
<name>TestFeathers</name> | ||
<versionNumber>1.0.0</versionNumber> | ||
<description>Test runner for Feathers UI controls for Starling</description> | ||
<copyright>2021 Bowler Hat LLC</copyright> | ||
|
||
<initialWindow> | ||
<content>TestFeathers.swf</content> | ||
<autoOrients>true</autoOrients> | ||
<fullScreen>false</fullScreen> | ||
<visible>true</visible> | ||
<renderMode>direct</renderMode> | ||
</initialWindow> | ||
|
||
<supportedLanguages>en</supportedLanguages> | ||
</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