8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export MVK_OS="tvOS"
|
|
export MVK_BUILT_PROD_PATH="${BUILT_PRODUCTS_DIR}-appletvos"
|
|
|
|
"${SRCROOT}/Scripts/package_ext_libs.sh"
|
|
|