marmalade mkb发送用户定义的参数

时间:2014-07-07 11:47:41

标签: marmalade

我正在使用MKB为ios和android开发应用程序。

我需要发送一个用户定义参数/符号,我可以在MKB中有条件地设置其他内容。

目前,只有资产和部署才能实现平台化和#34;通过deployargs。

但我想根据iOS或Android来定义符号。

然后在MKB文件中使用该符号。

e.g。我如何从命令行设置ios或android

if {{ defined ios }} {
    message "iOS defined"
}
elif {{ defined android }}
    message "android defined"
else {
    message "nothing was defined"
}

0 个答案:

没有答案