PhoneGap build - gap:platform not excluding files from each platform build -


per documentation: warning:

if not supply gap:platform attribute, referenced image copied platforms, increasing size of application packages.

i have icons , splash screens reference each ios , android, example:

<icon src="res/icon/android/icon-xxhdpi.png" gap:platform="android" gap:qualifier="xxhdpi" /> 

why when upload zip phonegap build, resulting ipa , apk include these files both platforms? hoping gap:platform not include files in resulting platform build. have been trying use .pgbomit file without luck, far.

any thoughts appreciated.

i figured out using .pgbomit file.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -