<flow xmlns="https://app.respresso.io/public/schema/flow.xsd">
<nodes>
<!--Parse resource data-->
<processor id="parser" name="SingleAppIconParserProcessor" version="1"/>
<!--android-->
<processor id="android" name="SingleAppIconToAndroidIconConverterProcessor" version="1"/>
<!--ios-->
<processor id="ios" name="SingleAppIconToIosIconConverterProcessor" version="1"/>
</nodes>
<connections>
<connection from="@input" to="parser"/>
<connection from="parser" to="android"/>
<connection from="parser" to="ios"/>
<connection read="files" from="android" write="files[+]" to="@output"/>
<connection read="files" from="ios" write="files[+]" to="@output"/>
</connections>
</flow>