mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
🩹 fix: support ipad
This commit is contained in:
parent
2ee2459d5d
commit
68e844926f
@ -23,7 +23,8 @@ if(ISLE_BUILD_APP)
|
||||
set_target_properties(${ISLE_TARGET_NAME} PROPERTIES
|
||||
MACOSX_BUNDLE TRUE
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/isle/Info.plist"
|
||||
XCODE_ATTRIBUTE_ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon")
|
||||
XCODE_ATTRIBUTE_ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon"
|
||||
XCODE_ATTRIBUTE_TARGETED_DEVICE_FAMILY "1,2")
|
||||
install(TARGETS ${ISLE_TARGET_NAME} DESTINATION ./)
|
||||
install(CODE "
|
||||
file(COPY
|
||||
|
||||
Loading…
Reference in New Issue
Block a user