Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MacOS 12 #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Support MacOS 12 #30

wants to merge 2 commits into from

Conversation

btaczala
Copy link

MacOS 12 removes support for python (2.7) and no longer ships any
python.
In order properly support newer MacOS releases pass workflow should
reuse python manually installed (ideally via brew)

MacOS 12 removes support for python (2.7) and no longer ships any
python.
In order properly support newer MacOS releases pass workflow should
reuse python manually installed (ideally via brew)
@jmcphers
Copy link

jmcphers commented Jun 1, 2022

Just ran into this myself, all working well after manually applying your change! Thanks for doing this.

@chipsenkbeil
Copy link
Collaborator

@btaczala I know that you installed python3 using brew, which I assume placed it in /usr/local/bin/python3.

On Mac 12.3+, I think there's a stub for python3 located at /usr/bin/python3. It doesn't work out of the box, but when you first run it you get a prompt to install XCode Developer Tools, which then installs Python3 at that location.

Regardless of where it is located, is there a reason your PR includes a hardcoded path to python3 in the info.plist instead of just updating from python to python3?

chipsenkbeil added a commit to chipsenkbeil/alfred-4-pass that referenced this pull request Jun 12, 2022
@CGenie
Copy link
Owner

CGenie commented Jun 13, 2022

Is anyone willing to take over this repo? I don't use a Mac anymore and I see the code is useful to people, would be nice to keep things up-to-date.

info.plist Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants