sweetpad-dev / sweetpad

Develop Swift/iOS projects using VSCode
https://marketplace.visualstudio.com/items?itemName=sweetpad.sweetpad
MIT License
117 stars 3 forks source link

Adding OS Versions to Simulator Labels #14

Closed slowbrewedmacchiato closed 1 hour ago

slowbrewedmacchiato commented 3 weeks ago

It would be really nice to add the OS version being ran to the simulator labels. For example, there are cases where one might have multiple iPhone 15 Pro simulators. In that case, it is worth knowing which one is being launched.

In Xcode for example, we normally have (). As an example:

It took me launching multiple times to finally find the right simulator I wanted to launch.

To better visualize, what I mean, here's an example:

Screenshot 2024-06-04 at 11 01 21

This would also apply to the Simulators side bar where we have a full list, but in case one had tons of simulators of the same device but different OS versions, it becomes difficult to know which is which.

Great extension otherwise. Thank you!

hyzyla commented 3 weeks ago

Thanks! Definitely makes sense. I going to add it in the next release

slowbrewedmacchiato commented 3 weeks ago

Appreciate it! I am going to use it 100% for my work today and see if there are additional feedbacks to provide. Looking forward to the next release version.

hyzyla commented 3 weeks ago

iOS version was added to the simulators list in 0.1.19 version

slowbrewedmacchiato commented 1 week ago

I just updated and this works! Thanks a bunch for the quick turn around! I think this issue can be marked as closed.