summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2024-04-08 15:22:42 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2024-04-08 15:22:42 -0400
commitf9e90eda901dad84f80f93d61f92afc5e37ad2bb (patch)
treeaaf5c24ec859656d30b56ff7840039d7ba6773a8
parent73813e02cd50cacc7401e506ac1414c5321e0625 (diff)
Update Developer ID Application key on Mac in dist target.v2.5.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bda0934d..1fb58e49 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ ifdef ARCH_MAC
cp plugins/Fundamental/dist/Fundamental-*.vcvplugin dist/"$(DIST_BUNDLE)"/Contents/Resources/Fundamental.vcvplugin
# Clean up and sign bundle
xattr -cr dist/"$(DIST_BUNDLE)"
- codesign --verbose --sign "Developer ID Application: Andrew Belt (VRF26934X5)" --options runtime --entitlements Entitlements.plist --timestamp --deep dist/"$(DIST_BUNDLE)"/Contents/Resources/$(TARGET) dist/"$(DIST_BUNDLE)"
+ codesign --verbose --sign "Developer ID Application: Andrew Belt (V8SW9J626X)" --options runtime --entitlements Entitlements.plist --timestamp --deep dist/"$(DIST_BUNDLE)"/Contents/Resources/$(TARGET) dist/"$(DIST_BUNDLE)"
codesign --verify --deep --strict --verbose=2 dist/"$(DIST_BUNDLE)"
# Make standalone PKG
mkdir -p dist/Component