We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577d37c commit c6d2320Copy full SHA for c6d2320
CMakeLists.txt
@@ -492,7 +492,9 @@ else()
492
add_executable(supertuxkart ${STK_SOURCES} ${STK_RESOURCES} ${STK_HEADERS} ${IOS_ASSETS_FILES})
493
set_target_properties(supertuxkart PROPERTIES
494
MACOSX_BUNDLE_INFO_PLIST ${PROJECT_SOURCE_DIR}/data/SuperTuxKart-Info-iOS.plist
495
- XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET 9.0)
+ XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET 9.0
496
+ XCODE_ATTRIBUTE_INSTALL_PATH /Applications
497
+ XCODE_ATTRIBUTE_SKIP_INSTALL No)
498
else()
499
add_executable(supertuxkart ${STK_SOURCES} ${STK_RESOURCES} ${STK_HEADERS})
500
endif()
0 commit comments