Skip to content

Instantly share code, notes, and snippets.

@PaulChana
Last active August 29, 2015 14:24
Show Gist options
  • Save PaulChana/54b05be48f5ef9650f42 to your computer and use it in GitHub Desktop.
Save PaulChana/54b05be48f5ef9650f42 to your computer and use it in GitHub Desktop.
Sign Sparkle properly
# Run this as a post build script, immediately after you copy the sparkle bundle
LOCATION="${BUILT_PRODUCTS_DIR}"/"${FRAMEWORKS_FOLDER_PATH}"
IDENTITY="Idenitity" # Fill in with code sign identity
codesign --deep --verbose --force --sign "$IDENTITY" "$LOCATION/Sparkle.framework/Versions/A"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment