Skip to content

Instantly share code, notes, and snippets.

@fujikky
fujikky / cleanup_bcsymbolmap
Last active February 19, 2020 05:17
Carthage's bcsymbolmap cleanup script
#!/bin/bash
function print_usage() {
echo "Usage: $0 [Options]"
echo "Options:"
echo " -h, --help Display usage"
echo " -p, --project-directory Directory containing Carthage project"
echo " -f, --force Omit confirmation"
exit 1
}