From 1fc7a48b13379a3f0d0c88cd21f02a8760c96cac Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 8 Jul 2020 13:21:25 +0200 Subject: [PATCH] Fix `make ios` resigning with ldid2 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 63d7b66..5461656 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,7 @@ ios: -weak_framework CoreServices xcrun --sdk iphoneos strip fsmon-ios xcrun --sdk iphoneos codesign -f --entitlements ./entitlements.plist -s- fsmon-ios + ldid2 -Sentitlements.plist fsmon-ios ios2: $(MAKE) ios