File tree Expand file tree Collapse file tree
src/com/as3mxml/asconfigc Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments