From 1e870fd61ad5015782798f30fc72f264a72e2845 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 24 Apr 2015 11:59:57 -0700 Subject: [PATCH] AntOnAIR: specifies swf-version 23 when building SWC and test SWF to match the 4.0 AIR descriptor in the tests. When using an SDK newer than 4.0, AIR would quit with 'error while loading initial content' when running the tests because the newer SDK would build with a higher swf-version than 23 by default, so it wouldn't be compatible with the 4.0 AIR descriptor. --- ant_on_air/build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ant_on_air/build.xml b/ant_on_air/build.xml index f83fbba0..2048eff8 100644 --- a/ant_on_air/build.xml +++ b/ant_on_air/build.xml @@ -128,6 +128,7 @@ description="Compiles the SWC.">