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

[POC] macOS support #9

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Conversation

janerjak
Copy link

When Flash Player.app is already installed in /Applications, we are able to launch the main executable contained within directly from the launcher.

It will be interesting to see if there is a way to also automatically install Flash Player via .dmg. See:
https://discord.com/channels/1126689848426774572/1305270501589123176

Note that there are some unnecessary debug artifacts still within this PR that will be cleaned up in the near future

I can't for the life of me figure out how to point the VS code cargo task towards the correct zsh environment. It never finds yarn, no matter how often I set the default with nvm and modify PATH / run the nvm init command within .zshrc.

I feel like this is just broken. Everything works in the terminal, also in the VS code terminal, just not from whatever context cargo tries to invoke yarn. As I have no control over the cargo task implementation in VS code, I will just instruct it to use npm instead (sadly)
Wow, this was a VS code issue all along. It does not by default use any user profile. This means, while everything works fine in the VS Code terminal, it does not from tasks. Some user settings in JSON fixed it. Hopefully the following link will be stable for future poor souls to come:
https://discord.com/channels/1126689848426774572/1200559005291004014/1305137704274628640
@React1-X React1-X added macOS MacOS platform specific issue enhancement New feature or request labels Nov 15, 2024

VOLUME=`hdiutil attach -nobrowse "$1" | grep Volumes | cut -f 3`
cp -rf "$VOLUME"/*.app "$2"
hdiutil detach "$VOLUME"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script is never used?

@React1-X React1-X changed the title macOS support [POC] macOS support Nov 29, 2024
@beamcode
Copy link

beamcode commented Dec 3, 2024

Waiting impatiently for this, @janerjak u the real mvp 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request macOS MacOS platform specific issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants