链接已复制
1 回复
Using the intelxdk.config.additions.xml file. See this one for an example > https://github.com/gomobile/sample-hello-cordova/blob/master/intelxdk.config.additions.xml#L105 < meaning add something like this:
<platform name="ios"> <!-- to select between building for iPhone, iPad or both --> <!-- https://cordova.apache.org/docs/en/5.4.0/guide/platforms/ios/config.html --> <!-- valid values are handset, tablet and universal --> <preference name="target-device" value="universal" /> </platform>
I don't know which platform you are targeting, you'll have to update the code appropriately to match your needs.
