- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
on my ios full log, how do i change from TARGETED_DEVICE_FAMILY = 1,2 to TARGETED_DEVICE_FAMILY = 1 ? TIA
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page