Skip to content

Commit b57cc4d

Browse files
committed
added usage header to package script
1 parent d78dba8 commit b57cc4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build_scripts/tvos/package.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
#!/bin/bash -e
22
#
3-
# Script to package tvOS XCFrameworks.
3+
# Script to package tvOS SDK.
44
#
55

6+
usage(){
7+
echo "Usage: $0 <built tvOS SDK path> <path to put packaged files into>
8+
example:
9+
build_scripts/tvos/package.sh tvos_build package_out"
10+
}
11+
612
builtpath=$1
713
packagepath=$2
814

0 commit comments

Comments
 (0)