Software Archive
Read-only legacy content
17061 Discussions

Building for multiple platforms

Tony_B_
Beginner
605 Views

I have an app that I built and deployed to the Google Play store. I now need to create the iOS version. Do I need to create a new copy of the XDK project in a separate folder or can I do builds for multiple platforms from the same folder?

Thanks,

Tony

0 Kudos
1 Solution
Roi_D_
New Contributor I
605 Views

you use the same xdk project. xdk creates internal config files per platform. e.g.:
intelxdk.config.android.xml
intelxdk.config.ios.xml

 

View solution in original post

0 Kudos
2 Replies
Roi_D_
New Contributor I
606 Views

you use the same xdk project. xdk creates internal config files per platform. e.g.:
intelxdk.config.android.xml
intelxdk.config.ios.xml

 

0 Kudos
Tony_B_
Beginner
605 Views

Thanks Roi. Appreciate the help.

Tony

0 Kudos
Reply