Skip to content

Commit

Permalink
ios: don't try to add the Mac icon to the iOS project, now that we ar…
Browse files Browse the repository at this point in the history
…en't generating it anymore
  • Loading branch information
axmo committed Jan 2, 2025
1 parent efb5883 commit a16a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ set(TRANSLATION_FILES
)

set(MACOSX_FILES "")
if(APPLE)
if(APPLE AND NOT ${TARGET_PLATFORM} STREQUAL "ios")
set(MACOSX_FILES ${PROJECT_SOURCE_DIR}/res/julius.icns)
endif()

Expand Down

0 comments on commit a16a042

Please sign in to comment.