Skip to content

Commit

Permalink
Move codesign identity to local make config
Browse files Browse the repository at this point in the history
It's not a secret, but its not really usable by anyone else
  • Loading branch information
maxfierke committed Oct 15, 2024
1 parent ce82425 commit 721d24a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.dwarf
.DS_Store
/vendor/
Makefile.local
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ SHELL := bash
.DELETE_ON_ERROR:
.SUFFIXES:

CODESIGN_IDENTITY ?= 66837B7A624EA4CDB507D40C6940C74A740EF5B1
-include Makefile.local

CODESIGN_IDENTITY ?=
CRFLAGS ?=
CRYSTAL ?= $(shell which crystal)
HOST_ARCH := $(shell uname -m)
Expand Down

0 comments on commit 721d24a

Please sign in to comment.