Skip to content

Commit

Permalink
revert workaround changes for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
wesw-stripe committed Jan 31, 2025
1 parent 20aacf3 commit 601cbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include /usr/local/share/luggage/luggage.make
include config.mk
USE_PKGBUILD=1
PB_EXTRA_ARGS+= --info "./Package/PackageInfo"
PB_EXTRA_ARGS+= --info "./Package/PackageInfo" --sign "${DEV_INSTALL_CERT}"
TITLE=Crypt
GITVERSION=$(shell ./Package/build_no.sh)
BUNDLE_VERSION=$(shell /usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "Crypt/Info.plist")
Expand Down Expand Up @@ -69,7 +69,7 @@ build_binary:


sign_binary: build_binary
codesign --timestamp --force --deep -s "${DEV_APP_CERT}" build/checkin
@sudo codesign --timestamp --force --deep -s "${DEV_APP_CERT}" build/checkin

pack-checkin: l_Library l_Library_LaunchDaemons build_binary sign_binary
@sudo mkdir -p ${WORK_D}/Library/Crypt
Expand Down

0 comments on commit 601cbcd

Please sign in to comment.