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

Pulls/mac support #248

Merged
merged 7 commits into from
Sep 10, 2024
Merged

Conversation

KirbyKid256
Copy link
Contributor

#246 #247
You know the drill.

Take two because last time I accidentally swapped the XCode project files
You need to use `xattr -cr path/to/v3-mac.zip` or `xattr -cr path/to/RSDKv3.app` for this to work
Comment on lines 169 to 172
- name: Zip the app ourselves (Important step to retain symlinks)
run: |
cd ./build/Applications/
zip -r RSDKv3.zip ./RSDKv3.app/
Copy link
Member

Choose a reason for hiding this comment

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

Since xattr -cr RSDKv3.app is required for anyone to run the decomp on their machine, you could add a simple README in the zip file:

echo 'Install the .app file and run "xattr -cr /Applications/RSDKv3.app" in the terminal' > README.txt

And perhaps add this instruction somewhere in the build guide?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That I can do

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you think this is good?

cd ./build/Applications/
echo 'From this folder, run `xattr -cr RSDKv3.app` in Terminal to allow MacOS to open it.' > README.txt
zip -r RSDKv3.zip .

Because I included the readme in the zip, it extracts the folder RSDKv3 and it has the readme and app inside.
Screenshot 2024-09-09 at 12 12 53 PM

Copy link
Member

@Mefiresu Mefiresu Sep 9, 2024

Choose a reason for hiding this comment

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

Yes that's perfect, only missing this info in the build guide.

@Mefiresu Mefiresu merged commit 609387c into RSDKModding:master Sep 10, 2024
@KirbyKid256 KirbyKid256 deleted the pulls/mac-support branch September 10, 2024 15:25
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.

2 participants