shannah / cn1-local-build-tools

Tools to assist with local building of Codename One projects
6 stars 3 forks source link

Use iOS 7 Theme #3

Open shannah opened 10 years ago

shannah commented 10 years ago

Currently builds seem to be using the old iOS theme. Fix this to use the iOS 7 theme.

JrmyDev commented 9 years ago

Could you please fix it, I would like to use your plugin to build offline application with iOS7 theme.

shannah commented 9 years ago

Unfortunately I won't be doing any more work on this project as I now have a job working for Codename One and this project creates a sort of conflict of interest. You are free to adapt it yourself. (Note: If you use the CN1 sources in SVN rather than the ones bundled with this module, it will use the iOS7 theme automatically)

Another note: This build script is based on the old VM (XMLVM) and there are a number of things that would need to be updated in order to make apps built with it acceptable for the App Store (since apple added new device sizes and mandates that all apps be build with 64-bit SDK). Feel free to fork this project and forge ahead. If you do want to maintain offline build tools, I recommend that you base it off of the new VM (that is open source and in the CN1 SVN repo).

Steve

JrmyDev commented 9 years ago

Ok no problem. Thanks a lot for all your work about codenameone, really usefull for me :) About using CN1 source, in fact, I work with the netbeans automatic offline build plugin you have made : how can I specify to use this source ?