Allow building and packaging MoltenVK for of only iOS or only macOS. Move packaging scripts out of Xcode projects and into script files.
8 lines
171 B
Bash
Executable File
8 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
${SRCROOT}/Scripts/package_moltenvk.sh
|
|
${SRCROOT}/Scripts/package_shader_converter.sh
|
|
${SRCROOT}/Scripts/package_docs.sh
|
|
${SRCROOT}/Scripts/update_latest.sh
|
|
|