I take that you would like to change qproperty-visible for Aura from true to false. But I am not really sure, what you want to do.
If it is this, what you want to do, I see two possibilities:
1) You replace "true" by "false". Since "false" has one byte more than "true", you have to remove one byte. You can remove, e.g. the end of line byte (HEX0A) after "false;", or the tab (HEX09) before "qproperty-visible".
2) You change [deviceCodeName="dragon"] to something like [deviceCodeName="Tragon"]. As a result the value false from "* {qproperty-visible: false;}" will be applied to the Aura too.
Before you tar and compress, check that the file size has not changed.
Last edited by tshering; 07-11-2013 at 06:56 AM.
|