VolBuilder different version ios and android

it works… i starting to see in my projects and putting my plugins to test it…
one question, my app (for past reasons) use different android and apple version codes… how can i explicit this in config.xml i was editing config file, but u said it is deprecated…
in config.xml i was using:
android-versionCode = 35011 (its works)
but in ios i was using

<edit-config target="CFBundleShortVersionString" file="*-Info.plist" mode="overwrite">
    <string>363</string>
</edit-config>

Tip: If you’re pasting code, html or config files, surround it by triple back ticks (```) and it will be fomatted properly.

Close this topic Geortge, please… i tried again and compiles ok:

<edit-config target="CFBundleShortVersionString" file="*-Info.plist" mode="overwrite">
    <string>362</string>
</edit-config>

i will try to post in apple store… pray…