We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4befb commit 5cf6631Copy full SHA for 5cf6631
Scripts/build.sh
@@ -45,12 +45,12 @@ FRAMEWORKS_PATH="${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}"
45
46
dev_sign_resource()
47
{
48
- codesign -s 'Sequel Pro Development' "$1" 2> /dev/null
+ codesign -f -s 'Sequel Pro Development' "$1" 2> /dev/null
49
}
50
51
dist_sign_resource()
52
53
- codesign -s 'Developer ID Application: MJ Media' -r "${SRCROOT}/Resources/sprequirement.bin" "$1" 2> /dev/null
+ codesign -f -s 'Developer ID Application: MJ Media' -r "${SRCROOT}/Resources/sprequirement.bin" "$1" 2> /dev/null
54
55
56
verify_signing()
0 commit comments