amirrajan / rubymotion-applied

RubyMotion documentation provided by the community. Submit a pull request to the docs for a free one year indie subscription.
Apache License 2.0
49 stars 10 forks source link

RubyMotion macOS App Icon in template seems to be missing transparency / alpha channel #112

Closed bolandross closed 5 years ago

bolandross commented 5 years ago

I noticed that the macOS template for RubyMotion projects uses an app icon with no transparency, so it looks quite bad in the macOS dock.

macos dock

In the RubyMotion installer and iOS variant, the icons seem to be fine.

Red-Menace commented 5 years ago

I finally got around to starting up my RubyMotionBits repository (trying not to embarrass myself too much, I don't do this stuff for a living). It has a few macOS icon asset catalog resources you can use, including that base RM icon that I fixed with an alpha channel.

digitalmoksha commented 5 years ago

@Red-Menace very cool! Thank you for sharing!

ediathome commented 5 years ago

Just added a pull request to the templates repository with a transparent version...

bolandross commented 5 years ago

Are there any news regarding this?

Red-Menace commented 5 years ago

The pull request mentioned earlier adding a transparency was committed. You can use motion repo to update your local templates (or download/clone the template repository).

bolandross commented 5 years ago

That's great news, thank you!