giginet / xcprofiler

:chart_with_upwards_trend: CLI to profile compilation time of Swift project
MIT License
332 stars 13 forks source link

Switch from colorize to colored2 gem for compatibility with other gems #33

Closed bpollman closed 4 years ago

bpollman commented 4 years ago

I've had trouble using xcprofiler with other gems in the past as everything else in the fastlane/danger universe seems to use colored and colored2

xcprofiles use of colorize is quite minimal and its an easy change.

bpollman commented 4 years ago

Hi @giginet, what do you think of this change?

giginet commented 4 years ago

@bpollman Great work ✨ Thanks

giginet commented 4 years ago

I just released version 0.6.3. Thanks!

bpollman commented 4 years ago

@giginet Awesome!