IrelDev / TabBarIconGenerator

macOS application that generates custom tab bar icon imageset from a given image. Built with Swift & SwiftUI
MIT License
27 stars 3 forks source link

Wrong size #6

Open esatgozcu opened 2 years ago

esatgozcu commented 2 years ago

Dude you have to change the size like that;

@2x = 50x50 @3x = 75x75

Good apps thanks.

IrelDev commented 2 years ago

Hello, Thank you for opening this issue.

You are right that images do not have the correct 25x25, 50x50, and 75x75 sizes. I will try to fix that issue if I have enough time, but I do not know if I will ever fix it as it was a pet project. However, if you want to participate, feel free to open a pull request.