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.
2 parents 7aad3e2 + 2b46967 commit f02bd53Copy full SHA for f02bd53
Scripts/build_third_party.sh
@@ -15,7 +15,7 @@ if [[ $ACTION == "clean" ]]; then
15
fi
16
17
if [[ $1 == "" || $2 == "" || $3 == "" ]]; then
18
- echo "Use this script to build a thid party framework for iOS/OSX."
+ echo "Use this script to build a third party framework for iOS/OSX."
19
echo "It is intended to support building Bolts.framework and FacebookSDK.framework"
20
echo "Usage: 'build_third_party.sh <framework_path> <built_products_dir> <build_script_path>"
21
exit 1
0 commit comments