浏览代码

move launch storyboard to iOS subdirectory

Andrey Filipenkov 3 年之前
父节点
当前提交
352358b493
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      client/CMakeLists.txt
  2. 0 0
      client/ios/LaunchScreen.storyboard

+ 2 - 2
client/CMakeLists.txt

@@ -213,8 +213,8 @@ elseif(APPLE_IOS)
 		XCODE_ATTRIBUTE_ASSETCATALOG_COMPILER_APPICON_NAME AppIcon
 	)
 
-	target_sources(vcmiclient PRIVATE ${CMAKE_SOURCE_DIR}/client/LaunchScreen.storyboard)
-	set_source_files_properties(${CMAKE_SOURCE_DIR}/client/LaunchScreen.storyboard PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
+	target_sources(vcmiclient PRIVATE ios/LaunchScreen.storyboard)
+	set_source_files_properties(ios/LaunchScreen.storyboard PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
 
 	target_sources(vcmiclient PRIVATE ios/Images.xcassets)
 	set_source_files_properties(ios/Images.xcassets PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")

+ 0 - 0
client/LaunchScreen.storyboard → client/ios/LaunchScreen.storyboard