mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-04 16:06:13 +00:00
Update OS X iconset.
The iconset has been updated to include retina versions at all resolutions and has been rasterized from the svg icons available in the assets/unix-icons directory. icon-512.svg was used for all resolutions except 16x16 and 16x16@2x, which were sourced from icon-16.svg
This commit is contained in:
parent
80d610998d
commit
aa58dfea01
@ -687,7 +687,7 @@ else()
|
||||
set(PNG_LIBRARY png17)
|
||||
include_directories(native/ext)
|
||||
endif()
|
||||
|
||||
|
||||
set(nativeExtra)
|
||||
set(nativeExtraLibs)
|
||||
|
||||
@ -765,7 +765,7 @@ elseif(SDL2_FOUND)
|
||||
# Require SDL
|
||||
include_directories(${SDL2_INCLUDE_DIR})
|
||||
add_definitions(-DSDL)
|
||||
set(nativeExtra ${nativeExtra}
|
||||
set(nativeExtra ${nativeExtra}
|
||||
SDL/SDLJoystick.h
|
||||
SDL/SDLJoystick.cpp
|
||||
native/base/PCMain.cpp)
|
||||
@ -1542,8 +1542,8 @@ endif()
|
||||
|
||||
if (TargetBin)
|
||||
if (IOS OR APPLE)
|
||||
set(ICON_PATH_ABS ${CMAKE_CURRENT_SOURCE_DIR}/assets/icon-114.icns)
|
||||
set( MACOSX_BUNDLE_ICON_FILE icon-114.icns )
|
||||
set(ICON_PATH_ABS ${CMAKE_CURRENT_SOURCE_DIR}/assets/ppsspp.icns)
|
||||
set( MACOSX_BUNDLE_ICON_FILE ppsspp.icns )
|
||||
set_source_files_properties(${ICON_PATH_ABS} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
|
||||
|
||||
# TODO: there must a native way to copy these.
|
||||
@ -1556,7 +1556,7 @@ if (TargetBin)
|
||||
set_source_files_properties(${FLASH0_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION "MacOS/assets/flash0/font")
|
||||
set_source_files_properties(${LANG_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION "MacOS/assets/lang")
|
||||
set_source_files_properties(${SHADER_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION "MacOS/assets/shaders")
|
||||
|
||||
|
||||
add_executable(${TargetBin} MACOSX_BUNDLE ${ICON_PATH_ABS} ${NativeAssets} ${SHADER_FILES} ${FLASH0_FILES} ${LANG_FILES} ${NativeAppSource})
|
||||
else()
|
||||
add_executable(${TargetBin} ${NativeAppSource})
|
||||
|
Binary file not shown.
BIN
assets/ppsspp.icns
Normal file
BIN
assets/ppsspp.icns
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user