swiftbar / SwiftBar

Powerful macOS menu bar customization tool
https://swiftbar.app
MIT License
2.93k stars 92 forks source link

Incompatible with Future Versions Dialog on Launch #283

Closed cliss closed 2 years ago

cliss commented 2 years ago

I keep getting the following dialog when I launch the app:

Screen Shot 2022-02-11 at 11 05 19 AM

"SwiftBar" needs to be updated This app will not work with future versions of macOS and needs to be updated to improve compatibility. Contact the developer for more information.

Not even sure why this is happening, to be honest, as it's built for Apple Silicon and is 64-bit...?

melonamin commented 2 years ago

Ehhh... 🤔

Do you have Python plugins? Maybe this is due to Python 2.7 depreciation in macOS 12.3?

cliss commented 2 years ago

You're right; I absolutely do. So because one of my scripts refers to python, that's why the message is showing then?

Sigh. Oh, Apple. 🙄

If my understanding is correct, feel free to close this without further comment. :)

melonamin commented 2 years ago

I've tested this just to double check, this script gives me the same warning:

#!/usr/bin/python2.7

print("Python Test")

Python 3 works fine as expected

Sigh. Oh, Apple.

I think in this case they are doing the right thing, Python 3 is 10+ years old, IT IS TIME TO UPGRADE CASEY! 😝 The messaging could be better, so much "SwiftBar needs to be updated"...

cliss commented 2 years ago

You're 100% correct; out of habit/laziness/ignorance I had been referencing python in a script; by changing it to python3 it worked no sweat.

Apologies for wasting your time, @melonamin! 🤦 😞