/ / codesign plugins für mac app - xcode, xcode5, codesigning, codesign

Codesign-Plugins für Mac-App - xcode, xcode5, Codesignierung, Codesign

Danach ArtikelIch führe Codesign für alle Frameworks aus. Ich bekomme jedoch immer noch einen Codezeichenfehler mit Plugins.

/.../Applications/MyApp.app: code object is not signed at all
In subcomponent: /.../MyApp.app/Contents/PlugIns/Flash Player.plugin
Command /usr/bin/codesign failed with exit code 1

Wie füge ich den codeign-Befehl für Plugins hinzu? Ich habe verschiedene Verzeichnisse / Dateien ausprobiert, aber nicht funktioniert:

codesign --verbose --force --sign "$IDENTITY" "$PLUGINS_LOCATION/Flash Player.plugin"

Antworten:

0 für die Antwort № 1

Wir mussten das Plugin separat codieren:

codesign --deep --verbose --force --sign "Developer ID Application" Plugins/Flash Player.plugin