Hi,
Is it possible to use gdrexport to add icon (ios & android)and launch image files ( for ios )
I am able to do this manually but I would like gdrexport to be one stop shop or some other script way which i can add icons and any other required file.
Any ideas/suggestions ?
Thanks,
-Premal
Comments
But as I said, I don't know any of the real applications, maybe somebody else will have a better knowledge
for ios - the files have to be first added to the xcodeproj - this i achieved by using the python script available here - github.com kronenthaler/mod-pbxproj
Then the info.plist had to be given these files as references. This requires another simple python script ( which i have yet to write but i achieved the same by manually editing plist file ) ..
For android - its matter of copying the file of right size to right folder.
It would really help to gideros's cause if this is part of gdrexport as there might be ios newbies ( like me ).
The reason i expect gdrexport to do it as its already doing it for the launch files.
-Premal