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

macOS libpng, SDL_window fixes #1246

Merged
merged 2 commits into from
Nov 12, 2024
Merged

macOS libpng, SDL_window fixes #1246

merged 2 commits into from
Nov 12, 2024

Conversation

taysta
Copy link
Contributor

@taysta taysta commented Nov 12, 2024

  • Force use of internal libpng on macOS, fixes version mismatch problems on current macOS installations
  • SDL_Window fix from https://github.com/ec-/Quake3e/pull/295
    • Fixes tabbing out of the game, macbook notch mode, and macOS game mode
  • Tested, works locally, used
sudo xattr -r -d com.apple.quarantine openjk.arm64.app openjk_sp.arm64.app
codesign --force --deep --sign - openjk.arm64.app openjk_sp.arm64.app

To quarantine and codesign the app locally and ran as expected in-game.

…allows for tabbing out of the game, configuring the game for macbooks with notches, and macOS game mode
@taysta taysta requested a review from a team as a code owner November 12, 2024 17:01
@taysta taysta changed the title [macOS] Fixes macOS libpng, SDL_window fixes Nov 12, 2024
@SomaZ SomaZ merged commit 199ddc7 into JACoders:master Nov 12, 2024
16 checks passed
@taysta taysta deleted the ojk-macos branch November 13, 2024 15:31
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.

3 participants