Skip to content

Commit bb8d406

Browse files
authored
Merge pull request #1542 from ychin/macvim-dont-sign-PSMTabBarControl
Don't sign PSMTabBarControl in code signing
2 parents c8a844c + 28bae8c commit bb8d406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MacVim/scripts/sign-developer-id

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ else
4040
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/Sparkle.framework")
4141
fi
4242
set -x
43-
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Frameworks/PSMTabBarControl.framework"
4443
codesign -f -s "Developer ID Application" -o runtime --timestamp "$macvim_path/Contents/Library/QuickLook/QLStephen.qlgenerator/Contents/MacOS/QLStephen"
4544
codesign -f -s "Developer ID Application" -o runtime --timestamp --entitlements $entitlements "$macvim_path/Contents/bin/xxd"
4645
codesign -f -s "Developer ID Application" -o runtime --timestamp --entitlements $entitlements "$macvim_path/Contents/MacOS/Vim"

0 commit comments

Comments
 (0)