mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-25 04:37:03 +02:00
MacOS fix compilation errors and correct app icon and title (#202)
- Adds ICONV_LIBRARY to CMakeList to fix ffmpeg compilation error - Replaces the app icon from yuzu.icns to eden.icns - Changes app title and name from yuzu to eden - Updates MoltenVK to 1.3.0 Note: The wiki also needs an update, after merge to master I'll edit the wiki. The wiki says to installs Qt5 but eden uses Qt6. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/202 Co-authored-by: Maufeat <sahyno1996@gmail.com> Co-committed-by: Maufeat <sahyno1996@gmail.com>
This commit is contained in:
parent
02603abbdc
commit
59e69d91f4
4 changed files with 11 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
|
|
@ -15,7 +20,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
<key>CFBundleGetInfoString</key>
|
||||
<string></string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>yuzu.icns</string>
|
||||
<string>eden.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yuzu-emu.yuzu</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
|
@ -23,7 +28,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
<key>CFBundleLongVersionString</key>
|
||||
<string></string>
|
||||
<key>CFBundleName</key>
|
||||
<string>yuzu</string>
|
||||
<string>eden</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue