Explorar o código

move launch storyboard to iOS subdirectory

Andrey Filipenkov %!s(int64=3) %!d(string=hai) anos
pai
achega
352358b493
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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