Software AG Products 10.15 | Added, Removed, Deprecated, or Changed Parameters | Mobile Designer | Release 10.3
 
Release 10.3
Added Build Related Parameters (defaults.xml)
*android.keystore.properties.file
*android.release.keystore.file Location of the keystore file used for signing the build
*android.release.keystore.password Passphrase used to unlock the keystore
*android.release.key.alias The alias of the key required for signing this build
*android.release.key.password The password used for the key alias
*android.studio.gradle.android.plugin.version Controls the version of the Gradle plugin that is used when doing Gradle builds with Android Studio.
*android.studio.gradle.distribution.url
*ios.appstore.method
*ios.provisioning.profile.appstore Points to provisioning profile for an App Store build.
*ios.provisioning.profile.adhoc Points to provisioning profile for an ad-hoc build.
*ios.provisioning.profile.development Points to provisioning profile for a development build.
*ios.signing.identity.development Use this signing identity for development builds. If empty, the signing identity from the provisioning profile will be used.
*ios.signing.identity.distribution Use this signing identity for Appstore, Enterprise and ad-hoc builds. If empty, the signing identity from the provisioning profile will be used.
*ios.xcode.managed.signing If set it to true, Xcode will manage code signing automatically. You also need to provide a Team ID.
*ios.xcode.managed.signing.team.uid Team ID for managed signing in Xcode
Removed Build Related Parameters (defaults.xml)
*ios.xcode.app.path Xcode installation will now be detected automatically.
*ios.devcodesign Replaced by ios.signing.identity.development
*ios.distcodesign Replaced by ios.signing.identity.distribution
*ios.adhocprov Replaced by ios.provisioning.profile.adhoc
*ios.appstoreprov Replaced by ios.provisioning.profile.appstore
*microsoft.windows8.phone.path Removed Windows platform support
*winphone.sdk.version Removed Windows platform support
*microsoft.net.framework.path Removed Windows platform support
*microsoft.xna.game.studio.path Removed Windows platform support
*microsoft.ilmerge.path Removed Windows platform support
*microsoft.winphone.profile.path Removed Windows platform support
*microsoft.winphone.toolkit.7.0.path Removed Windows platform support
*microsoft.winphone.toolkit.8.0.path Removed Windows platform support
*microsoft.sdk.winphone.extensions.sqlite Removed Windows platform support
*microsoft.sdk.winrt.extensions.sqlite Removed Windows platform support
Added Build Related Parameters (+Target-build)
*pprofile Optional. Defines path to the iOS provisioning profile. The build type (AppStore, Enterprise, ad-hoc or development) will be deduced automatically.
*keychain Optional. Defines path to the iOS keychain including signing certificates.
*extraXcodeArgs Optional. Extra parameters for passed to iOS xcodebuild tool for generating Xcode archives.
*buildnumber Optional. Defines build number used for when running +Target-Build.