Skip to content

Instantly share code, notes, and snippets.

View RyogaK's full-sized avatar

Ryoga Kitagawa RyogaK

  • Rights-Apartment, Inc.
  • Tokushima, Japan
  • 21:26 (UTC +09:00)
View GitHub Profile
@RyogaK
RyogaK / cleanup_bcsymbolmap
Created May 24, 2019 03:48 — forked from fujikky/cleanup_bcsymbolmap
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
}