Tab bar Icon Src

Newb having trouble setting up the icon. I have my icons in my default IMG folder but can’t get them to show up in my xcode iOS build. Do I have to add each file through the config.xml?

<ion-tab title="You" icon-off="img/you_inactive@2x.png" icon-on="img/you_active@2x.png" href="#/tab/account">
<ion-nav-view name="tab-account"></ion-nav-view>

</ion-tab