From: Panayotis K. <pan...@pa...> - 2010-09-14 17:56:10
|
In the file src/xmlvm2objc/compat-lib/java/org/xmlvm/iphone/NSBundle.java I've seen that there is one more hack, in order to support Android. I am talking about the extra code of the method public String bundlePath() which makes some tricks in oder to make some things visible to the android emulator. I believe this should not be like this. I think that any (strange) resolve of Android paths should be done in the Android compatibility layer. I'd provide a patch, but right now I am trying to sync my repository with XMLVM's (it is some time…) and I don't want to do any changes right now, or else it will be a moving target. |