Add <config:air sdk-version="25.0" />

This commit is contained in:
Joshua Granick
2018-01-30 08:31:49 -08:00
parent 96f6555cbc
commit 1ea230306d
2 changed files with 2 additions and 1 deletions

View File

@@ -219,6 +219,7 @@ class AIRPlatform extends FlashPlatform {
var context = generateContext ();
context.OUTPUT_DIR = targetDirectory;
context.AIR_SDK_VERSION = project.config.getString ("air.sdk-version", "25.0");
var buildNumber = Std.string (context.APP_BUILD_NUMBER);

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/25.0">
<application xmlns="http://ns.adobe.com/air/application/::AIR_SDK_VERSION::">
<id>::APP_PACKAGE::</id>
<versionLabel>::APP_VERSION::</versionLabel>
<versionNumber>::APP_BUILD_NUMBER_SPLIT::</versionNumber>