File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ set(GENERATED_ASSETS
1414add_custom_command (
1515 OUTPUT ${GENERATED_ASSETS}
1616 DEPENDS ${ASSET_FILES}
17+ COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR} /assets
1718 COMMAND actool --output -format human-readable-text --notices --warnings
1819 --app-icon AppIcon --accent-color AccentColor
1920 --output -partial-info-plist ${CMAKE_CURRENT_BINARY_DIR} /assets/PartialInfo.plist
2021 --enable-on -demand-resources NO --development-region en --target -device mac
2122 --minimum-deployment-target ${CMAKE_OSX_DEPLOYMENT_TARGET} --platform macosx
2223 --compile ${CMAKE_CURRENT_BINARY_DIR} /assets
2324 ${CMAKE_CURRENT_LIST_DIR} /Assets.xcassets
24- --bundle -identifier ${WSDDN_BUNDLE_IDENTIFIER} .wrapper
2525
2626)
2727
You can’t perform that action at this time.
0 commit comments