Skip to content

Commit c6d2320

Browse files
committed
Fix missing archive generation in xcode
1 parent 577d37c commit c6d2320

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,9 @@ else()
492492
add_executable(supertuxkart ${STK_SOURCES} ${STK_RESOURCES} ${STK_HEADERS} ${IOS_ASSETS_FILES})
493493
set_target_properties(supertuxkart PROPERTIES
494494
MACOSX_BUNDLE_INFO_PLIST ${PROJECT_SOURCE_DIR}/data/SuperTuxKart-Info-iOS.plist
495-
XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET 9.0)
495+
XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET 9.0
496+
XCODE_ATTRIBUTE_INSTALL_PATH /Applications
497+
XCODE_ATTRIBUTE_SKIP_INSTALL No)
496498
else()
497499
add_executable(supertuxkart ${STK_SOURCES} ${STK_RESOURCES} ${STK_HEADERS})
498500
endif()

0 commit comments

Comments
 (0)