Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
#set -e
#set -o pipefail
# Fix code signing in embedded iOS frameworks
destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
echo "destination ${destination}"
## Signs a framework with the provided identity
code_sign_if_enabled() {