I had to do this about 3 times, each time I introduced more problems...
How I export a new version of my app when I update (or downgrade) Gideros and at the same time keep my changes to the project? (ie: manifest.xml changes, plug-ins installed or removed, custom code on .java or .mm files...)
Comments
if you are exporting from same gideros version, then just choose export asset only and replace asset folder on iOS or Android. Keep in mind if you are using encryption asset or code sometime you must replace gideros lib on exported platform (such as gideros.so on Android)
However if you are upgrading to a new version of Gideros, there may be ground breaking change. Read the changelog and test compilation of you game is the best way to know wether you should export a brand new project or not.
New Gideros version itself only released after quite a while (months) so you only do it once in a while
http://www.nightspade.com
I want to know how to export after updating gideros (so yes, it is NOT the same version) without having to re-code all my custom stuff.