Skip to content

Commit 641b117

Browse files
committed
AIRTarget: add some missing targets as constants
1 parent 6cf5a05 commit 641b117

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/com/as3mxml/asconfigc/AIRTarget.as

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@ package com.as3mxml.asconfigc
2222
public static const ANE:String = "ane";
2323
public static const BUNDLE:String = "bundle";
2424
public static const NATIVE:String = "native";
25+
public static const CMDLINE:String = "cmdline";
2526

2627
public static const APK:String = "apk";
2728
public static const APK_CAPTIVE_RUNTIME:String = "apk-captive-runtime";
2829
public static const APK_DEBUG:String = "apk-debug";
2930
public static const APK_EMULATOR:String = "apk-emulator";
3031
public static const APK_PROFILE:String = "apk-profile";
32+
public static const AAB:String = "aab";
33+
public static const AAB_DEBUG:String = "aab-debug";
34+
public static const ANDROID_STUDIO:String = "android-studio";
35+
public static const ANDROID_STUDIO_DEBUG:String = "android-studio-debug";
3136

3237
public static const IPA_APP_STORE:String = "ipa-app-store";
3338
public static const IPA_AD_HOC:String = "ipa-ad-hoc";

0 commit comments

Comments
 (0)