We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107162a commit 7eadba2Copy full SHA for 7eadba2
.github/workflows/scripts/check-link-foundation.sh
@@ -20,7 +20,7 @@ fatal() { error "$@"; exit 1; }
20
21
EXAMPLE=Converse
22
OUTPUT_DIR=.build/release
23
-OUTPUT_FILE=${OUTPUT_DIR}/Converse
+OUTPUT_FILE=${OUTPUT_DIR}/converse
24
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
25
26
pushd Examples/${EXAMPLE} || fatal "Failed to change directory to Examples/${EXAMPLE}."
0 commit comments