Skip to content

Instantly share code, notes, and snippets.

@digitizeph
digitizeph / build-mango-ios.sh
Last active May 8, 2026 19:27
Mango Pestbuster iOS build script
#!/bin/bash
set -e
echo "=== Mango Pestbuster iOS Build ==="
# Load shell profile to get npm/node in PATH
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -f "$HOME/.zshrc" ] && source "$HOME/.zshrc" 2>/dev/null || true
[ -f "$HOME/.bash_profile" ] && source "$HOME/.bash_profile" 2>/dev/null || true