[vlc-commits] macosx: update codesigning script so Sparkle.framework satisfies its designated requirement

Felix Paul Kühne git at videolan.org
Mon Mar 21 20:05:09 CET 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Mar 21 20:05:00 2016 +0100| [491fd2266b328bde4e890bd5335563592651a1c8] | committer: Felix Paul Kühne

macosx: update codesigning script so Sparkle.framework satisfies its designated requirement

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=491fd2266b328bde4e890bd5335563592651a1c8
---

 extras/package/macosx/codesign.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/package/macosx/codesign.sh b/extras/package/macosx/codesign.sh
index 74a9c9d..8131d2c 100755
--- a/extras/package/macosx/codesign.sh
+++ b/extras/package/macosx/codesign.sh
@@ -96,9 +96,9 @@ else
     codesign --force --verbose -s "$IDENTITY" --preserve-metadata=identifier,entitlements --requirements "$FIRSTPARTOF_REQUIREMENT$IDENTIFIER$SECONDPARTOF_REQUIREMENT" --timestamp=none VLC.app/Contents/Frameworks/BGHUDAppKit.framework/Versions/A
     IDENTIFIER="com.growl.growlframework"
     codesign --force --verbose -s "$IDENTITY" --preserve-metadata=identifier,entitlements --requirements "$FIRSTPARTOF_REQUIREMENT$IDENTIFIER$SECONDPARTOF_REQUIREMENT" --timestamp=none VLC.app/Contents/Frameworks/Growl.framework/Versions/A
-    IDENTIFIER="org.andymatuschak.sparkle.Autoupdate"
+    IDENTIFIER="org.sparkle-project.Sparkle.Autoupdate"
     codesign --force --verbose -s "$IDENTITY" --preserve-metadata=identifier,entitlements --requirements "$FIRSTPARTOF_REQUIREMENT$IDENTIFIER$SECONDPARTOF_REQUIREMENT" --timestamp=none VLC.app/Contents/Frameworks/Sparkle.framework/Resources/Autoupdate.app
-    IDENTIFIER="org.andymatuschak.Sparkle"
+    IDENTIFIER="org.sparkle-project.Sparkle"
     codesign --force --verbose -s "$IDENTITY" --preserve-metadata=identifier,entitlements --requirements "$FIRSTPARTOF_REQUIREMENT$IDENTIFIER$SECONDPARTOF_REQUIREMENT" --timestamp=none VLC.app/Contents/Frameworks/Sparkle.framework/Versions/A
 
     info "Signing the framework headers"



More information about the vlc-commits mailing list