Last active
August 29, 2015 14:24
-
-
Save PaulChana/54b05be48f5ef9650f42 to your computer and use it in GitHub Desktop.
Sign Sparkle properly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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