Browse Source

Add reference to new signed certificate for Mac dist.

tags/v1.0.0
Andrew Belt 6 years ago
parent
commit
997b67f5aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -124,7 +124,7 @@ ifdef ARCH_MAC
cp plugins/Fundamental/dist/*.zip dist/$(TARGET).app/Contents/Resources/Fundamental.zip cp plugins/Fundamental/dist/*.zip dist/$(TARGET).app/Contents/Resources/Fundamental.zip
# Clean up and sign bundle # Clean up and sign bundle
xattr -cr dist/$(TARGET).app xattr -cr dist/$(TARGET).app
codesign --sign "VCV" --verbose dist/$(TARGET).app
codesign --sign "Developer ID Application: Andrew Belt (VRF26934X5)" --verbose dist/$(TARGET).app
codesign --verify --verbose dist/$(TARGET).app codesign --verify --verbose dist/$(TARGET).app
spctl --assess --verbose dist/$(TARGET).app spctl --assess --verbose dist/$(TARGET).app
# Make ZIP # Make ZIP


Loading…
Cancel
Save