T-Pham / CoinPriceBar

💰 Cryptocurrency prices on MacBook Touch Bar
MIT License
315 stars 45 forks source link

Feature request: downgrade to osx 10.12.x? #3

Closed Gargo closed 6 years ago

Gargo commented 6 years ago

Reasons: 1)even latest MacBooks pro (2017) come with preinstalled 10.12.6, NOT 10.13.x 2)10.13.x is very unstable 3)touchbar is available since 10.12.2

I tried to decrease the minimum version only but it causes a crash without console log. The possible reasons: 1)10.12.6 2)my MacBook Pro hasn't touchbar (BUT Xcode can simulate it)

T-Pham commented 6 years ago

@Gargo thanks for the info you provided. I wanted to support earlier OS X versions but I couldn't find a way to test the app on those versions. My Mac is already on 10.13. If you have a Mac running 10.12.x, can you please help me check if the DFRFoundation.framework is located at /System/Library/PrivateFrameworks/ on your Mac? I cannot think of any other reason for the crash right now.

jmauzy commented 6 years ago

I can confirm this file is NOT present on my 10.12.6 install.

plimpton commented 6 years ago

It's not on my 10.12.6 system either :(

T-Pham commented 6 years ago

@Gargo @jmauzy @plimpton I've updated the app to support macOS from version 10.12.2 in version 1.5. I would appreciate if you can download the app and try running it on your machine and let me know if it works.