From e7783492d5df3db416020d9a4aa5c36222f17ef4 Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Sat, 4 Mar 2017 21:16:26 -0800
Subject: [PATCH 1/1] Add the date to the binary symbol sidestored copy.

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 30d1b292..55af0bec 100644
--- a/makefile
+++ b/makefile
@@ -178,7 +178,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a
 	@echo "[link] $@"
 	@$(cycc) -o $@ $(filter %.o,$^) $(link) $(libs) $(uikit) -Wl,-sdk_version,8.0
 	@mkdir -p bins
-	@cp -a $@ bins/$@-$(version)
+	@cp -a $@ bins/$@-$(version)_$(shell date +%s)
 	@echo "[strp] $@"
 	@grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@
 	@echo "[uikt] $@"
-- 
2.47.2