--- Makefile	2020-08-06 03:07:31.000000000 -0400
+++ Makefile	2020-08-06 03:08:16.000000000 -0400
@@ -131,8 +131,8 @@
 	# Clean up and sign bundle
 	xattr -cr dist/Rack.app
 	# This will only work if you have the private key to my certificate
-	codesign --verbose --sign "Developer ID Application: Andrew Belt (VRF26934X5)" --options runtime --entitlements Entitlements.plist --deep dist/Rack.app
-	codesign --verify --deep --strict --verbose=2 dist/Rack.app
+	# (DISABLED) codesign --verbose --sign "Developer ID Application: Andrew Belt (VRF26934X5)" --options runtime --entitlements Entitlements.plist --deep dist/Rack.app
+	# (DISABLED) codesign --verify --deep --strict --verbose=2 dist/Rack.app
 	# Make ZIP
 	cd dist && zip -q -9 -r $(DIST_NAME).zip Rack.app
 endif