#!/usr/bin/env bash
set -e

pushd "$SRCROOT/internal"
./strip-dynamic-framework-architectures.sh
popd
