File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/cpp-template-default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ if(APPLE)
142
142
set_xcode_property (${APP_NAME} INSTALL_PATH "\$ (LOCAL_APPS_DIR)" )
143
143
144
144
if (MACOSX )
145
- set_target_properties (${APP_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR} /proj.ios_mac/mac/Info.plist" )
145
+ set_xcode_property (${APP_NAME} INFOPLIST_FILE "${CMAKE_CURRENT_SOURCE_DIR} /proj.ios_mac/mac/Info.plist" )
146
146
elseif (IOS )
147
- set_target_properties (${APP_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR} /proj.ios_mac/ios/Info.plist" )
147
+ set_xcode_property (${APP_NAME} INFOPLIST_FILE "${CMAKE_CURRENT_SOURCE_DIR} /proj.ios_mac/ios/Info.plist" )
148
148
set_xcode_property (${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon" )
149
149
endif ()
150
150
You can’t perform that action at this time.
0 commit comments