lib/flashsdk/adt.rb in flashsdk-1.0.27.pre vs lib/flashsdk/adt.rb in flashsdk-1.0.28.pre

- old
+ new

@@ -37,16 +37,46 @@ #NOTE: # The order of these parameters is important! # Please do not alphabetize or rearrange unless you're # fixing a bug related to how ADT actually expects # the arguments... + + ## + # Install an app on a device + # + add_param :installApp, Boolean, { :hidden_value => true } + ## + # Uninstall an app from a device + # + add_param :uninstallApp, Boolean, { :hidden_value => true } + + ## + # Launch an app on a device + # + add_param :launchApp, Boolean, { :hidden_value => true } + + ## + # The platform to use (ex: android) + # + add_param :platform, String, { :delimiter => ' ' } + + ## + # The appid of the app being installed/uninstalled (ex: com.foo.Bar) + # + add_param :appid, String, { :delimiter => ' ' } + ## # Create an AIR package. # add_param :package, Boolean, { :hidden_value => true } + ## + # Use a specific target, like apk-debug for Android or ipa-debug for iOS + # + add_param :target, String, { :delimiter => ' ' } + ## # Set true to create a certificate. # # If this value is true, you can optionally set org_unit, org_name and country. # @@ -99,9 +129,14 @@ ## # Check Store Signing options # add_param :checkstore, String + + ## + # Provisioning profile for iOS apps + # + add_param :provisioning_profile, String, { :delimiter => ' ' } ## # Expects two files: # # 1) The Airi file (?)